![]() |
|||||
![]() |
|||||
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)
|
|||||