Created
July 4, 2021 22:06
-
-
Save iluvcapra/289bbd6e21e4026227f8c38f4b2a03e1 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
ffmpeg -i {} -vf drawtext="fontsize=15:\ | |
timecode='01\:00\:00\:00':rate=25:text='TCR\:':fontsize=72:fontcolor='white':\ | |
boxcolor=0x000000AA:box=1:x=10:y=10" -vcodec prores -profile:v 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment