ffmpeg -ss 0 -i rawvid.flv -t 33 -vf scale=640x480 -b:21504 test.mpg
When run, this returns "At least one output file must be specified", what am I missing?
PS: FFmpeg works fine, and if I remove all of the flags in the statement above, it works.