Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morgoth/ripper
Thor scripts for CD ripping, wma to mp3 conversion and more
https://github.com/morgoth/ripper
Last synced: 18 days ago
JSON representation
Thor scripts for CD ripping, wma to mp3 conversion and more
- Host: GitHub
- URL: https://github.com/morgoth/ripper
- Owner: morgoth
- License: mit
- Created: 2010-10-02T12:25:56.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-20T17:19:42.000Z (about 12 years ago)
- Last Synced: 2024-12-04T17:44:58.162Z (about 1 month ago)
- Language: Ruby
- Homepage: https://github.com/morgoth/ripper
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Convert your cd to mp3 files, compress video files, resize photos
## Prerequisites
* Ruby
* thor gemPackages:
* cdparanoia
* lame
* flac
* mplayer (for converting wma files to mp3)
* mencoder (for video compress)
* libmagickwand-dev, imagemagick (for resizing photos)For splitting flac files:
* cuetools
* shntool
* flac## Usage
Ripping CD to mp3 files:
```
thor ripper:disk "Music/Destination directory"
```Converting wma files to mp3:
```
thor ripper:wma "Music/Directory with wma files"
```Converting flac files to mp3:
```
thor ripper:flac2mp3 "Music/flacs"
```Compressing video files:
```
thor ripper:video your-wideo-file
```Splitting flac album file into separate ones
```
thor ripper:split "Directory with flac file"
```Resizing photos when bigger than given dimensions
```
thor ripper:resize_photos --width 1024 --height 1024 "Directory with photo files"
```You can see all options by:
```
thor -T
```When using thor you don't have to download Thorfile, simply just write:
```
thor install https://github.com/morgoth/ripper/raw/master/Thorfile --as ripper --force
```Then you will have always available command thor ripper
(it is stored in ~/.thor/thor.yml file)Updating script can be done by:
```
thor update ripper
```## Copyright
Copyright (c) Wojciech Wnętrzak. See LICENSE for details.