Quote: but keep the same AVC encode parameters like beforeunless you need to encode for some hardware which only supports these options, this usually is a bad idea.
Quote: but CABAC:NO, GOP:N=2, codec ID, i don't know how to set in Hybrid.Assuming you are using x264:
For "CABAC: NO" set "x264->Restriction->Settings->Entropy coding" to "CAVLC"
For "GOP: N=2" set "x264->Frames->General Frame Settings->Gop size max min/max" to 2 (depending on the device you might even need to use 2/2, but max 2 is what "GOP: N=2" means).
(have to check on the codec id)
As a side note: Unless you encode for some specific old hardware which does not support more these settings are 'crap'.
Cu Selur