moviepy icon indicating copy to clipboard operation
moviepy copied to clipboard

Video editing with Python

Results 292 moviepy issues
Sort by recently updated
recently updated
newest added

#### Expected Behavior I want to create a composed Audio.AudioClip instance to attach to my video. I have a method to create notes from frequences, they are concatenated together as...

bug

What an absurdly slow and exasperating thing. 2 hours to make a 5 minute video?? There are faster alternatives: FFmpeg only VidGear * Anything is faster than MoviePY, it is...

bug

`moviepy.video.VideoClip.write_videofile` ignores `audio_codec` when `audio` is a file name. I have fixed it in this PR. - [x] I have provided code that clearly demonstrates the bug and that only...

Same as #2229 but for v2 (dev) Fixed bug: - When importing a .webm video with alpha channel, transparency are not working. Solved issue: - #2008 References: - https://www.reddit.com/r/ffmpeg/comments/fgpyfb/help_with_webm_with_alpha_channel/ "FFmpeg's...

This commit allows users to specify the decoder used to decode the video file. Fixed bug: - When importing a .webm video with alpha channel, transparency are not working. Solved...

We already have a option for thread count, but this seems a naive solution. Niceness/priority would be useful for many homelabs/NAS machines. I would like to use my NAS/pi to...

feature-request

Title is pretty much self explanatory. I need the ffmpeg command used by moviepy for my complex app, if possible!

question

Basically I put a text, set a background black with an opacity of 0.3 and add it to an image with a white background. Anyone have an idea why I...

bug
text

As this one reports `ValueError`, this would allow lossless audio encoding ```py from moviepy import editor as mp clip = mp.ColorClip((100,) * 2, color = (0,) * 3, duration =...

feature-request

- [x] I added codecs for mov to fix ``` codec = extensions_dict[ext]['codec'][0] ``` in VideoClip.write_videofile