Burn a DVD from a flash movie in Debian
Get the movie
If you want to make a DVD from a Youtube movie, you
can use clive to download the movie:
clive http://www.youtube.com/watch?v=<movie-identifier;>
Turn it into a mpeg formatted file
Use ffmpeg to translate the flv-file to a mpeg-file:
ffmpeg -i movie.flv -aspect 4:3 -target pal-dvd dvd.mpg
Turn it into a DVD-directory
First you have to set the environment variable to you desired format,
export VIDEO_FORMAT=PAL dvdauthor -o dvd/ -t dvd.mpg dvdauthor -o dvd/ -T growisofs -Z /dev/dvd -dvd-video dvd/