Skip to content

Instantly share code, notes, and snippets.

@jkeefe
Created January 17, 2022 15:57
Show Gist options
  • Save jkeefe/8eef617843220a96e9a80ea96d8c0809 to your computer and use it in GitHub Desktop.
Save jkeefe/8eef617843220a96e9a80ea96d8c0809 to your computer and use it in GitHub Desktop.
Add a 2-second stop frame at the end of an animation
# adds 2-second pause at end
# from https://stackoverflow.com/questions/43414641/repeat-last-frame-in-video-using-ffmpeg
ffmpeg -i in.mp4 -vf tpad=stop_mode=clone:stop_duration=2 out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment