[FFmpeg-user] Convert flv to tivo supported format

Dan Hentschel dan at hentschels.com
Mon Aug 20 17:45:38 CEST 2012


On Mon, Aug 20, 2012 at 11:10 AM, Dion Stempfley <dtsonline at verizon.net> wrote:
>
> I have an FLV that is relatively good quality and I'm trying to convert it so that I can transfer it to my TiVo.  I've tried Mpeg-2, avi, and mov and regardless of the options I choose I can't seem to get the same quality out of the converted file.  Here are the results of my last try.  I also don't understand the Error while decoding stream message at the end.  The output seems to have all of the file in it.
>
>
> bash-3.2# ffmpeg -y -i input.flv -vcodec mpeg2video -b 409600 -aspect 1.85 -async 1 -ac 2 -ab 224000 -ar 44100 output.mpg
>

Try this command:

ffmpeg -y -i input.flv -vcodec mpeg2video -qscale 2.0 -aspect 1.85
-async 1 -ac 2 -ab 224000 -ar 44100 output.mpg

>
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user




--
dan B hentschel
dan at hentschels.com


More information about the ffmpeg-user mailing list