mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
define filter script only for video streams (#5205)
This commit is contained in:
parent
de10261ee2
commit
0afca6786c
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ class ModifiedBurnins(ffmpeg_burnins.Burnins):
|
|||
with tempfile.NamedTemporaryFile(mode="w", delete=False) as temp:
|
||||
temp.write(filter_string)
|
||||
filters_path = temp.name
|
||||
filters = '-filter_script "{}"'.format(filters_path)
|
||||
filters = '-filter_script:v "{}"'.format(filters_path)
|
||||
print("Filters:", filter_string)
|
||||
self.cleanup_paths.append(filters_path)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue