[MPlayer-users] concatenating flv video streams
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat May 26 17:02:05 CEST 2012
<meino.cramer <at> gmx.de> writes:
> ffmpeg -i <file.flv> <file.mpg>
>
> which give me a mpg-file avidemux is able to handle but
> the quality wasn't useable than.
ffmpeg -i <file.flv> -qscale 2 -ab 320k <file.mpg>
Please note that there is a new concat: protocol for ffmpeg,
it may allow you to do what you want in one step.
Carl Eugen
More information about the MPlayer-users
mailing list