Created
February 4, 2022 20:43
-
-
Save chaitanyagupta/fb028192d300aed335f658addcf4c202 to your computer and use it in GitHub Desktop.
ffmpeg video with frame timestamp overlaid
This file contains 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
# shows time in milliseconds | |
# source: https://superuser.com/a/1613753/95678 | |
ffmpeg -i input.mp4 -vf drawtext="fontsize=60:fontcolor=yellow:text='%{e\:t*1000}':x=(w-text_w):y=(h-text_h)" output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment