[FFmpeg-user] Convert flv to tivo supported format

Dion Stempfley dtsonline at verizon.net
Tue Aug 21 08:34:18 CEST 2012


That is great thanks.  I hadn't used qscale before but after you sent this I found an interesting related article at http://www.kilobitspersecond.com/2007/05/24/ffmpeg-quality-comparison/.

/Dion

On Aug 20, 2012, at 11:45 AM, Dan Hentschel <dan at hentschels.com> wrote:

> 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
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user



More information about the ffmpeg-user mailing list