[Ffmpeg-devel] transcoding into flash
CHRis Halse Rogers
chalserogers
Wed Apr 12 02:30:49 CEST 2006
On 4/12/06, DKorchev at aol.com <DKorchev at aol.com> wrote:
> Hi,
>
> I tried ffmpeg transcoding (with no options) into flash on Windows and I got
> the following problems:
>
> 1. Video quality is very poor.
Last time I tried, ffmpeg by default encoded with a video bitrate of
200kb/s. For a video of any decent resolution, this isn't going to
look too good :)
You could try passing "-b _somebitrate_" to ffmpeg (before the output
filename, because the effect of options depends their position in the
command line).
More information about the ffmpeg-devel
mailing list