for dvd
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 987
restore CD/DVD 1.06
restore CD/DVD allows you to create a CD or DVD that can be used to backup whole hard disk partitions from any OS. more>>
restore CD/DVD allows you to create a CD or DVD that can be used to backup whole hard disk partitions from any OS and restore them without user interaction.
restore CD/DVD can be used in a manner similar to vendor-provided rescue CDs included with new computers, but with all your own settings.
<<lessrestore CD/DVD can be used in a manner similar to vendor-provided rescue CDs included with new computers, but with all your own settings.
Download (13.3MB)
Added: 2006-01-04 License: GPL (GNU General Public License) Price:
1396 downloads
boot-dvd 06
boot-dvd project contains a couple of Perl-scripts that can be used to create a custom DVD-ISO image. more>>
boot-dvd project contains a couple of Perl-scripts that can be used to create a custom DVD-ISO image (to be burned), that contains user selected Linux boot/live-CD images (only ISOLINUX boot loader supported) in a handy GRUB menu.
Enhancements:
- Many updates and bugfixes were made.
<<lessEnhancements:
- Many updates and bugfixes were made.
Download (0.097MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
808 downloads
FPPdvdmkv 0.5
FPPdvdmkv is a tutorial and collection of scripts that create an MKV video container file from a DVD in a few passes. more>>
FPPdvdmkv project is a tutorial and collection of scripts that create an MKV video container file from a DVD-Video disc in a few passes.
<<less Download (0.003MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1229 downloads
Ogle DVD player 0.9.2
Ogle DVD player is a DVD player for Solaris, *BSD, and Linux. more>>
Ogle is a real DVD player that supports DVD menus and navigation. It can access CSS-protected DVDs if you have libdvdcss installed, take screen shots, and view movies in fullscreen mode.
It handles angles correctly and automatically uses the correct aspect. You can switch subtitles and audio tracks. It runs on Linux, FreeBSD, NetBSD, OpenBSD, and Solaris.
Main features:
- Supports DVD menus and navigation.
- Reads from mounted, unmounted DVDs and hard drive.
- Reads encrypted and unencrypted DVDs using libdvdread/libdvdcss.
- A new MPEG2 decoder with MMX, Altivec and SUN Solaris mediaLib acceleration.
- Normal X11 and XFree86 Xvideo display support with subpicture overlay.
- Accelerated display on Sun FFB2+ cards.
- Audio and subpicture selection.
- Handles advanced subpicture commands such as fade/scroll and wipe.
- Detects and uses correct aspect for movie and menus.
- Possible to play AC3, DTS, MPEG, LPCM via S/PDIF.
- Hardware yuv2rgb on Sun FFB2+ (Creator3D).
- Fullscreen mode.
- Screenshots with and without subpicture overlay.
- Title/chapter search.
- Audio formats supported: AC-3, MPEG, LPCM (DTS only via SP/DIF).
Version restrictions:
- Reverse play not implemented.
- No angle selection during playback (angle selection in DVD menu works).
- No closed caption support (not the same as subpicture subtitling).
- DTS audio not supported (other than via SP/DIF).
- To play another DVD you have to restart the program.
- Karaoke mode is missing.
<<lessIt handles angles correctly and automatically uses the correct aspect. You can switch subtitles and audio tracks. It runs on Linux, FreeBSD, NetBSD, OpenBSD, and Solaris.
Main features:
- Supports DVD menus and navigation.
- Reads from mounted, unmounted DVDs and hard drive.
- Reads encrypted and unencrypted DVDs using libdvdread/libdvdcss.
- A new MPEG2 decoder with MMX, Altivec and SUN Solaris mediaLib acceleration.
- Normal X11 and XFree86 Xvideo display support with subpicture overlay.
- Accelerated display on Sun FFB2+ cards.
- Audio and subpicture selection.
- Handles advanced subpicture commands such as fade/scroll and wipe.
- Detects and uses correct aspect for movie and menus.
- Possible to play AC3, DTS, MPEG, LPCM via S/PDIF.
- Hardware yuv2rgb on Sun FFB2+ (Creator3D).
- Fullscreen mode.
- Screenshots with and without subpicture overlay.
- Title/chapter search.
- Audio formats supported: AC-3, MPEG, LPCM (DTS only via SP/DIF).
Version restrictions:
- Reverse play not implemented.
- No angle selection during playback (angle selection in DVD menu works).
- No closed caption support (not the same as subpicture subtitling).
- DTS audio not supported (other than via SP/DIF).
- To play another DVD you have to restart the program.
- Karaoke mode is missing.
Download (0.47MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
914 downloads
cpdvd 1.10
cpdvd is a tool to transfer a DVD title to your harddisk with ease on Linux. more>>
cpdvd is a tool to transfer a DVD title to your harddisk with ease on Linux.
This tool copies all required files for a movie title from a DVD on your harddisk for further processing with libdvdreads image mode (e.g. transcode). It automatically selects the title with longest duration - but you can also pick a specific one.
The tool determines the correct title set (VTS-VOB files) for the selected title, clones the navigation information (IFO files) and extracts (decodes) the data into new video object streams.
Installation:
Unzip the file and place it in your bin path. Make sure you have installed Perl! You need at least transcode version 0.6.0pre4 and of course cpvts.
Usage:
You simply give a target directory (will be created automatically) insert a DVD and thats all:
cpdvd MyMovie
You can then run transcode with the dvd import module (-x dvd) on this directory:
transcode -i MyMovie -x dvd ...
If your DVD device is not /dev/dvd or the DVD mount point is not /dvd then you must specify the following options:
cpdvd -d /dev/mydvddevice -m /my/dvd/mointpoint MyMovie
or set the DVD_MOUNT and DVD_DEV environment variables.
If you want to copy another title or the main title guess was wrong then you can pick a title with the -t option:
cpdvd -t 2 MyMovie
With the -i option you will receive information on all titles of a disc and the guess which title is the main title:
cpdvd -i
<<lessThis tool copies all required files for a movie title from a DVD on your harddisk for further processing with libdvdreads image mode (e.g. transcode). It automatically selects the title with longest duration - but you can also pick a specific one.
The tool determines the correct title set (VTS-VOB files) for the selected title, clones the navigation information (IFO files) and extracts (decodes) the data into new video object streams.
Installation:
Unzip the file and place it in your bin path. Make sure you have installed Perl! You need at least transcode version 0.6.0pre4 and of course cpvts.
Usage:
You simply give a target directory (will be created automatically) insert a DVD and thats all:
cpdvd MyMovie
You can then run transcode with the dvd import module (-x dvd) on this directory:
transcode -i MyMovie -x dvd ...
If your DVD device is not /dev/dvd or the DVD mount point is not /dvd then you must specify the following options:
cpdvd -d /dev/mydvddevice -m /my/dvd/mointpoint MyMovie
or set the DVD_MOUNT and DVD_DEV environment variables.
If you want to copy another title or the main title guess was wrong then you can pick a title with the -t option:
cpdvd -t 2 MyMovie
With the -i option you will receive information on all titles of a disc and the guess which title is the main title:
cpdvd -i
Download (0.004MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1248 downloads
Mkdvd 2.43
Mkdvd is an easy-to-use front-end for several programs which allows simplifies converting most kinds of movies to a DVD. more>>
Mkdvd is an easy-to-use front-end for several programs which allows simplifies converting most kinds of movies to a DVD which you can watch in your DVD player or give to your friends.
Mkdvd is not a graphical front-end, but it automates the entire task of creating a DVD into one simple command. Mkdvd runs on any UNIX platform, as long as the programs below are available.
Mkdvd is also able to convert PAL movies to NTSC and/or vice versa (even if they are interlaced).
<<lessMkdvd is not a graphical front-end, but it automates the entire task of creating a DVD into one simple command. Mkdvd runs on any UNIX platform, as long as the programs below are available.
Mkdvd is also able to convert PAL movies to NTSC and/or vice versa (even if they are interlaced).
Download (0.043MB)
Added: 2005-11-29 License: GPL (GNU General Public License) Price:
1426 downloads
Tivo2dvd 0.4.2-1
Tivo2dvd creates and executes the series of commands required to access, format, and burn television shows. more>>
Tivo2dvd creates and executes the series of commands required to access, format, and burn television shows from a Series II Tivo directly to a DVD. The project supports processing multiple shows at once, to a DVD with menus.
<<less Download (0.015MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
802 downloads
openSUSE 10.2 Live DVD
openSUSE Live DVD contains a base desktop system (KDE and Gnome) with applications for office, multimedia and internet usage. more>>
openSUSE Live DVD contains a base desktop system (KDE and Gnome) with applications for office, multimedia and internet usage.
The openSUSE project is a community program sponsored by Novell. Promoting the use of Linux everywhere, this program provides free, easy access to openSUSE, a complete Linux distribution.
The openSUSE project has three main goals: make openSUSE the easiest Linux for anyone to obtain and the most widely used Linux distribution; leverage open source collaboration to make openSUSE the worlds most usable Linux distribution and desktop environment for new and experienced Linux users; dramatically simplify and open the development and packaging processes to make openSUSE the platform of choice for Linux developers and software vendors.
Enhancements:
- The last piece of the openSUSE 10.2 distribution got released today.
- The Live DVD image has a size of 1.7 GB and can be used on every x86 compatible system with at least 512 MB of memory.
- It contains a base desktop system (KDE and Gnome) with applications for office, multimedia and internet usage.
<<lessThe openSUSE project is a community program sponsored by Novell. Promoting the use of Linux everywhere, this program provides free, easy access to openSUSE, a complete Linux distribution.
The openSUSE project has three main goals: make openSUSE the easiest Linux for anyone to obtain and the most widely used Linux distribution; leverage open source collaboration to make openSUSE the worlds most usable Linux distribution and desktop environment for new and experienced Linux users; dramatically simplify and open the development and packaging processes to make openSUSE the platform of choice for Linux developers and software vendors.
Enhancements:
- The last piece of the openSUSE 10.2 distribution got released today.
- The Live DVD image has a size of 1.7 GB and can be used on every x86 compatible system with at least 512 MB of memory.
- It contains a base desktop system (KDE and Gnome) with applications for office, multimedia and internet usage.
Download (1740MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1038 downloads
KungFu DVD Ripper 0.2.3
KungFu DVD Ripper is a GStreamer based DVD ripper. more>>
KungFu DVD Ripper is a GStreamer based DVD ripper.
KungFu creates backups of your DVDs, saving them as .oggs on your hard drive. It encodes the backup using patent-free codecs, Theora for video and Vorbis for audio.
KungFu is not designed for producing backups that fit within a certain file size (say, for burning onto CD); instead, it is designed to produce backups of consistent quality while maintaining the lowest average file size possible (for building a video library on your hard drive).
<<lessKungFu creates backups of your DVDs, saving them as .oggs on your hard drive. It encodes the backup using patent-free codecs, Theora for video and Vorbis for audio.
KungFu is not designed for producing backups that fit within a certain file size (say, for burning onto CD); instead, it is designed to produce backups of consistent quality while maintaining the lowest average file size possible (for building a video library on your hard drive).
Download (0.027MB)
Added: 2006-12-15 License: GPL (GNU General Public License) Price:
673 downloads
Quon DVD Database 1.6.2
The Quon DVD Database is a complete solution to manage your movies. more>>
The Quon DVD Database is a complete solution to manage your movies. Highlights of this program include user tracking, barcode scanner support, user access, a login system, and an advanced searcher.
Quon DVD Database can check DVDs in and out of your collection, allowing you to keep track of which of your friends has them. You can send reminder email messages, or they can simply log in to see what they have checked out.
Enhancements:
- An issue with ordering on a few pages has been fixed.
- The system is forced use the OLD_PASSWORD system, so that when someone moves their database from one host (using an old version of MySQL) to a new one (using a new version of MySQL), the passwords of the existing users wont have to be recreated.
<<lessQuon DVD Database can check DVDs in and out of your collection, allowing you to keep track of which of your friends has them. You can send reminder email messages, or they can simply log in to see what they have checked out.
Enhancements:
- An issue with ordering on a few pages has been fixed.
- The system is forced use the OLD_PASSWORD system, so that when someone moves their database from one host (using an old version of MySQL) to a new one (using a new version of MySQL), the passwords of the existing users wont have to be recreated.
Download (0.33MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
1176 downloads
Ts2Dvd 0.3o
Ts2Dvd lets you make video DVD from almost any video file. more>>
Ts2Dvd lets you make video DVD from almost any video file. You just have to select input video files, add subtitles file, then press Start button. After few minutes you get VIDEO_TS for burning it as DVD.
<<less Download (0.82MB)
Added: 2006-06-11 License: GPL (GNU General Public License) Price:
717 downloads
TkDVD 4.0.6
TkDVD is a GUI for growisofs, which is a part of dvd+rw-tools. more>>
TkDVD is a GUI for growisofs, which is a part of dvd+rw-tools. TkDVD project allows burning DVD+R/RW and -R/RW discs easily.
Main features:
- View the current command line passed to growisofs with options and file listing
- Burn DVD from iso images
- Create ISO images from files
- Can overburn DVD
- Support multi-sessions DVD
- Add/delete/exclude file/directories and show current used space
- can keep directory structure
- options to choose iso9660 filesystem extension (like Joliet or RockRidge extensions)
- Prevent burning if used space > DVD+R/RW capacity
- show output of growisofs/mkisofs to view burned % and estimated remaining time
Enhancements:
- A bug when burning a multisession DVD was fixed: the -Z option was passed to growisofs in addition to -M, although just -M is enough.
- The French translation was updated.
- A German translation was added.
<<lessMain features:
- View the current command line passed to growisofs with options and file listing
- Burn DVD from iso images
- Create ISO images from files
- Can overburn DVD
- Support multi-sessions DVD
- Add/delete/exclude file/directories and show current used space
- can keep directory structure
- options to choose iso9660 filesystem extension (like Joliet or RockRidge extensions)
- Prevent burning if used space > DVD+R/RW capacity
- show output of growisofs/mkisofs to view burned % and estimated remaining time
Enhancements:
- A bug when burning a multisession DVD was fixed: the -Z option was passed to growisofs in addition to -M, although just -M is enough.
- The French translation was updated.
- A German translation was added.
Download (0.064MB)
Added: 2007-03-11 License: GPL (GNU General Public License) Price:
960 downloads
dvdindex 0.2
dvdindex is a CD/DVD archiving utility with built-in encryption support to manage a collection of CDs/DVDs. more>>
dvdindex is a free, open-source CD/DVD archiving utility to manage a collection of
CDs/DVDs.
It has built-in encryption support and is released under the GPL.
<<lessCDs/DVDs.
It has built-in encryption support and is released under the GPL.
Download (0.076MB)
Added: 2005-10-01 License: GPL (GNU General Public License) Price:
1483 downloads
RoFreeSBIE Live DVD 1.2p1
RoFreeSBIE Live DVD is the first Live DVD based on FreeBSD 6.1 operating system. more>>
RoFreeSBIE Live DVD is the first Live DVD based on FreeBSD 6.1 operating system.
Main features:
NEW FREEBSD PORTBROWSER
Includes Portbrowser, an efficient package manager with a simple way to install applications (more than 14500 FreeBSD applications from ports or binary packages).
SCRIPTS
Find under the RofreeSbie Tools a wide-range of powerful scripts. From Internet and antivirus configurations to all partitions detection, this is a must-have tool for average BSD users.
TEST YOUR HARDWARE
Testing your hardware compatibility with FreeBSD 6.1 before installing couldnt be easier with a Live CD/DVD like RoFreeSBIE.
SECURITY
High level of security thanks to UNIX solid as a rock, Clamav antivirus, F-Prot antivirus and a firewall. Feel safe with RoFreeSBIE.
Let others commercial operating systems lose your root password in 20 minutes or a kid at home install a trojan in your computer.
INTELLIGENT UPDATES
Because RoFreeSBIE is FreeBSD based, it uses intelligent ways of updating: cvsup and recompiling the base system or binary patches.
If you use cvsup, you can track daily changes on the FreeBSD base system and easily obtain a new FreeBSD release when it appears.
LINUX SUPPORT
RoFreeSBIE runs Linux applications with high performance and speed. Why should you have to choose between BSD and Linux, when you can get the best of both?
CLONE PARTITIONS
With clone.sh youll be able to make a compressed image of a chosen partition from your HDD and store it on another writable partition.
ROFREESBIE MEANS...
Romanian Free System Burned In Economy, its main version being English. KDE support is available in:
Romanian, Spanish, Portuguese, Italian, French, Russian and German. More languages will be included soon due to your help. Thanks.
Enhancements:
- Minor bugs corrected
<<lessMain features:
NEW FREEBSD PORTBROWSER
Includes Portbrowser, an efficient package manager with a simple way to install applications (more than 14500 FreeBSD applications from ports or binary packages).
SCRIPTS
Find under the RofreeSbie Tools a wide-range of powerful scripts. From Internet and antivirus configurations to all partitions detection, this is a must-have tool for average BSD users.
TEST YOUR HARDWARE
Testing your hardware compatibility with FreeBSD 6.1 before installing couldnt be easier with a Live CD/DVD like RoFreeSBIE.
SECURITY
High level of security thanks to UNIX solid as a rock, Clamav antivirus, F-Prot antivirus and a firewall. Feel safe with RoFreeSBIE.
Let others commercial operating systems lose your root password in 20 minutes or a kid at home install a trojan in your computer.
INTELLIGENT UPDATES
Because RoFreeSBIE is FreeBSD based, it uses intelligent ways of updating: cvsup and recompiling the base system or binary patches.
If you use cvsup, you can track daily changes on the FreeBSD base system and easily obtain a new FreeBSD release when it appears.
LINUX SUPPORT
RoFreeSBIE runs Linux applications with high performance and speed. Why should you have to choose between BSD and Linux, when you can get the best of both?
CLONE PARTITIONS
With clone.sh youll be able to make a compressed image of a chosen partition from your HDD and store it on another writable partition.
ROFREESBIE MEANS...
Romanian Free System Burned In Economy, its main version being English. KDE support is available in:
Romanian, Spanish, Portuguese, Italian, French, Russian and German. More languages will be included soon due to your help. Thanks.
Enhancements:
- Minor bugs corrected
Download (1800MB)
Added: 2006-09-25 License: BSD License Price:
1125 downloads
XMMS Plugin for Ogle DVD Player 0.9.2-1
XMMS Plugin for Ogle DVD Player is an XMMS plugin, which allows it to play DVDs, using Ogle DVD Player as a backend. more>>
XMMS Plugin for Ogle DVD Player is an XMMS plugin, that allows it to play DVDs, using Ogle DVD Player as a backend.
All this packages are original and I didnt make any modifications :
a52dec-x.x.x
jpeg-x
libdvdcss-x.x.x
libdvdread-x.x.x
libxml2-x.x.x
mad-x.x.x
ogle-x.x.x
1.) To install all type ./install
2.) To clean all type ./distclean
3.) Check if there is a dvd device (/dev/dvd)
4.) To play DVD make a plain file with extension .dvd (i.e. Ogle.dvd) and open it with XMMS.
<<lessAll this packages are original and I didnt make any modifications :
a52dec-x.x.x
jpeg-x
libdvdcss-x.x.x
libdvdread-x.x.x
libxml2-x.x.x
mad-x.x.x
ogle-x.x.x
1.) To install all type ./install
2.) To clean all type ./distclean
3.) Check if there is a dvd device (/dev/dvd)
4.) To play DVD make a plain file with extension .dvd (i.e. Ogle.dvd) and open it with XMMS.
Download (6.3MB)
Added: 2006-04-07 License: GPL (GNU General Public License) Price:
1306 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 for dvd 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