mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove extra dash
This commit is contained in:
parent
a0ca6394ff
commit
4970aaf512
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@ def burnins_from_data(
|
|||
|
||||
bit_rate = burnin._streams[0].get("bit_rate")
|
||||
if bit_rate:
|
||||
ffmpeg_args.append("--b:v {}".format(bit_rate))
|
||||
ffmpeg_args.append("-b:v {}".format(bit_rate))
|
||||
|
||||
pix_fmt = burnin._streams[0].get("pix_fmt")
|
||||
if pix_fmt:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue