[FFmpeg-user] Convert flv to tivo supported format

Roger Pack rogerdpack2 at gmail.com
Mon Aug 20 18:13:45 CEST 2012


> 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
> ffmpeg version 0.7.13, Copyright (c) 2000-2011 the FFmpeg developers
>   built on Aug 18 2012 20:39:05 with clang 4.0 ((tags/Apple/clang-421.0.60))

This is a bit old I believe, maybe try it with trunk?

>     Stream #0.0: Video: mpeg2video, yuv420p, 640x350 [PAR 173:171 DAR 11072:5985], q=2-31, 409 kb/s, 90k tbn, 23.98 tbc

this I *think* means that it's targeting 409 kb/s? Maybe increase that?
-r


More information about the ffmpeg-user mailing list