Create VCD/SVCD/DVD from an .AVI in Linux with FFMPEG


Create VCD/SVCD/DVD from an .AVI in Linux with FFMPEG:



$ ffmpeg -i input.avi -target ntsc-dvd /tmp/output.mpg

*NOTES:
- Where input is the source file and output the outcome file.
- the $ sign at the start of the command is to signify the terminal's prompt, no need to type this in.
- ffmpeg can make DVD video files using -target option,
the target can be any of the following "vcd", "svcd", "dvd", "dv", "pal-vcd", "ntsc-vcd", "ntsc-dvd", "ntsc-svcd in the example above ntsc-dvd is used

0 comments:

Post a Comment