Skip to content

Instantly share code, notes, and snippets.

@zhuzhonghua
Created May 31, 2019 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhuzhonghua/62877e69d4f6ef476c19a8d00ac322eb to your computer and use it in GitHub Desktop.
Save zhuzhonghua/62877e69d4f6ef476c19a8d00ac322eb to your computer and use it in GitHub Desktop.
moviepy 调整速度
sub_clip = clip.subclip(t[0], t[1])
sub_clip = sub_clip.speedx(factor=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment