record: smaller clip sizes by adjusting preset (#37666)

use veryfast instead of ultrafast
This commit is contained in:
David
2026-03-13 18:34:22 -05:00
committed by GitHub
parent 5908b7cda0
commit 2cc70ef2e4
+1 -1
View File
@@ -299,7 +299,7 @@ class GuiApplication:
'-vf', 'vflip,format=yuv420p', # Flip vertically and convert to yuv420p
'-r', str(output_fps), # Output frame rate (for speed multiplier)
'-c:v', 'libx264',
'-preset', 'ultrafast',
'-preset', 'veryfast',
'-crf', str(RECORD_QUALITY)
]
if RECORD_BITRATE: