Zulko / moviepy

Video editing with Python
https://zulko.github.io/moviepy/
MIT License
12.09k stars 1.51k forks source link

Error when creating gif in ffmpeg_extract_subclip #2047

Open demensdeum opened 9 months ago

demensdeum commented 9 months ago
ffmpeg_extract_subclip("inputVideo.mp4", 0, 10, targetname="output.gif")

Expected Behavior

Gif file output

Actual Behavior

Error: [gif @ 000001d55c8aec80] GIF muxer supports only a single video GIF stream.

Steps to Reproduce the Problem

Insert filepath with ".gif" extension to targetname argument

Specifications