Steps for using DeVeDe

Here are the steps to copy a film from a dvd (protected or not) into avi. Then change it into avi with mencoder, then convert it into mpg.
Now the devede can edit it.
$mplayer dvd://3 -dumpstream -dumpfile movie.avi
$mencoder -o out.avi -noidx -oac copy -ovc copy movie.avi
$ffmpeg -i out.avi -y -target ntsc-dvd -sameq -aspect 16:9 out.mpg
$ffmpeg -i out.avi -y -target pal-dvd -sameq -aspect 4:3 out.mpg

Devede is a program to create vcd, dvd, or sort of things. We can download it free from http://www.rastersoft.com/programas/devede.html
It is available for linux and windows. It should be easy to use.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.