Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/AY-5714_Provide-user-credenti…
Browse files Browse the repository at this point in the history
…al-fields-on-Deadline-Studio-Settings
  • Loading branch information
kalisp authored Jul 8, 2024
2 parents 51e6c00 + 7c5d9f8 commit 32867d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_core/lib/transcoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 32867d9

Please sign in to comment.