This commit is contained in:
Robin De Lillo 2025-12-22 14:19:35 +01:00 committed by GitHub
commit 5e07ac1bc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,7 +89,6 @@ class ExtractOTIOTrimmingVideo(publish.Extractor):
"-ss", str(sec_start),
"-t", str(sec_duration),
"-i", video_path,
"-c", "copy",
output_path
])