FIX Video input filename with spaces

This commit is contained in:
Esa Kataja
2025-01-15 11:41:21 +02:00
parent b9bb0c7e2f
commit 3842cb4ae2
+1 -1
View File
@@ -106,7 +106,7 @@ class VideoFile(BaseModel):
"-loglevel", "-loglevel",
"error", "error",
"-i", "-i",
str(self.video_path.absolute()), f"'{str(self.video_path.absolute())}'",
"-map_metadata", "-map_metadata",
"-1", "-1",
"-metadata", "-metadata",