-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moviepy -- At least one output file must be specified #1860
Comments
Have the same issue. |
same issue... |
Same |
In my case, this originated from an incomplete .webm file. Copying the file manually with |
I also encountered the same problem today. The previous code has not been changed. At least one output file must be specified appeared today. Do you have a solution? |
I have had the same issue, and I fixed it by updating something; however, I installed moviepy on another computer, and now I am getting this same error and can not fix it this time. Will post an answer once I get it. |
Well guess no one came up with a solution yet. Poop. Ill have to troubleshoot another day then. |
Thank you for your contributions and for reporting issues in this repository. With the release of v2, which introduces significant changes to the codebase and API, we’ve reviewed the backlog of open PRs and issues. Due to the length of the backlog and the likelihood that many of these are either fixed or no longer applicable, we’ve made the decision to close all previous PRs and issues. If you believe that any of these are still relevant to the current version or if you'd like to reopen a related discussion, please feel free to create a new issue or pull request, referencing the old one. Thank you for your understanding and continued support! |
I am still facing this even in v2. I am using moviepy directly in the python script and not on the command line. What is the solution? |
Could you please provide one of the video triggering the error and some basic code to reproduce the error with the video ? |
Yes I think a screenshot would be enough. I am getting this error by trying to do the most basic thing which is load the video as variable using VideoFileClip thing. Using moviepy==2.0.0 The entire error is below
|
I am trying to apply text overlay on video using moviepy. There are 2 possible sources of the video, either a video upload or a capture . The idea is to handle video input in the frontend then call a python api to process the video and add text using moviepy. I am not using opencv because i also care about the audio since opencv will only load video. When i try this on image uploaded from the users gallery, everything works well . but if i try this with video recorded with Javascript MediaStream browser api, this error shows in moviepy
I have tried using ffmpeg from command line to convert video using os.system but when I do this, the audio does not synchronize with the video.
The text was updated successfully, but these errors were encountered: