i'm converting .mov Quicktime files to .flv.
no matter how high i make the bitrate, the resulting file is 1.2MB and EXTREMELY choppy and pixelated.
the original is 31.1 MB. it's only 33 seconds.
Results 1 to 4 of 4
-
-
No short answer here, sorry.
A constant bitrate is used by varying the quantizer values between Qmin and Qmax. Default values for FLV encodes with ffmpegX are Qmin=2 and Qmax=15. (See Options tab.) In general, lower quantizer values get higher quality output and higher quantizer values get lower quality output.
From the ffmpegX website:
Sets the minimum quantizer. The quantizer is the compression level used to encode a frame. More compression means smaller filesize and less image quality. Complex frames will require more compression in order to fit in a constant bitrate, so the quantizer will vary within the qmin/qmax range in attempt to control the bitrate. Range is 1-31, though qmin=1 is not recommended. Setting qmin=qmax will lead to variable bitrate encoding.
Sets the maximum quantizer. Range is 1-31, recommended range is 10-31.
Originally Posted by psmankikar
Originally Posted by psmankikar
Similar Threads
-
Pixelated video problem on PC
By blacksheepdownunder in forum Newbie / General discussionsReplies: 29Last Post: 25th Sep 2010, 22:51 -
Pixelated Video
By toadzky in forum Newbie / General discussionsReplies: 7Last Post: 7th Apr 2010, 03:28 -
Video background is pixelated
By RagingSloth in forum Newbie / General discussionsReplies: 27Last Post: 23rd Apr 2008, 11:04 -
Pixelated/blockish video
By rancid in forum Authoring (DVD)Replies: 5Last Post: 27th Feb 2008, 03:01 -
Captured video is very pixelated.
By otnpabka in forum Capturing and VCRReplies: 4Last Post: 24th Jul 2007, 15:02