Main > Free Download Search >

Free rip software for linux

rip

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 150
Rip 1.07

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.
<<less
Download (0.10MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1196 downloads
crip 3.7

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
<<less
Download (0.035MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1188 downloads
tsrip 0.1

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
Grip 3.3.1

Grip 3.3.1


Grip is a CD player and CD ripper/MP3-encoder for the GNOME desktop. more>>
Grip is a CD player and CD ripper/MP3-encoder for the GNOME desktop. It has the ripping capabilities of cdparanoia built in, but can also use external rippers (such as cdda2wav).
It also provides an automated frontend for MP3 encoders (presets for lame, bladeenc, l3enc, xingmp3enc, mp3encode, and gogo), letting you take a disc and transform it easily straight into MP3s.
The Ogg Vorbis format is also supported. Internet disc lookups are supported for retrieving track information from disc database servers.
Grip works with DigitalDJ to provide a unified, "computerized" version of your music collection.
Main features:
- Full-featured CD player with a small screen footprint in "condensed" mode
- Database lookup/submission to share track information over the net
- HTTP proxy support for those behind firewalls
- Loop, shuffle, and playlist modes
- Ripping of single, multiple, or partial tracks
- Encoding of ripped .wav files into MP3 files (as well support for OGG and FLAC)
- Simultaneous rip and encode
- Support for multiple encode processes on SMP machines
- Adding ID3v1/v2 tags to MP3 files
- Cooperating with DigitalDJ, my SQL-based MP3 jukebox
Enhancements:
- de.po: updated (G?tz Waschk)
- it.po: updated (Ceoldo Costantino)
- fr.po: updated (Eric Lassauge)
- pl_PL.po: added (Piotr Adamocha)
- id3.c: put a zero byte before the id3v1 track number (Vladimir Petrov)
- discdb.c: string parsing fixes to support i18n (Vladimir Petrov)
- discdb.c: better handling of non-UTF-8 local discdb files (Vladimir Petrov)
- various: tweaks to filesystem-safe character escaping (Vladimir Petrov)
- cdplay.c: allow retrieving of non-UTF-8 discdb entries (Vladimir Petrov)
- discdb.c: fixed a possible buffer overflow crash (Dean Brettle)
- grip.spec.in: added some missing BuildRequires (Stephen E. Dudek)
- configure.in: upped version to 3.3.1
<<less
Download (0.57MB)
Added: 2005-06-29 License: GPL (GNU General Public License) Price:
1578 downloads
AutoRip 1.3

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
Kripper 0.3

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.

<<less
Download (0.53MB)
Added: 2005-06-16 License: GPL (GNU General Public License) Price:
1591 downloads
NeroRip 0.1

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
PSXRip 0.1a

PSXRip 0.1a


PSXRip is a Qt application for Linux that serves as a frontend to cdrdao. more>>
PSXRip is a Qt application for Linux that serves as a frontend to cdrdao. PSXRip is oriented toward the ripping of PSX or PSone games for use in emulators such as ePSXe and PCSX.

<<less
Download (1.1MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1080 downloads
ripmake 1.39

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)
<<less
Download (0.027MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1248 downloads
rip-utils 0.2.1

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

<<less
Download (0.038MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1184 downloads
dvd::rip 0.98.8

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.
<<less
Download (0.50MB)
Added: 2007-08-11 License: Artistic License Price:
821 downloads
RipperX 2.7.0

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
<<less
Download (0.16MB)
Added: 2006-07-16 License: GPL (GNU General Public License) Price:
1198 downloads
Lxdvdrip 1.70

Lxdvdrip 1.70


Lxdvdrip is a command line tool to make a copy from a video DVD. more>>
Lxdvdrip is a command line tool to make a copy from a video DVD. It automates the process of ripping, authoring, previewing, and burning the DVD.
Lxdvdrip project uses tools like mplayer, transcode, streamdvd, dvdauthor, and growisofs. You can backup the main feature or the whole DVD.
Main features:
- Automatic Selection of the longest Title
- Automatic Calculation of Factor to Requant
- Automatic Read of Volume-ID
- Automatic Chapter Separation from Original
- Ripping of Audiotracks in every Language
- Selection of dts-Audiotracks as Default
- Selection of two Subpicture-Tracks possible
- Ripping and Re-Authoring
- Preview of VOB-Files with mplayer or xine
- Burning with growisofs or cdrecord-prodvd
- All Program Parameters could be stored in a Config File as Program Defaults
- All Paramaters can be overwritten on the fly at the Command Line
- Program with english, french or german Messages
- Rip of Subpicture-Tracks
- Copy DVD smaller than a DVD-R 1:1 with Menus, > 4.7 GB with vamps, without Menus.
- Partial Copy: Copy selected Titles from a DVD (dvdunauthor/vamps)
- High Quality Backup (1 DVD9 => 2 DVD5)
- DVD with Menus for Title-, Audio- and Chapter Selection (dvdwizard)
<<less
Download (0.52MB)
Added: 2007-04-01 License: GPL (GNU General Public License) Price:
942 downloads
FDMS-3 Ripper

FDMS-3 Ripper


FDMS-3 Ripper is a Perl program for extracting the tracks from the FDMS-3 filesystem. more>>
FDMS-3 Ripper is a Perl program for extracting the tracks from the FDMS-3 filesystem. I recently bought a Fostex FD-8 multitrack hard disk recorder for recording music. It works great, but I was disappointed to discover that, although it uses a standard external SCSI hard disk, there was no way to "rip" the recorded tracks from the hard drive to my PC over the SCSI port. The alternatives were to use the analog-out to re-record each track using my soundcard (resulting in loss of quality and loss of synch between tracks), or buying a $500 ADAT card for my PC.

I decided that I would try to figure out a way to rip the music directly over the SCSI port. The FD-8 uses a proprietary Fostex filesystem, FDMS-3. I decided to hook it up to my PC and probed the drive. I was able to figure out the basic layout of the filesystem pretty quickly. Note: this is designed to hard disks formatted in the FDMS-3 "Mastering" mode, which stores the audio data in uncompressed format.

In order to use the program, you will need to take the hard disk that has the FDMS-3 filesystem on it and hook it up to your PC (mine is a SCSI drive -- dont know if this will work with one of the internal IDE drives you can hook up to the FD-8). Make sure that Linux can see the drive (dont try to mount it, though!). You might want to have a look at SCSI-2.4-HOWTO to get the drive recognized. My external hard disk is located at "/dev/sda", but yours could end up elsewhere.

Next, you need to make sure you have the following on your system: perl, sox and fileutils (for the "dd" utility). Security Warning Unfortunately, this program presents significant security issues, so be careful with it. The script needs to be able to access the hard disk directly, so you can either run it as root (not safe), or change the permissons for the hard disk device (in my case, "/dev/sda"). Run the program with "./fdms3rip /dev/sda" (substituting the actual location of your hard disk).

This will list all of the programs present on the hard disk. Then, run it again with the number of the program you want to fetch off the hard disk: "./fdms3rip /dev/sda 5" to get all of the recorded tracks for program number 5. After waiting a bit, you should now have a bunch of WAV files on your Linux machine. Warning This program will create and erase files with the names "dir" and "header" in the directory it is run from. It would be best to run this program from a clean directory, just to make sure there are no problems.

<<less
Download (0.005MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
692 downloads
M3U Ripper 1.4

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.

<<less
Download (0.012MB)
Added: 2007-07-16 License: MPL (Mozilla Public License) Price:
946 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5