Skip to content

Instantly share code, notes, and snippets.

@stoyanovgeorge
Created November 2, 2020 11:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stoyanovgeorge/364c3c10667a99604bc610588fd5bbcc to your computer and use it in GitHub Desktop.
Save stoyanovgeorge/364c3c10667a99604bc610588fd5bbcc to your computer and use it in GitHub Desktop.
#!/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"
@stoyanovgeorge
Copy link
Author

ffmpeg command for looping and outputing SDI signal from a recorded TS file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment