[FFmpeg-user] FFPLAY : UDP Stream output to Decklink

Moritz Barsnick barsnick at gmx.net
Wed Feb 24 20:01:23 CET 2016


Hi Beche,

On Wed, Feb 24, 2016 at 22:01:19 +0400, beche gezir wrote:
> Code For Play Stream :
> ffplay "udp://127.0.0.1:5978"
> How can i play UDP Stream and output to decklink device ?

Something like
$ ffmpeg -i udp://127.0.0.1:5978 -f decklink -pix_fmt uyvy422 'DeckLink Mini Monitor'

Read about the details of outputting to decklink here:
https://www.ffmpeg.org/ffmpeg-devices.html#decklink-1
You may need to add some options to provide the correct format for your
card.

Moritz


More information about the ffmpeg-user mailing list