I have a 31 minute video I need to be slightly under 500 megs. Using WinFF, here's a preset line for Xvid fullscreen
-f avi -r 29.97 -vcodec libxvid -vtag XVID -s 640x480 -aspect 4:3 -maxrate 1800k -b 1500k -qmin 3 -qmax 5 -bufsize 4096 -mbd 2 -bf 2 -acodec libmp3lame -ar 48000 -ab 192k -ac 2
Some of the commands are obvious - the audio sample rate, sample rate and number of channels. What's not as clear to me is how to tell it what video bitrate I want to limit it to. What are the functions of these parameters?
-maxrate 1800k
-b 1500k
-qmin 3
-qmax 5
-mbd 2
-bf 2
Thanks for all assistance.
+ Reply to Thread
Results 1 to 4 of 4
-
-
"-b 1500k" is the average video bitrate(1500kbit/s). Lower it to get lower file size. You can use a bitrate calculate to calcualte the exact output file size.
-
Doesn't seem to matter what I set it at, I keep getting a file with a much higher bitrate than what I specify and over the target size. I've changed both the -maxrate and -b. -maxrate at 1200 -b at 1000 - when processed it comes up with around 2800 kbs.
Is there more to it than just altering the parameters in the FFMpeg tab?Last edited by brassplyer; 19th Jan 2012 at 21:59.
-
It's probably the -qmin 3 -qmax 5. Try remove it and see how it works and looks.
See https://forum.videohelp.com/threads/274941-Question-about-Qmin-and-Qmax-settings-%28VOB-to-Xvid%29
Similar Threads
-
Using ffmped cmd line to create WinFF preset
By Yaro in forum Video ConversionReplies: 0Last Post: 18th Jul 2011, 15:33 -
Would like better winff h.264 mp4 preset.
By Verlager in forum LinuxReplies: 26Last Post: 16th Jul 2009, 19:24 -
WinFF problem
By Eyedoctor2 in forum Video ConversionReplies: 2Last Post: 30th Apr 2009, 06:30 -
Steer me into videohelp, hardware DVD burners
By Micker_C in forum Newbie / General discussionsReplies: 1Last Post: 8th Nov 2008, 19:20 -
Winff problem
By Webfoot in forum Newbie / General discussionsReplies: 4Last Post: 26th Sep 2007, 21:25