Created
November 2, 2020 11:05
-
-
Save stoyanovgeorge/364c3c10667a99604bc610588fd5bbcc 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 -re -analyzeduration 100M -probesize 100M -stream_loop -1 -i <input_file.ts> \ | |
-vf setdar=16/9 -f decklink -pix_fmt uyvy422 -format_code pal "DeckLink Mini Monitor" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ffmpeg command for looping and outputing SDI signal from a recorded TS file.