The default ffmpeg command should be
-i @input -f flv -acodec mp3 -ar 22050 -ab 64k -ac 1 @output

instead of "-i @input -f flv -acodec mp3 -ar 22050 -ab 64 -ac 1 @output" - this will output with Audio: mp3, 22050 Hz, mono, 0 kb/s

Comments

travist’s picture

I just committed this change to CVS. It will be in the version 2.0 BETA2 release.

Thanks,

Travis.

travist’s picture

Status: Active » Fixed

Thanks galla! I just submitted FlashVideo version 2.0.BETA2 that fixes this issue.

Anonymous’s picture

Status: Fixed » Closed (fixed)