Open bengabp opened 2 years ago
Have the same issue.
same issue...
Same
In my case, this originated from an incomplete .webm file. Copying the file manually with ffmpeg -i video_original.webm -vcodec copy -acodec copy video_copy.webm
and loading this copy into moviepy
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.
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.