Created
January 17, 2022 15:57
-
-
Save jkeefe/8eef617843220a96e9a80ea96d8c0809 to your computer and use it in GitHub Desktop.
Add a 2-second stop frame at the end of an animation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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