Monday, July 16, 2007

Converting video files with ffmpeg

This is a quick reference for converting video files with ffmpeg :

From any format to dvd :
ffmpeg -i <source_file> -target dvd <target-file>