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

- [x] I have provided code that clearly demonstrates the bug and that only works correctly when applying this fix - [x] I have added suitable tests demonstrating a fixed...

- [x] I have provided code that clearly demonstrates the bug and that only works correctly when applying this fix - [x] I have added suitable tests demonstrating a fixed...

Greetings, For information, there is an open [Debian Bug#1004642](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004642) in which it has been noticed that MoviePy was failing its unit test with ffmpeg 5.0 (or some other change that...

bug
tests
lib-FFmpeg
environment

From suggestion [here](https://github.com/Zulko/moviepy/pull/970#discussion_r403547125), this should be implemented with `audio_ffmpeg_params` argument in `write_videofile` method.

enhancement
good-first-issue
lib-FFmpeg

Hello, I am trying to merge audio and video files but I don't understand this error. Could you help me? Code : ``` def fusionner_video_audio(video,audio,output, vcodec='copy', acodec='copy', ffmpeg_output=False, logger =...

question
video
audio

Hi, I've been using the MoviePy library (which is very awesome) to generate some teaching videos. Now, to make my video script easier to use for my colleagues, I want...

lib-FFmpeg
environment

This is my code #files_mp4 is the paths to multiple source files ``` for file in files_mp4: thisFile=os.path.join(path,file) output.append(VideoFileClip(thisFile)) final_clip = concatenate_videoclips(output) final_clip.write_videofile("test.mp4", audio_fps=48000, ffmpeg_params=['-c:v', 'libx265']) ``` The output mp4...

video

I think that the usage of ImageMagick to render texts is a bad option, but maybe I'm wrong and someone could explain me how to achieve good quality texts using...

bug
images
lib-ImageMagick

I think that proglog is doing a good job in keeping the user confident that something is happening. Video editing is particularly time consuming and if the user doesn't see...

feature-request

### Overview of the problem Hello, I'm trying to do dynamic infographics for a small TV show. We have a lot of lower thirds gfx elements, and it is very...

question
video