Skip to content

Instantly share code, notes, and snippets.

@mandymozart
Created December 29, 2024 09:32
Show Gist options
  • Save mandymozart/6691e5d8430f0d6dd979b2fd437f8fad to your computer and use it in GitHub Desktop.
Save mandymozart/6691e5d8430f0d6dd979b2fd437f8fad to your computer and use it in GitHub Desktop.
stream directly from capture card to youtube with ffmpeg
ffmpeg -f decklink -format_code 'Hi50' -i 'UltraStudio Express'
-deinterlace -b:v 1M -vcodec h264 -pix_fmt yuv420p -color_range 1 -acodec aac -f flv rtmp://a.rtmp.youtube.com/live2/*******
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment