Log in

View Full Version : open_gop=0


nikusor665
2nd January 2011, 09:54
I'm trying to replicate some x264 settings, and I cant figure out how to get that setting. Wiki page says open_gop is disabled by default, so do I need to do something or just let it as it is ?


................ b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 (I dont see this at all in my settings) / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 /..............

TheRyuu
2nd January 2011, 09:57
x264 --fullhelp

nikusor665
2nd January 2011, 10:18
I dont see anything about open_gop in --fullhelp . Wiki settings page says it should be between b_pyramid and no-cabac but I dont see anything about open_gop there.

Selur
2nd January 2011, 10:19
--open-gop <string> Use recovery points to close GOPs [none]
- none: closed GOPs only
- normal: standard open GOPs
(not Blu-ray compatible)
- bluray: Blu-ray-compatible open GOPs
open_gop=0 <> --open-gop=none
so no need to disable anything, since 'none' is the default

nikusor665
2nd January 2011, 10:22
Allright, thanks .

TheRyuu
2nd January 2011, 10:35
I dont see anything about open_gop in --fullhelp . Wiki settings page says it should be between b_pyramid and no-cabac but I dont see anything about open_gop there.

Update your x264?