Created
December 29, 2024 09:32
-
-
Save mandymozart/6691e5d8430f0d6dd979b2fd437f8fad to your computer and use it in GitHub Desktop.
stream directly from capture card to youtube with ffmpeg
This file contains hidden or 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
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