Menu

#48 x264 profile editor

open
None
5
2010-07-06
2010-07-05
Anonymous
No

Hi,
I have some remarks on the x264 profile class/editor:
1) brdo has been removed in latest x264 (actually merged with subme): this has been removed from GUI but it's still present in ogmrip-x264.c and others;
2) subq has been changed in subme
3) trellis parameter should be exposed to final user in the GUI
4) how did you choose deblock values (-1,-1 for movies; 1,1 for cartoon)
5) b_adapt should be an enumerated list (according to http://mewiki.project357.com/wiki/X264_Settings#b-adapt\) with:
0. Disabled. Pick B-frames always. This is the same as what the older no-b-adapt setting did.
1. 'Fast' algorithm, faster, speed slightly increases with higher --b-frames setting. When using this mode, you basically always want to use --bframes 16.
2. 'Optimal' algorithm, slower, speed significantly decreases with higher --b-frames setting.
6) It shall be useful a Reset button which reset all the values to default ones

As usual I can develop patches but would like first hear your thoughts.

Sm17H

Discussion

  • Olivier Rolland

    Olivier Rolland - 2010-07-06

    Hi,

    1. brdo is present in both the GUI and the class. It is disabled when it is not present in x264
    2. afaik, subq is an alias of subme
    3. trellis is available in the options dialog
    4. from the tunes
    5. in the code, b_adapt can have 3 values: 0, 1 or 2. You'd prefer a dropdown list ?
    6. true

    Olivier

     
  • Olivier Rolland

    Olivier Rolland - 2010-07-06
    • assigned_to: nobody --> billl
     

Log in to post a comment.