I am trying to capture with ffmpeg the output from a Decklink Studio card on Windows, how would th开发者_如何学运维is be done? Is this even possible?
ffmpeg -video_size 720x576 -rtbufsize 702000k -framerate 60 -pixel_format uyvy422 -framerate 25 -f dshow -i video="Decklink Video Capture":audio="Decklink Audio Capture" -format x264 -an -b:v 1200k -s 1280x720 -f flv "rtmp://yourURL/Key" of course it depends on the streaming protocol.
Sure. You just need to use the DeckLink SDK.
精彩评论