Open GoogleCodeExporter opened 9 years ago
I don't completely understand the use case. What do you want to accomplish?
You have a lot of presets that you want to change at the same time?
Original comment by poipodec...@hotmail.com
on 9 Mar 2012 at 6:58
For e.g. this's the preset -
-vf scale='320:trunc((320/a)/2)*2' -x264opts qp=30 -preset ultrafast -threads 4
-vcodec libx264 -aq 0.7 -ac 2.0 -ar 44100 -acodec libvorbis -f matroska
I've various presets with varying qp and -aq value (no other difference).
I suggest a slider instead of hard coded values for qp and -aq; for this I'll
be using the following command line options -
-vf scale='320:trunc((320/a)/2)*2' -x264opts qp=[video quality, 3 - 40] -preset
ultrafast -threads 4 -vcodec libx264 -aq [audio quality, 0.1 - 0.9] -ac 2.0 -ar
44100 -acodec libvorbis -f matroska
Analysing this command line, winff will automatically draw 2 sliders named
"video quality" and "audio quality"; you can vary value of video quality from 3
to 40 and audio quality from 0.1 to 0.9 using these sliders.
After the user has selected this value, he can convert using the specified
'audio quality' and 'video quality'.
You may also apply this trick to the resolution.
Original comment by de.log...@gmail.com
on 10 Mar 2012 at 12:26
Original issue reported on code.google.com by
de.tec...@gmail.com
on 6 Mar 2012 at 2:42