I have some DVD to publish on a popular video sharing service on the web. How to do that on Linux? Here a simple howto to achieve this.
First, get some useful software for this task. To do this you should sometimes add the Debian Multimedia repository to your /etc/apt/sources.list:
deb http://www.debian-multimedia.org etch main
Where “etch” is your distribution. Then run:
apt-get update
On sudo / superuser shell run:
- apt-get install avidemux acidrip lame x264 mplayer vorbis-tools dvdbackup
Avidemux is a simple cut-and-paste non-linear editor and encoding software, acidrip a DVD-to-file ripper. X264 is a video encoder for the H.264/MPEG-4 AVC standard, lame an MP3 encoder and vorbis-tools contains OGG Vorbis encoders (a libre audio library). - If you want to rip directly a DVD, encoding it as you wish without changes (cut and paste) from chapters, then use acidrip. For video use X264, for audio choose MP3 or Ogg Vorbis. (howto ends here)
- If you want to apply some changes, then first backup your dvd with dvdbackup:
dvdbackup -i /dev/dvd -o my_destination_directory/ -n myDVDtitle -M - Open the first huge .VOB file (eg. VTS_01_1.vob) with avidemux, then choose YES for indexing it
- Now you can export the whole file or part of it: choose x264 as video codec and Vorbis or Lame (MP3) as audio codec. Leave AVI as Format (or choose another).
- If you want to extract a portion of the video, move cursor to first frame of the selection and click A (Selection Start). Then go to last frame of the selection and click B (Selection End)
- Click to File -> Save Video to export the selected portion (read Avidemux wiki to more and detailed options). If files are compatible in width x height you can also use the “Append” function to queue more files generating and exporting a bigger one.
Now you can upload your video to popular online file sharing services. Enjoy!

Recent Comments