Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save esonderegger/bff60196e4d1f8324c71b12963129bf4 to your computer and use it in GitHub Desktop.
Save esonderegger/bff60196e4d1f8324c71b12963129bf4 to your computer and use it in GitHub Desktop.
ffmpeg commands for decklink to v4l2loopback
sudo modprobe v4l2loopback
ffmpeg -y -format_code Hp25 -f decklink -i 'DeckLink SDI' -pix_fmt yuyv422 -timestamps abs -f v4l2 /dev/video0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment