mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
remove deprecated '-intra'
This commit is contained in:
parent
23d8e02d03
commit
dc43d25d31
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue