alldj dvd to avi converter
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 718
HandBrake 0.7.1
HandBrake is a GPLd multiplatform, multithreaded DVD to MPEG-4 ripper/converter. more>>
HandBrake application is a GPLd multiplatform, multithreaded DVD to MPEG-4 ripper/converter. HandBrake was originally available on the BeOS, but now has been ported over to MacOS X and to GNU/Linux.
Main features:
Supported sources:
- Any DVD-like source: VIDEO_TS folder, DVD image or real DVD (even encrypted)
- PAL or NTSC
- AC-3, LPCM or MPEG audio tracks
Outputs:
- File format: MP4, AVI or OGM
- Video: MPEG-4 or H.264 (1 or 2 passes or constant quantizer encoding)
- Audio: AAC, MP3, Vorbis or AC-3 pass-through (supports encoding of several audio tracks)
Misc features
- Chapter selection
- Basic subtitle support (burned into the picture)
- Integrated bitrate calculator
- Picture deinterlacing, cropping and scaling
- Grayscale encoding
<<lessMain features:
Supported sources:
- Any DVD-like source: VIDEO_TS folder, DVD image or real DVD (even encrypted)
- PAL or NTSC
- AC-3, LPCM or MPEG audio tracks
Outputs:
- File format: MP4, AVI or OGM
- Video: MPEG-4 or H.264 (1 or 2 passes or constant quantizer encoding)
- Audio: AAC, MP3, Vorbis or AC-3 pass-through (supports encoding of several audio tracks)
Misc features
- Chapter selection
- Basic subtitle support (burned into the picture)
- Integrated bitrate calculator
- Picture deinterlacing, cropping and scaling
- Grayscale encoding
Download (0.25MB)
Added: 2006-04-23 License: GPL (GNU General Public License) Price:
750 downloads
3gp converter 0.6
3gp converter is a Kommander script that uses ffmpeg as a backend and allows you convert the video files in 3gp format. more>>
3gp converter is a GUI (Kommander script) that uses ffmpeg as a backend and allows you convert the video files in 3gp format, which used at mobile phones.
You must have ffmpeg installed at you system compilled with AMR audio-codec fupport (check up ffmpeg manuals for instructions). Also you need Kommander installed(at least kommender executor).
You can set custom parameters of encoding,for video stream: resolution, bitrate, framerate, used codec (h263,mpeg4), one or two pass encoding.
For audio stream:bitrate,samplerate (AAC only), audio codec (amr_nb,AAC).
Enhancements:
- updated homepage and added some info
- sliders fix (now sliders moves when you set values manually)
- added prevew backend switch(ffplay/mplayer)
- added "exit" button
- added "stop" buttons for prevew
<<lessYou must have ffmpeg installed at you system compilled with AMR audio-codec fupport (check up ffmpeg manuals for instructions). Also you need Kommander installed(at least kommender executor).
You can set custom parameters of encoding,for video stream: resolution, bitrate, framerate, used codec (h263,mpeg4), one or two pass encoding.
For audio stream:bitrate,samplerate (AAC only), audio codec (amr_nb,AAC).
Enhancements:
- updated homepage and added some info
- sliders fix (now sliders moves when you set values manually)
- added prevew backend switch(ffplay/mplayer)
- added "exit" button
- added "stop" buttons for prevew
Download (0.035MB)
Added: 2007-05-13 License: GPL (GNU General Public License) Price:
1432 downloads
Movie2XviD Script 0.2.0
Movie2XviD is a script for encoding a DVD or other movie to AVI (XviD). more>>
Movie2XviD is a script for encoding a DVD or other movie to AVI (XviD).
Auto computing bitrate and hight quality, but it is a little slowly.
Enhancements:
- Add options
- video filter
- help
- new computing bitrate
<<lessAuto computing bitrate and hight quality, but it is a little slowly.
Enhancements:
- Add options
- video filter
- help
- new computing bitrate
Download (0.001MB)
Added: 2007-01-21 License: Perl Artistic License Price:
1007 downloads
Lemonrip 1.20
Lemonrip is an Linux application for ripping and encoding DVD into AVI files. more>>
Lemonrip project is an Linux application for ripping and encoding DVD into AVI files. Design of application is using a quality profiles instead of technical settings.
In mostly cases everything you need to do is pick a title of DVD, choose your language and let it work.
Main features:
- written in Perl::GTK using mencoder as frontend
- qulity profiles, takes a care of all setting jobs
- language selection (subtitles are encoded in a movie only at this time)
- ripping into AVI files using XVID and X264 codecs with best qulity switchies enabled (default profiles)
- automatic cropping and scaling with preview
- options to eject DVD tray or turn off a computer when encoding is finished
<<lessIn mostly cases everything you need to do is pick a title of DVD, choose your language and let it work.
Main features:
- written in Perl::GTK using mencoder as frontend
- qulity profiles, takes a care of all setting jobs
- language selection (subtitles are encoded in a movie only at this time)
- ripping into AVI files using XVID and X264 codecs with best qulity switchies enabled (default profiles)
- automatic cropping and scaling with preview
- options to eject DVD tray or turn off a computer when encoding is finished
Download (0.11MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
997 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
dvd2avi 0.7-9
dvd2avi is a simple graphical tool to help you backup your DVDs under Linux. more>>
dvd2avi is a simple graphical tool to help you backup your DVDs under Linux. After a long period of coding and testing, I finally succeeded to issue well usable and handy version of dvd2avi which I hope will help you.
dvd2avi is meant to help you put together a comandline for conversion from DVD title to AVI divx file. dvd2avi uses mencoder for its fast and reliable job, and lsdvd for getting the information about the source DVD.
<<lessdvd2avi is meant to help you put together a comandline for conversion from DVD title to AVI divx file. dvd2avi uses mencoder for its fast and reliable job, and lsdvd for getting the information about the source DVD.
Download (0.027MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1199 downloads
Multimedia Converter 1.5
Multimedia Converter project provides graphical environment to take full advantage some of the possibilities the ffmpeg & MPlaye more>>
Multimedia Converter project provides graphical environment to take full advantage some of the possibilities the ffmpeg and MPlayer.
So help to Convert between different media formats.
<<lessSo help to Convert between different media formats.
Download (0.30MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
894 downloads
OGMRip 0.10.3
OGMRip is an application and a set of libraries for ripping and encoding DVDs. more>>
OGMRip is an application and a set of libraries for ripping and encoding DVD into AVI or OGM files using a wide variety of codecs. OGMRip relies on mplayer, mencoder, oggenc, ogmtools and lame to perform its tasks.
The GUI features a clean HIG-compliant GNOME 2 interface and tries to minimize as much as possible esoteric settings.
Main features:
- transcodes from DVD or files
- outputs ogm, avi or matroska files
- calculates video bitrate for a given filesize
- calculates cropping parameters and scaling factors
- supports multiple audio and subtitles streams encoding
- provides a lot of codecs (ogg vorbis, mp3, pcm, ac3, xvid, lavc, x264)
- uses maximum quality codec switches
- rips contiguous chapters
Enhancements:
- glib>= 2.6.0
- libxml >= 2.0
- dvdread >= 0.9.7
- mplayer >= 0.92
- mencoder>= 0.92
- ogmtools>= 1.0
- vorbistools >= 1.0
- lame>= 3.96
- intltool>= 0.35
- pkgconfig >= 0.12
<<lessThe GUI features a clean HIG-compliant GNOME 2 interface and tries to minimize as much as possible esoteric settings.
Main features:
- transcodes from DVD or files
- outputs ogm, avi or matroska files
- calculates video bitrate for a given filesize
- calculates cropping parameters and scaling factors
- supports multiple audio and subtitles streams encoding
- provides a lot of codecs (ogg vorbis, mp3, pcm, ac3, xvid, lavc, x264)
- uses maximum quality codec switches
- rips contiguous chapters
Enhancements:
- glib>= 2.6.0
- libxml >= 2.0
- dvdread >= 0.9.7
- mplayer >= 0.92
- mencoder>= 0.92
- ogmtools>= 1.0
- vorbistools >= 1.0
- lame>= 3.96
- intltool>= 0.35
- pkgconfig >= 0.12
Download (0.62MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
965 downloads
Avidemux 2.3.0 / 2.4 Preview 2
Avidemux is a simple visual editor for most common format (mpeg/avi/ogm/nuv) and codec (mpeg1/2/4/huffyuv). more>>
Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks.
It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities.
Avidemux is available for Linux, BSD, Mac OS X and Microsoft Windows under the GNU GPL license. The program was written from scratch by Mean, but code from other people and projects has been used as well. Patches, translations and even bug reports are always welcome.
<<lessIt supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities.
Avidemux is available for Linux, BSD, Mac OS X and Microsoft Windows under the GNU GPL license. The program was written from scratch by Mean, but code from other people and projects has been used as well. Patches, translations and even bug reports are always welcome.
Download (4.5MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
861 downloads
Sound Converter 0.9.7
Sound Converter can convert sound files to other formats. more>>
Sound Converter project can convert sound files to other formats.
A simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes WAV, FLAC, MP3, and Ogg Vorbis files.
<<lessA simple sound converter application for the GNOME environment. It reads anything the GStreamer library can read, and writes WAV, FLAC, MP3, and Ogg Vorbis files.
Download (0.036MB)
Added: 2007-08-01 License: GPL v3 Price:
538 downloads
QCreateVOB 1.1
QCreateVOB is a VOB movie file creator. more>>
QCreateVOB is a VOB movie file creator (using transcode, ffmpeg, sox, multimux, mplayer)
With QCreateVOB you can decode movies from AVI, WMV, and MPEG 1/2 to VOB files (VOB is DVD video format).
<<lessWith QCreateVOB you can decode movies from AVI, WMV, and MPEG 1/2 to VOB files (VOB is DVD video format).
Download (0.29MB)
Added: 2005-06-16 License: GPL (GNU General Public License) Price:
1594 downloads
The uc-avi plug-in
The uc-avi plug-in is a Gimp plug-in that loads/saves uncompressed AVI files. more>>
The uc-avi plug-in is a Gimp plug-in that loads/saves uncompressed AVI files.
The plug-in loads common uncompressed AVI files into multilayer images. It saves multilayer images to uncompressed AVI. Audio is discarded, only one video stream is supported.
Compressed AVIs may be loaded using mencoder to import.
<<lessThe plug-in loads common uncompressed AVI files into multilayer images. It saves multilayer images to uncompressed AVI. Audio is discarded, only one video stream is supported.
Compressed AVIs may be loaded using mencoder to import.
Download (0.066MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
668 downloads
DVD Slideshow 7.1
dvd-slideshow makes a DVD slideshow video with menus from a text file listin... more>> dvd-slideshow makes a DVD slideshow video with menus from a text file listing of pictures, effects, and audio tracks. You can add some nice effects like fades, crops, scrolls, or Ken Burns effects. It will hopefully become a command-line clone of imovie<<less
Download (4.0MB)
Added: 2009-04-23 License: Freeware Price:
190 downloads
PSP Video Converter 0.1
PSP Video Converter project is a simple graphical frontend to ffmpeg to allow you to easily convert your videos to PSP format. more>>
PSP Video Converter project is a simple graphical frontend to ffmpeg to allow you to easily convert your videos to PSP compatibile format. Works for me, thought I may share.
Note: Created with Kommander 1.3, not sure if it works with earlier Kommander.
Note: There is no error checking for now, so make sure you have a working ffmpeg with necessary codecs installed.
Note: Looks like some PSPs cant open h264 videos encoded with ffmpeg.
<<lessNote: Created with Kommander 1.3, not sure if it works with earlier Kommander.
Note: There is no error checking for now, so make sure you have a working ffmpeg with necessary codecs installed.
Note: Looks like some PSPs cant open h264 videos encoded with ffmpeg.
Download (0.033MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
704 downloads
DVD Manager 0.4
DVD Manager provides an easy-to-use Web-based DVD management tool. more>>
DVD Manager provides an easy-to-use Web-based DVD management tool.
DVD Manager is an e107 CMS plugin. This plugin will enable users to manage their DVD collection and show it to other members via the Web whether it is online or offline.
<<lessDVD Manager is an e107 CMS plugin. This plugin will enable users to manage their DVD collection and show it to other members via the Web whether it is online or offline.
Download (2.5MB)
Added: 2007-01-25 License: GPL (GNU General Public License) Price:
1006 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 alldj dvd to avi converter 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