Easy on Linux
simple howto's for linux
Avi to DVD with ffmpeg and dvdauthor
Normal screen:
ffmpeg -i film.avi -aspect 4:3 -target pal-dvd dvd.mpg (or ntsc-dvd)
Wide screen:
ffmpeg -i film.avi -aspect 16:9 -target pal-dvd dvd.mpg (or ntsc-dvd)
Make dvd files without menu in a dvd/ folder:
dvdauthor -o dvd/ dvd.mpg
Just add several movies this way
File the movies before burning in /dvd :
dvdauthor -o dvd/ -T
Burn:
growisofs -Z /dev/dvd -dvd-video dvd/
A rewritable will be erased automatically
2006-10-19 13:41:57 GMT
Comments (0 total)
Compose a comment for this post.
Comment:
0 characters left (limit 4,000 characters). No HTML permitted.
Word verification:
To validate this comment, showing us that you are human, and not a computer, please retype the following code in the field provided.
(This helps prevent blog spam.)


1