Log in

View Full Version : MeGUI: Profile Question


chainring
25th February 2007, 20:04
Hello all,

After much reading on MeGUI, x264, Anamorphic, ratios, etc... I think I finally have my head wrapped around most of what I want to do. The last thing is to create a profile from a commandline posted by ToS_Maverick, mainly for testing purposes. I want to make a MeGUI profile out of his commandline, but I'm kinda lost with all the options. Is there perhaps a tool that can take a commandline input and convert it to a MeGUI profile?

Here it is:
--crf 20.0 --level 3 --deadzone-inter 9 --deadzone-intra 6 --ref 3 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --bime --weightb --filter -2,-2 --subme 1 --analyse p8x8,b8x8,i8x8 --8x8dct --vbv-maxrate 10000 --threads auto --thread-input --progress --no-dct-decimate --output

Thank you for any assistance.

BTW, the post by ToS_Maverick is located at:
Clicky (http://forum.doom9.org/showthread.php?p=956242#post956242)
Huge speedup on my CoreDuo machine, approx 3x faster.

Doom9
25th February 2007, 20:55
Is there perhaps a tool that can take a commandline input and convert it to a MeGUI profile?I doubt it.. the job of any GUI is to present the options in a manageable format and turn it into a commandline (or a config for a dll or whatnot). But with megui you have commandline preview so you can just play around with the options and immediately see the result.

chainring
25th February 2007, 22:00
I started thinking about a converter and how it wouldn't make much sense for the reason you've cited. I also played around with all the options and matched them 1:1, with the exception of "--level 3". I know it's an output option, but can't seem to find that anywhere in the MeGUI encoder config. Any ideas?

Thanks

Doom9
25th February 2007, 23:05
main tab, AVC levels ;) It's right there isn't it...

chainring
26th February 2007, 02:39
Oh Lord, I'm the clueless n00b. I can't believe that didn't stick out like a sore thumb... Thank you, sir.