I want to move an image in multiple steps, where the background is a video. Currently this is my code: Its a watermark that displays at the top left of the video, which quickly slides away to the left in a smooth fashion. However, I want it to “pop” out towards the right, before sliding all the wa…
Tag: moviepy
ffmpeg_extract_subclip function and moviepy string output error
I have been developing this small application to download and cut Youtube videos. It works fine but an error or misformatted message is the issue I have not fixed. When it comes to the cutting process, the function ffmpeg_extract_subclip is used and right after that point, I get the weird error below: Below, …
multiprocessing with moviepy
Recently I made a script that take a 5 minutes video clip and cuts for 5 video, 1 min each video, it works well, but its taking too long for pc like my, and my pc with very good part performance: Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz, 2904 Mhz, 8 Core(s), 16 Logical Processor(s) Installed Physical Memory (…
raise NeedDownloadError(‘Need ffmpeg exe. ‘ NeedDownloadError: Need ffmpeg exe)
I’m trying to execute a call to an unofficial Instagram API python library, after several errors for dependencies needed I fixed, I’m stuck at this one. Answer This package relies on the ffmpeg executable to be in the PATH. So just download it, install it somewhere, and add installation directory …