Created
August 20, 2017 22:54
-
-
Save pixaline/4e595cdb3e04b96412b74b152548121f to your computer and use it in GitHub Desktop.
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
# PAL capture -> 720p60 youtube live | |
ffmpeg.exe -y -f dshow -i video="Hauppauge Cx23100 Video Capture":audio="Hauppauge Cx23100 Audio Capture" -c:v libx264 -b:v "2500k" -filter:v "yadif=1, scale=900:720:flags=lanczos, pad=1280:720:190:0" -preset fast -r 60 -bufsize 512k -rtbufsize 512k -f flv "rtmp://a.rtmp.youtube.com/live2/KEY" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment