From 3c93ed3321cb80f7670fd09572490bc4c19c1b51 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Fri, 26 Jun 2026 13:33:43 +0300
Subject: [PATCH 3/4] mxf_h264 should use sane g=25 default, ffmpeg's 250 now
 cause muxing errors

---
 cinelerra-5.1/ffmpeg/video/mxf_h264_b.mxf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cinelerra-5.1/ffmpeg/video/mxf_h264_b.mxf b/cinelerra-5.1/ffmpeg/video/mxf_h264_b.mxf
index efd93fb0..b86feb24 100644
--- a/cinelerra-5.1/ffmpeg/video/mxf_h264_b.mxf
+++ b/cinelerra-5.1/ffmpeg/video/mxf_h264_b.mxf
@@ -1,2 +1,3 @@
 mxf libx264
 profile=baseline
+g=25
-- 
2.54.0

