Hallo, i've encoded a 50fps video with MeGUI. I wanted 10sec I-frame interval so i set max gop size to 500 and minimum gop to 50. The command line was: program --level 4.2 --crf 18 --keyint 500 --output "output" "input" The output video had 20 seconds I-frame interval though. Shouldn't this be 1000 frames max gop size? Then i encoded the same video with 250/25 gop size and it resulted in a 10 sec I-frame interval (checked with avidemux). So, is 250/25 always 10 seconds I-frame interval independent of source video fps or is it a bug? MeGUI v2192 x264 v2216