Log in

View Full Version : x264: how to force a specific GOP structure?


lazyn00b
28th October 2005, 03:46
Hi all, I'm trying to set up megui-x264 to produce only GOP like this:

IBBPBBPBBPBB

I tried this command line, but I-frames still get scattered wherever, etc:

"x264.exe" --bitrate 6000 --keyint 12 --min-keyint 12 --bframes 2 --no-b-adapt --analyse p8x8,b8x8,i4x4 --qpmin 1 --ipratio 1.1 --threads 2 --progress --no-psnr --output "" ""

Any suggestions?

akupenguin
28th October 2005, 04:30
--scenecut -1

lazyn00b
28th October 2005, 06:49
--scenecut -1

Cool, thanks!