Wednesday, November 22, 2006

avi to vcd...

commandline ofcourse...

first, use ffmpeg to convert the .avi to a vcd .mpg

ffmpeg -i file.avi -target vcd out.mpg
//this will create the vcd .mpeg

second, use vcdimager to convert the .mpg file to a .cue and .bin file

0 comments: