[MEncoder-users] Video format conversion: ffvp6f -> ffflv (?).
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Feb 10 10:07:10 CET 2012
R. Clayton <rvclayton <at> verizon.net> writes:
> I'm trying to get flv videos to work on a coby mp815 digital
> media player. I have one file the coby can show
Did you try
ffmpeg -i bad.flv -sameq out.flv
or
ffmpeg -i bad-flv -sameq -acodec copy out.flv
or
ffmpeg -i bad-flv -qscale 5 -acodec copy out.flv
?
Carl Eugen
More information about the MEncoder-users
mailing list