<<
Copying Dvds
Remember, this is only for legitimate copying
install
vobcopy
mount the dvd (eg /mnt/dvd)
mkdir DVD
vobcopy -i /mnt/cdrom1 -l -m -o DVD
mkisofs -dvd-video -udf -o dvd.iso DVD
burn the iso using k3b
Alternative Method
use
streamdvd and streamanalyze
streamdvd has the advantage of being able to requantization on the fly, to fit a large movie onto a 4.7gb disk
streamanalyze -i /dev/dvd -t 12
dvdauthor -t -o DVD -f 'streamdvd -i /dev/dvd -t 12 |'
dvdauthor -o DVD -T
growisofs -Z /dev/dvd -dvd-video DVD
Burning DVDs from MPEG
dvdauthor -t -o DVD --video=16:9+pal 1.mpg 2.mpg
dvdauthor -o DVD -T
mkisofs -dvd-video -udf -o dvd.iso DVD
or
growisofs -dvd-video -Z /dev/dvd DVD
Converting AVI to DVD
ffmpeg -i movie.avi -y -target pal-dvd -sameq -aspect 16:9 movie.mpg