moviepy icon indicating copy to clipboard operation
moviepy copied to clipboard

Error when creating gif in ffmpeg_extract_subclip

Open demensdeum opened this issue 1 year ago • 0 comments

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

  • Python Version: 3.10.5
  • MoviePy Version: 1.0.3
  • Platform Name: Windows
  • Platform Version: 11

demensdeum avatar Oct 06 '23 18:10 demensdeum