rip cds
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 348
Rip 1.07
Rip is a command-line based audio CD track ripper and MP3, FLAC, or Ogg Vorbis encoder. more>>
Rip is a command-line based audio CD track ripper and MP3, FLAC, or Ogg Vorbis encoder. I would believe that you probably already have all required tools on your system. Perhaps, even the CDDB/CDDB_get and MP3::Info perl modules. However, not everyone will have them installed by their distribution, therefore, I have included a tarball of these modules in my releases. You can get them on your own as well. Just thought Id save you the trouble. Installation notes for those packages can be found in the file README.
You only need one of bladeenc, lame, notlame, or gogo if you plan to rip to MP3 an is likely that you already have one of those. If you plan to rip to Ogg Vorbis, you will need the *newest* version of oggenc installed. Likewise, if you want to rip to FLAC, you will need flac installed on your system.
For CD track ripping, Ill be amazed if cdparanoia isnt on your system by default (assuming you run Linux). Otherwise there is always cdda2wav. I will further be amazed if perl isnt on your system by default. So, likely all you might need to install, other than rip, is CDDB/CDDB_get and MP3::Info. Those go in pretty easily. Read the README for more information and detailed notes.
Enhancements:
- (1) Grrr. This time for sure. Fix the $#%@! quote problem when tagging ogg vorbis files. Why exactly did ogg developers decide it would be a "good idea" if tagging was done on the command-line where shells could screw up special chars left, right, and sideways. Anyway, about a dozen different "fixes" patching this problem came into
- my inbox. I think I have done one that will leave special chars (like those german us) alone but also not screw up on a filename with in it. We shall see how I fare this time. No credit is going anywhere on this one but it sure was nice to have several patch possiblities to choose from. Thanks to everyone who gave this some thought. Hopefully I dont have to go near this one again.
- (2) Another thing people have been beating me over the head about since I started this is whether files should be named using " " or "_" for white-space. Now theres a flag to turn on and off the use of underscores while renaming files. Note that now you need to use -n/--nounderscore if you do not want underscores in filenames, even if you are using -f/--format. Marco von Loon finally motivated me on this one.
- (3) No longer append extension to rip temp file because it is useless and because when you loop over many CDs, the while loop causes the appension of the extension multiple times unless you move it to a very odd part of the code. Thanks to Kevin Mulholland.
- (4) No longer remove "-" from dir and file names. Just got a little overzealous removing special chars from names that would cause crashes otherwise. Oh w ll.A
- Thanks to Marco von Loon.
- (5) Kevin Lester caught a rare bug: if the CDDB entry is the empty string for some tracks, the parse logic goes into an infinite loop. properNameList is now checked for "" and replaces it with "Unknown".
- (6) Russel Smith was first to notice that the "-o" flag needs to be appended to the end of the flag list. As the code that did this work was a patch and not something I tested, this problem has been around for a while. Good thing someone is actually using flac and noticed. Tai Lee suggests removing the stdin "-" flag entirely. Anyone know if that is a good idea on all platforms?
- (7) Mike Irwin noticed that $dev from ~/.riprc on the first run causes problems and should be tested.
- (8) Playlists are now created relative to the inital directory you ran rip from. Though he didnt have it quite right, this too was motivated by Marco von Loon.
<<lessYou only need one of bladeenc, lame, notlame, or gogo if you plan to rip to MP3 an is likely that you already have one of those. If you plan to rip to Ogg Vorbis, you will need the *newest* version of oggenc installed. Likewise, if you want to rip to FLAC, you will need flac installed on your system.
For CD track ripping, Ill be amazed if cdparanoia isnt on your system by default (assuming you run Linux). Otherwise there is always cdda2wav. I will further be amazed if perl isnt on your system by default. So, likely all you might need to install, other than rip, is CDDB/CDDB_get and MP3::Info. Those go in pretty easily. Read the README for more information and detailed notes.
Enhancements:
- (1) Grrr. This time for sure. Fix the $#%@! quote problem when tagging ogg vorbis files. Why exactly did ogg developers decide it would be a "good idea" if tagging was done on the command-line where shells could screw up special chars left, right, and sideways. Anyway, about a dozen different "fixes" patching this problem came into
- my inbox. I think I have done one that will leave special chars (like those german us) alone but also not screw up on a filename with in it. We shall see how I fare this time. No credit is going anywhere on this one but it sure was nice to have several patch possiblities to choose from. Thanks to everyone who gave this some thought. Hopefully I dont have to go near this one again.
- (2) Another thing people have been beating me over the head about since I started this is whether files should be named using " " or "_" for white-space. Now theres a flag to turn on and off the use of underscores while renaming files. Note that now you need to use -n/--nounderscore if you do not want underscores in filenames, even if you are using -f/--format. Marco von Loon finally motivated me on this one.
- (3) No longer append extension to rip temp file because it is useless and because when you loop over many CDs, the while loop causes the appension of the extension multiple times unless you move it to a very odd part of the code. Thanks to Kevin Mulholland.
- (4) No longer remove "-" from dir and file names. Just got a little overzealous removing special chars from names that would cause crashes otherwise. Oh w ll.A
- Thanks to Marco von Loon.
- (5) Kevin Lester caught a rare bug: if the CDDB entry is the empty string for some tracks, the parse logic goes into an infinite loop. properNameList is now checked for "" and replaces it with "Unknown".
- (6) Russel Smith was first to notice that the "-o" flag needs to be appended to the end of the flag list. As the code that did this work was a patch and not something I tested, this problem has been around for a while. Good thing someone is actually using flac and noticed. Tai Lee suggests removing the stdin "-" flag entirely. Anyone know if that is a good idea on all platforms?
- (7) Mike Irwin noticed that $dev from ~/.riprc on the first run causes problems and should be tested.
- (8) Playlists are now created relative to the inital directory you ran rip from. Though he didnt have it quite right, this too was motivated by Marco von Loon.
Download (0.10MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1196 downloads
crip 3.7
crip is a terminal-based ripper/encoder/tagger tool for creating Ogg Vorbis files (or MP3 files for crip 1.X) under Unix/Linux. more>>
crip is a terminal-based ripper/encoder/tagger tool for creating Ogg Vorbis/FLAC/MP3 files under UNIX/Linux. It is well-suited for anyone (especially the perfectionist) who seeks to make a lot of files from CDs and have them all properly labeled and professional-quality with a minimum of hassle and yet still have flexibility and full control over everything. Current versions of crip only support Ogg Vorbis and FLAC. If you want to encode MP3 files you should use crip-1.0.
I am constantly refining the process of creating perfect music files to be as automated as possible while still leaving the user with control over as much as possible. To see for yourself how painless it is to make professional-grade music files on your UNIX/Linux machine, go through the crip tutorial.
This script is special because it is the only one that I know that is capable of doing group vorbisgain/replaygain and/or normalization (adjust the volume to be as loud as possible without clipping/distortion) and group labelling/tagging, which makes it easy to allow a group of tracks to be treated as one piece. It can also trim off the silence at the beginning and end of these tracks/groups.
First the script fetches the CDDB info off the internet. Then it prompts you for the grouping of the tracks. This is important because it will treat each group of tracks as one piece, label and vorbisgain/replaygain and/or normalize them (using the volume gain/peak of that group). Normalization is now obsolete with the creation of vorbisgain (replaygain) utilities, so I have that turned off by default and itll run vorbisgain instead.
You can, of course, have each track be a group by itself (such as what youd want to do with most pop CDs). But since Ive also ripped a lot of Classical music I found it necessary to group tracks differently fairly often.
Then it will prompt you for the Artist and Album info (which is already defaulted to what is pulled from CDDB). Afterwards it will prompt you for a filename for each track you selected. Again this field is defaulted to what it suspects that youd want. For most pop CDs all I have to do is hit enter here because the filename is almost always exactly what Id want.
It will then prompt you that its ready to rip. From here everything is automated, so hit return and it usually finishes in about an hour. The script calls cdparanoia to rip the tracks, and then oggenc/flac/lame to encode them. It also labels the files with info appropriately, including the CDDB CD DiscID number (so you will always have a CD reference hex-number inside your OGG/FLAC/MP3 file).
Ive looked into other scripts out there that do something similar to this script, but decided to write my own since I couldnt find one that groups tracks and trims silence. I used this script to rip and encode my collection of over 200 Bach CDs, as well as a bunch of other Classical and non-Classical CDs very easily.
Ive provided links below that include some of the prerequisites that you may need.
Main features:
- Track grouping for automated tagging and appropriate normalization/vorbisgain on multi-track pieces.
- CDDB fetching to populate default information.
- CDDB submit to update the CDDB database with your more accurate info.
- Automates as much of the tagging as possible for fully-labeled professional quality music files.
- Automatically trims digital silence at the beginning and end of a track/group (if desired).
- European character support. Also European character-mapping support.
- Flexibility and full user control in tagging and file naming.
Enhancements:
- Bugfix: -m flag on the command line was not being processed
<<lessI am constantly refining the process of creating perfect music files to be as automated as possible while still leaving the user with control over as much as possible. To see for yourself how painless it is to make professional-grade music files on your UNIX/Linux machine, go through the crip tutorial.
This script is special because it is the only one that I know that is capable of doing group vorbisgain/replaygain and/or normalization (adjust the volume to be as loud as possible without clipping/distortion) and group labelling/tagging, which makes it easy to allow a group of tracks to be treated as one piece. It can also trim off the silence at the beginning and end of these tracks/groups.
First the script fetches the CDDB info off the internet. Then it prompts you for the grouping of the tracks. This is important because it will treat each group of tracks as one piece, label and vorbisgain/replaygain and/or normalize them (using the volume gain/peak of that group). Normalization is now obsolete with the creation of vorbisgain (replaygain) utilities, so I have that turned off by default and itll run vorbisgain instead.
You can, of course, have each track be a group by itself (such as what youd want to do with most pop CDs). But since Ive also ripped a lot of Classical music I found it necessary to group tracks differently fairly often.
Then it will prompt you for the Artist and Album info (which is already defaulted to what is pulled from CDDB). Afterwards it will prompt you for a filename for each track you selected. Again this field is defaulted to what it suspects that youd want. For most pop CDs all I have to do is hit enter here because the filename is almost always exactly what Id want.
It will then prompt you that its ready to rip. From here everything is automated, so hit return and it usually finishes in about an hour. The script calls cdparanoia to rip the tracks, and then oggenc/flac/lame to encode them. It also labels the files with info appropriately, including the CDDB CD DiscID number (so you will always have a CD reference hex-number inside your OGG/FLAC/MP3 file).
Ive looked into other scripts out there that do something similar to this script, but decided to write my own since I couldnt find one that groups tracks and trims silence. I used this script to rip and encode my collection of over 200 Bach CDs, as well as a bunch of other Classical and non-Classical CDs very easily.
Ive provided links below that include some of the prerequisites that you may need.
Main features:
- Track grouping for automated tagging and appropriate normalization/vorbisgain on multi-track pieces.
- CDDB fetching to populate default information.
- CDDB submit to update the CDDB database with your more accurate info.
- Automates as much of the tagging as possible for fully-labeled professional quality music files.
- Automatically trims digital silence at the beginning and end of a track/group (if desired).
- European character support. Also European character-mapping support.
- Flexibility and full user control in tagging and file naming.
Enhancements:
- Bugfix: -m flag on the command line was not being processed
Download (0.035MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1188 downloads
tsrip 0.1
tsrip is an audio CD ripping and encoding solution. more>>
tsrip is an audio CD ripping and encoding solution. tsrip project supports free codecs, gets album information from the musicbrainz database, and has a simple-to-use command-line user interface.
<<less Download (0.082MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1083 downloads
AutoRip 1.3
AutoRip is a non-interactive, non-intrusive mp3 rip-and-encode front end. more>>
AutoRip is a non-interactive, non-intrusive mp3 rip-and-encode front end. Simply drop your CD into your CD-ROM drive, wait for your CD to eject, wash, rinse, and repeat.
<<less Download (0.006MB)
Added: 2005-08-19 License: GPL (GNU General Public License) Price:
1527 downloads
NeroRip 0.1
NeroRip is a tool for ripping tracks from Nero 5.x images. more>>
NeroRip is a tool that rips tracks from Nero 5.x images and makes it possible to burn them using standard Linux CD mastering programs.
<<less Download (0.008MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1631 downloads
Kripper 0.3
Kripper is a VCD ripping DivX Conversion front end. more>>
Kripper is GUI front end for variosu of command line tools which are used to rip VCDs & then to convert it to Divx & then burn the Divx files in to CDRW.
Kripper achive it using cdrdao to rip VCDs ( I think it is the only tool which can rip VCDs in bin format which can be later brun to a CDRW. After ripping mencoder is used to convert the *.bin file into Divx (yes Mencoder can read *.bin files generated by cdrdao).
After that cdrecord will be used to burn the divx in to CDRW.
<<lessKripper achive it using cdrdao to rip VCDs ( I think it is the only tool which can rip VCDs in bin format which can be later brun to a CDRW. After ripping mencoder is used to convert the *.bin file into Divx (yes Mencoder can read *.bin files generated by cdrdao).
After that cdrecord will be used to burn the divx in to CDRW.
Download (0.53MB)
Added: 2005-06-16 License: GPL (GNU General Public License) Price:
1591 downloads
ripmake 1.39
ripmake is a fully automatic command line ripping makefile generator for transcode. more>>
ripmake is a fully automatic command line ripping makefile generator for transcode.
The idea of ripmake is to write a tool which automatically (i.e. with as few user interaction as possible) selects the best parameters for a given ripping task. It should inspect the source (e.g. a DVD or an AVI file), extract all important information, calculate the missing parameters and generate a parameter set for transcode that will create an output file of high quality.
First I thought of a tool that performs all the necessary steps itself and calls transcode for the real work. But I soon found out that often a bit of manual intervention is required to achieve the best results. So a different approach came to my mind: Why not write a tool that generates a makefile for the rip and that embeds all automatic options as parameters in it. You can then call different rules for different rip tasks (e.g. render a sample, render whole movie...) and you can overwrite the parameters by redefining the make variables.
So here it is: ripmake - A makefile generator for your ripping tasks.
The first version was quite alpha and simply tried to prove the concept. The current version is an almost complete rewrite of the first version and is quite useful.
Current Status
Supported Sources:
- DVD disc or image
- AVI file (DIVX, MJPEG tested)
Supported Targets/Flavors:
- AVI MPEG4 (XviD, Divx4/5)
- VCD (PAL tested)
- SVCD (PAL tested)
<<lessThe idea of ripmake is to write a tool which automatically (i.e. with as few user interaction as possible) selects the best parameters for a given ripping task. It should inspect the source (e.g. a DVD or an AVI file), extract all important information, calculate the missing parameters and generate a parameter set for transcode that will create an output file of high quality.
First I thought of a tool that performs all the necessary steps itself and calls transcode for the real work. But I soon found out that often a bit of manual intervention is required to achieve the best results. So a different approach came to my mind: Why not write a tool that generates a makefile for the rip and that embeds all automatic options as parameters in it. You can then call different rules for different rip tasks (e.g. render a sample, render whole movie...) and you can overwrite the parameters by redefining the make variables.
So here it is: ripmake - A makefile generator for your ripping tasks.
The first version was quite alpha and simply tried to prove the concept. The current version is an almost complete rewrite of the first version and is quite useful.
Current Status
Supported Sources:
- DVD disc or image
- AVI file (DIVX, MJPEG tested)
Supported Targets/Flavors:
- AVI MPEG4 (XviD, Divx4/5)
- VCD (PAL tested)
- SVCD (PAL tested)
Download (0.027MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1248 downloads
MassRip 0.7.3
MassRip is a front end for converting Audio CDs to compressed formats. more>>
A front end for converting Audio CDs to compressed formats.
The MassRip package is a set of tools for converting and maintaining Audio CDs in compressed audio formats like mp3 and ogg.
This includes massrip which converts CDs to the compressed formats using cddb for track and album information. As well album_rename is for adjusting the names and meta-data tags for albums of files.
<<lessThe MassRip package is a set of tools for converting and maintaining Audio CDs in compressed audio formats like mp3 and ogg.
This includes massrip which converts CDs to the compressed formats using cddb for track and album information. As well album_rename is for adjusting the names and meta-data tags for albums of files.
Download (0.24MB)
Added: 2005-07-20 License: GPL (GNU General Public License) Price:
1556 downloads
RipperX 2.7.0
ripperX is an audio CD ripper + encoder GUI including CDDB support and the ability to encode as OGG, FLAC, MP3 and MP2 (toolame) more>>
RipperX is a GTK program to rip CD audio and encode it into MP3, OGG, or FLAC files.
It can rip and encode in parallel, and has plugins for cdparanoia, BladeEnc, Lame, GoGo, FHG (l3enc and mp3enc), XingMp3enc, 8hz-mp3, and the ISO encoder.
RipperX also has support for CDDB and ID3v1 tags.
Enhancements:
- bug fixing release
<<lessIt can rip and encode in parallel, and has plugins for cdparanoia, BladeEnc, Lame, GoGo, FHG (l3enc and mp3enc), XingMp3enc, 8hz-mp3, and the ISO encoder.
RipperX also has support for CDDB and ID3v1 tags.
Enhancements:
- bug fixing release
Download (0.16MB)
Added: 2006-07-16 License: GPL (GNU General Public License) Price:
1198 downloads
M3U Ripper 1.4
M3U Ripper is a Firefox extension that allows you to rip the contents of an m3u, wmx, or ram playlist file. more>>
M3U Ripper is a Firefox extension that allows you to rip the contents of an m3u, wmx, or ram playlist file link by right clicking on the link and selecting the "Rip Playlist Contents..." option from the popup menu. The option will only appear if the URL ends with the proper file extension.
All the URLs in the M3U file are downloaded via the Firefox download manager to the default download directory or the one specified in the M3U Ripper options. You can also optionally have M3U Ripper create a sub directory with the playlist file name, create the remote playlist file, create a local playlist file, and filter URLs within the playlist files via regular expressions.
<<lessAll the URLs in the M3U file are downloaded via the Firefox download manager to the default download directory or the one specified in the M3U Ripper options. You can also optionally have M3U Ripper create a sub directory with the playlist file name, create the remote playlist file, create a local playlist file, and filter URLs within the playlist files via regular expressions.
Download (0.012MB)
Added: 2007-07-16 License: MPL (Mozilla Public License) Price:
946 downloads
RSS Ripper 1.0
RSS Ripper project is a set of Python scripts that rewrites RSS feeds as required for better ease of use. more>>
RSS Ripper project is a set of Python scripts that rewrites RSS feeds as required for better ease of use. After the rip and rewrite, the new RSS feed is uploaded to your FTP server for your own private re-subscription.
Example Usage:
Rename digg_ripper.py-dist
mv digg_ripper.py-dist digg_ripper.py
Edit the FTP values at the top of the script to point to your own FTP.
FTP_HOST = example.com
FTP_USER = username
FTP_PASS = password
FTP_DIR = ~/path/to/public_html
Run it:
python digg_ripper.py
or
./digg_ripper.py
You may want to add a cron job:
0 * * * * /path/to/rss_ripper/digg_ripper.py >/dev/null 2>&1
And finally you can subscribe to your own custom rss feed.
<<lessExample Usage:
Rename digg_ripper.py-dist
mv digg_ripper.py-dist digg_ripper.py
Edit the FTP values at the top of the script to point to your own FTP.
FTP_HOST = example.com
FTP_USER = username
FTP_PASS = password
FTP_DIR = ~/path/to/public_html
Run it:
python digg_ripper.py
or
./digg_ripper.py
You may want to add a cron job:
0 * * * * /path/to/rss_ripper/digg_ripper.py >/dev/null 2>&1
And finally you can subscribe to your own custom rss feed.
Download (0.003MB)
Added: 2007-05-24 License: BSD License Price:
883 downloads
KBookRipper 0.7
KBookRipper is a CD-riper based on cdparanoia focused on audio books delivered on CD. more>>
KBookRipper is a CD-riper based on cdparanoia focused on audio books delivered on CD. The project will rip a set of CDs with the same meta data. The output format is OGG, not MP3. The CDs assumes to be part of a audio book.
I wrote it since I was very annoyed that the meta data for a book delivered on several CDs never was the same for all CDs and frequently was missing for at least one of the CDs. The crappy meta data made it hard to rip books with K3B.
This program allows you to enter meta data (author, title, published year) that is used for all the CDs in the book. The only meta data that is changed if the CD-number and that one is increased automatically.
Each books is stored on disk kept together and files are named with the assumption to be part of a book.
For me, this little program has been most valuable since I have ripped about 150 aduio books to put them on my MP3-player. Or, rather, my OGG-player. The output of this program if ogg-files. There is no option what so ever to create MP3-files (although it is a GPLed software and lame takes about the same command options as the oggenc takes).
The applications is made with kommander. The working part is written in bash and the script depends on cdparanoia and oggenc. The command play is used to play a little blip when ac CD is done (blip not included). The script will fail if cdparanoia or oggenc is missing (do the test in the settings-page). If the command play is missing only the blip will fail.
Ive used this for a about one hundred books and I have designed the GUI myself. I guess that disqualifies me to actually have any opinions about the GUI and usability. Du feel free to send me an email and give me feedback. If you think this application is useless, please let me know why.
<<lessI wrote it since I was very annoyed that the meta data for a book delivered on several CDs never was the same for all CDs and frequently was missing for at least one of the CDs. The crappy meta data made it hard to rip books with K3B.
This program allows you to enter meta data (author, title, published year) that is used for all the CDs in the book. The only meta data that is changed if the CD-number and that one is increased automatically.
Each books is stored on disk kept together and files are named with the assumption to be part of a book.
For me, this little program has been most valuable since I have ripped about 150 aduio books to put them on my MP3-player. Or, rather, my OGG-player. The output of this program if ogg-files. There is no option what so ever to create MP3-files (although it is a GPLed software and lame takes about the same command options as the oggenc takes).
The applications is made with kommander. The working part is written in bash and the script depends on cdparanoia and oggenc. The command play is used to play a little blip when ac CD is done (blip not included). The script will fail if cdparanoia or oggenc is missing (do the test in the settings-page). If the command play is missing only the blip will fail.
Ive used this for a about one hundred books and I have designed the GUI myself. I guess that disqualifies me to actually have any opinions about the GUI and usability. Du feel free to send me an email and give me feedback. If you think this application is useless, please let me know why.
Download (0.011MB)
Added: 2006-12-28 License: GPL (GNU General Public License) Price:
1030 downloads
dvd::rip 0.98.8
dvd::rip is a full featured DVD copy program written in Perl. more>>
dvd::rip is a full featured DVD copy program written in Perl. It provides an easy to use but feature-rich Gtk+ GUI to control almost all aspects of the ripping and transcoding process.
dvd::rip project uses the widely known video processing swissknife transcode and many other Open Source tools. dvd::rip itself is licensed under GPL / Perl Artistic License.
Main features:
- Runs on Linux, FreeBSD, OpenBSD (and probably other Unices) and does not depend on anything produced in Redmond - pure Open Source!
- Rip to harddisk, on the fly or from an existent DVD image
- Select audio track(s), viewing angle(s), multitple titles
- Rip as much audio tracks as you like into one AVI/OGG/SVCD file
- Supports nearly all of transcodes video codecs, e.g: divx4, divx5, xvid, xvidcvs, ffmpeg, fame, opendivx and mpeg2enc
- DivX/Xvid multipass encoding
- (S)VCD modes, with multiple audio tracks for SVCD
- Integrated video bitrate calculator based on target size resp. number of discs
- Automatic splitting of the target files for best fit on the specified number of discs
- Several deinterlace filter presets
- Audio AC3 and PCM passthrough
- Audio MP3 encoding
- Audio volume maximizing and/or range compression
- OGG/Vorbis support, quality and bitrate based, adjusting the optimal video bitrate after audio transcoding in quality mode
- WAV file creation from a selected audio track
- Subtitle rendering and vobsub creation
- Support for all transcode video filters, with realtime configuration and video preview
- Live video transcoding preview window
- Chapter mode: one file per chapter
- Use your favorite movie player for preview
- Provide frame clipping, resizing and final clipping
- Powerful auto adjusting of all clip & zoom parameters
- Adjust clipping area using drag and drop
- dvd::rips zoom calculator let you adjust every possible parameter, if you like to do so
- Two resize modes: fast and high quality resizing
- Simple but easy to use CD burning facility
- Last but not least a comprehensive cluster mode, which let you use all your Linux/Unix hardware for parallel encoding.
Enhancements:
- A small screen layout mode was added, which makes dvd::rip fit on small screens like 15" widescreen notebooks.
<<lessdvd::rip project uses the widely known video processing swissknife transcode and many other Open Source tools. dvd::rip itself is licensed under GPL / Perl Artistic License.
Main features:
- Runs on Linux, FreeBSD, OpenBSD (and probably other Unices) and does not depend on anything produced in Redmond - pure Open Source!
- Rip to harddisk, on the fly or from an existent DVD image
- Select audio track(s), viewing angle(s), multitple titles
- Rip as much audio tracks as you like into one AVI/OGG/SVCD file
- Supports nearly all of transcodes video codecs, e.g: divx4, divx5, xvid, xvidcvs, ffmpeg, fame, opendivx and mpeg2enc
- DivX/Xvid multipass encoding
- (S)VCD modes, with multiple audio tracks for SVCD
- Integrated video bitrate calculator based on target size resp. number of discs
- Automatic splitting of the target files for best fit on the specified number of discs
- Several deinterlace filter presets
- Audio AC3 and PCM passthrough
- Audio MP3 encoding
- Audio volume maximizing and/or range compression
- OGG/Vorbis support, quality and bitrate based, adjusting the optimal video bitrate after audio transcoding in quality mode
- WAV file creation from a selected audio track
- Subtitle rendering and vobsub creation
- Support for all transcode video filters, with realtime configuration and video preview
- Live video transcoding preview window
- Chapter mode: one file per chapter
- Use your favorite movie player for preview
- Provide frame clipping, resizing and final clipping
- Powerful auto adjusting of all clip & zoom parameters
- Adjust clipping area using drag and drop
- dvd::rips zoom calculator let you adjust every possible parameter, if you like to do so
- Two resize modes: fast and high quality resizing
- Simple but easy to use CD burning facility
- Last but not least a comprehensive cluster mode, which let you use all your Linux/Unix hardware for parallel encoding.
Enhancements:
- A small screen layout mode was added, which makes dvd::rip fit on small screens like 15" widescreen notebooks.
Download (0.50MB)
Added: 2007-08-11 License: Artistic License Price:
821 downloads
rip-utils 0.2.1
rip-utils is a command line toolkit for ripping, encoding, tagging, organizing, compiling, and managing audio archives. more>>
rip-utils is a command line toolkit for ripping, encoding, tagging, organizing, compiling, and managing audio archives. Each utility participates in a common framework that allows commodity tools (such as file browsers, multimedia players and streaming servers) to access your digital catalog simply and effectively.
rip
A single command (tuned for optimal quality using cdparanoia and LAME) drives the ripping, encoding and tagging process from end to end:
% ru rip
No further intervention will be necessary. Each track will be extracted from the compact disc, encoded, tagged (using album information obtained from a freedb server) and filed in a sensible location (~/mp3 by default).
list, tag, diff and submit
For those of us who want to exercise some editorial control, rip-utils also provides powerful support for retrieving, modifying, comparing and submitting album information using freedb servers. In addition to supporting standard editing features based on freedb naming conventions, rip-utils offers convenient methods for performing otherwise tedious tasks such as tagging multi-artist compilations or properly capitalizing album and track information; when maximum flexibility is required, regular expressions can be used. For a detailed example, see:
ru tag + cddb read misc 710ef109
organize and compile
Furthermore, rip-utils uses portable mechanisms to organize your entire audio collection. You can use rip-utils to create file system-based categories or to compile standard Internet playlists. Every file created or managed by rip-utils can be easily used without modification by most multimedia players, streaming servers (such as the one provided with the SliMP3 Player) and operating systems that might access your recordings using a shared file system (e.g., Samba). At the same time, every effort is made to ensure that each file name and path is legibly formatted so that humans are able glean as much from the file system as their software:
Hardfloor - The Best of Hardfloor%3A The Mixes.m3u
Hardfloor/The Best of Hardfloor%3A The Mixes/07. Depeche Mode - Its No Good (Hardfloor Remix).mp3
<<lessrip
A single command (tuned for optimal quality using cdparanoia and LAME) drives the ripping, encoding and tagging process from end to end:
% ru rip
No further intervention will be necessary. Each track will be extracted from the compact disc, encoded, tagged (using album information obtained from a freedb server) and filed in a sensible location (~/mp3 by default).
list, tag, diff and submit
For those of us who want to exercise some editorial control, rip-utils also provides powerful support for retrieving, modifying, comparing and submitting album information using freedb servers. In addition to supporting standard editing features based on freedb naming conventions, rip-utils offers convenient methods for performing otherwise tedious tasks such as tagging multi-artist compilations or properly capitalizing album and track information; when maximum flexibility is required, regular expressions can be used. For a detailed example, see:
ru tag + cddb read misc 710ef109
organize and compile
Furthermore, rip-utils uses portable mechanisms to organize your entire audio collection. You can use rip-utils to create file system-based categories or to compile standard Internet playlists. Every file created or managed by rip-utils can be easily used without modification by most multimedia players, streaming servers (such as the one provided with the SliMP3 Player) and operating systems that might access your recordings using a shared file system (e.g., Samba). At the same time, every effort is made to ensure that each file name and path is legibly formatted so that humans are able glean as much from the file system as their software:
Hardfloor - The Best of Hardfloor%3A The Mixes.m3u
Hardfloor/The Best of Hardfloor%3A The Mixes/07. Depeche Mode - Its No Good (Hardfloor Remix).mp3
Download (0.038MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1184 downloads
DaemonRip 1.0.2
DaemonRip runs as a Unix daemon and polls a CD drive to see if an audio CD is inserted. more>>
DaemonRip runs as a Unix daemon and polls a CD drive to see if an audio CD is inserted.
When an audio CD is detected, it will automatically connect to a CDDB server to determine the name, artists, and tracks of the CD, and begin to rip and encode the CD using your preferred ripping and encoding applications.
When finished ripping the disc, it will be ejected from the drive, allowing you to insert a new one to continue the process. No other user interaction is required.
DaemonRip project also can keep statistics about your ripping and encoding times, and logs all of the actions to a log file.
<<lessWhen an audio CD is detected, it will automatically connect to a CDDB server to determine the name, artists, and tracks of the CD, and begin to rip and encode the CD using your preferred ripping and encoding applications.
When finished ripping the disc, it will be ejected from the drive, allowing you to insert a new one to continue the process. No other user interaction is required.
DaemonRip project also can keep statistics about your ripping and encoding times, and logs all of the actions to a log file.
Download (0.017MB)
Added: 2006-02-12 License: GPL (GNU General Public License) Price:
1350 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above rip cds search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed