Hello their,
I compiled my ffmpeg:
./configure --enable-xvid --enable-a52 --enable-libogg --enable-gpl --enable-faac --enable-faad --enable-dts --enable-a52bin --enable-vorbis --enable-mp3lame
I then try to encode my files like this, but this give me some blocks when their is fast moving scenes.
ffmpeg -i new.wmv -r 30 -s 320x240 -aspect 4:3 -f flv -y newflash.flv
I tried also to use the xvid codec like this, but then again i only get sound with black screen?
ffmpeg -i new.wmv -vcodec xvid -s 320x240 -aspect 4:3 -f flv -y newflash.flv
Can anyone help me please to get better quality...
any tips, any help, would be greatand thanks for your help
input file: http://www.goalreplays.com/tmp/new.wmv (great quality 13mb | 2min video)
//hw2002
+ Reply to Thread
Results 1 to 2 of 2
-
-
The flv format doesn't support xvid video.
If you want better quality you probably need the newer vp6 video codec that is used in new flash video but ffmpeg has no encode support for it, http://chattyfig.figleaf.com/pipermail/flashcoders/2006-December/176807.html
Similar Threads
-
Bad quality WMV - will a conversion increase quality?
By nickbrace in forum Video ConversionReplies: 4Last Post: 20th Oct 2011, 04:48 -
solved = ffmpeg to .flv audio quality improvement
By richiedood in forum Video ConversionReplies: 31Last Post: 1st Jul 2011, 18:04 -
FFmpeg and quality of the output video
By Vidameker in forum Video ConversionReplies: 2Last Post: 26th Jan 2010, 20:46 -
No Audio In Encore/Bad Aspect Ratio/Bad Files/Bad ISO/Bad Everything
By koberulz in forum Newbie / General discussionsReplies: 35Last Post: 24th Jan 2010, 04:48 -
FFmpeg options ? Bad result on a standalone
By Umen Pich in forum Video ConversionReplies: 4Last Post: 18th Jan 2009, 09:28