Hello people,
Im new to this whole FFMPEG stuff. So please dont mind my nooby questions.
I am trying to convert .avi videos into .flv but at the same time trying to keep a small file size and a decent quality.
Here the command line im using:
ffmpeg -i video.avi -y -ab 64k -ar 44100 -ac 1 -vcodec libx264 -r 15 -s 320×240 -b 500 -vol 500 -cmp 3 -subcmp 3 -mbd 2 -partitions +parti4x4+partp8x8 -flags2 +mixed_refs -subq 5 -trellis 1 -refs 5 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -qcomp 0.6 -coder 1 -g 250 -qblur 1.3 output.flv
That coverts the files pretty well and fast, but the problem is the videos are blocky even with qblur option.
Can anyone suggest anything?
I tried mencoder instead but its taking longer to convert the files and also about 2-3 times larger.
any help is appreciated.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Code:
-b 500
Anyway eitherway perhaps increase this value.SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
Hi IMC
I'm fairly new to all this too.
Originally Posted by ChrissyBoy
Similar Threads
-
FFmpeg on Win only - FAQ can ffmpeg realize screen capture
By feelart in forum Capturing and VCRReplies: 1Last Post: 14th Feb 2012, 04:11 -
Which ffmpeg options are used behind the scenes by ffmpeg?
By roberto.aloi in forum ffmpegX general discussionReplies: 1Last Post: 26th Jul 2011, 05:09 -
ffmpeg output 2gb limit? Is there one? ffmpeg stops encoding h264 @ 2gb
By BrainiakZ in forum Video ConversionReplies: 14Last Post: 30th Mar 2011, 12:04 -
Difference between ffmpeg -threads and ffmpeg-mt
By Calidore in forum Video ConversionReplies: 2Last Post: 7th Mar 2010, 22:44 -
FFMPEG QUESTION :How do I take one frame and make a jpeg with FFMPEG?
By goheadtry in forum Newbie / General discussionsReplies: 1Last Post: 18th Sep 2007, 02:55