moviepy
moviepy copied to clipboard
Video editing with Python
The much-discussed WinError 6 bug is still happening to me. All the threads about it say it's fixed in 1.0.3 and make a new thread if it is still happening,...
is there a way to remove blackbars when concatenating different size videos without messing up their size ratio? for example if I try to concatenate two videos, one with 500px...
### Expected Behavior I have a (8 seconds) 881KB webm video file (link where I downloaded it from: https://gfycat.com/ScaryMelodicLamprey.webm) that I change into a gif file using MoviePy, it's like...
Transition effects include fadin and fadout. Is there anything else?Transition effects include fadin and fadout. Is there anything else?
Hi, im trying to concatenate a video with only 3 frames set at 24 fps. clip=VideoFileClip('3_frames_video.mp4') seq_clip=concatenate_videoclips([clip]) seq_clip.write_videofile(video_out) This video_out now having 4 frames, it duplicate the last frame. I...
I am trying to create a video from slides. Each slide has a zoom-in effect. All the code examples for creating the zoom-in effect gave poor results if the zoom...
I want to apply a page-turn(syn. page-flip, pagecurl) transition effect(from bottom-right to upper-left) in moviepy. However, the effect that is officially applied by transition in moviepy does not have this....
``` video = VideoFileClip(instaStory).subclip(15,30) estrenoGif = VideoFileClip(estrenoGif, has_mask=True).set_duration(video.duration).set_pos(("center", 1300)) image = ImageClip(imagePath).set_duration(video.duration) (CompositeVideoClip([image, video.set_pos(("center")), estrenoGif]) .write_videofile(f"{instaStory}.(instaStory).mp4", codec='libx264')) sleep(3) video.close(), estrenoGif.close(), image.close() ``` --> #### Expected Behavior After closing clips, I...
#### Expected Behavior last week its run normally. the error started from last sunday. Althrough i rollback the last success code, still get error. #### Actual Behavior https://drive.google.com/file/d/1gYI9mm-7yADLcQesFYVxPMUgYXvwXk8k/view?usp=sharing https://drive.google.com/file/d/1gYeQF-XwmzELd36YUpLJ9PwHInL6QuI3/view?usp=sharing ####...
#### Expected Behavior Running the example script `headblur.py`, provided necessarily packages have been installed and necessary files are saved, should work. #### Actual Behavior Running the script errors, firstly with...