You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
write to a video file with name "-filenamethatbeginswith-.webm"
Actual Behavior
The following exception occurs (my interpretation is that a video file starting with "-" is interpreted as a command line argument for ffmpeg)
MoviePy error: FFMPEG encountered the following error while writing fil
e -myHolidays_edited.webm:
b"Unrecognized option 'myHolidays_edited.webm'.\nError splitting the a
rgument list: Option not found\n"
Specifications
Python Version: 3.11
MoviePy Version: 1.0.3
Platform Name: Linux
Platform Version: 6.8.7-arch1-1
I will try to fix it myself !
The text was updated successfully, but these errors were encountered:
Minimal reproducible example :
Expected Behavior
write to a video file with name "-filenamethatbeginswith-.webm"
Actual Behavior
The following exception occurs (my interpretation is that a video file starting with "-" is interpreted as a command line argument for ffmpeg)
Specifications
I will try to fix it myself !
The text was updated successfully, but these errors were encountered: