remove deprecated '-intra'

This commit is contained in:
Jakub Trllo 2024-07-08 14:11:15 +02:00
parent 23d8e02d03
commit dc43d25d31

View file

@ -978,7 +978,7 @@ def _ffmpeg_h264_codec_args(stream_data, source_ffmpeg_cmd):
if pix_fmt:
output.extend(["-pix_fmt", pix_fmt])
output.extend(["-intra", "-g", "1"])
output.extend(["-g", "1"])
return output