Is Desktop output to SDI possible on Linux

Do you have questions about Desktop Video, Converters, Routers and Monitoring?
  • Author
  • Message
Offline

susron

  • Posts: 1
  • Joined: Tue Aug 27, 2013 6:55 am

Is Desktop output to SDI possible on Linux

PostTue Aug 27, 2013 7:04 am

Do any of the Decklink cards support output of the Ubuntu Desktop via the SDI out? (As I believe some do on Mac)
Offline

Reuben

  • Posts: 85
  • Joined: Wed Dec 12, 2012 3:50 pm

Re: Is Desktop output to SDI possible on Linux

PostMon Sep 09, 2013 9:34 pm

Yes, capture the desktop using ffmpeg and pipe the raw video to bmdplay.

For example :

Code: Select all
ffmpeg -f x11grab -r 25 -s 1280x720 -i :0.0 -vcodec rawvideo -pix_fmt uyvy422 -an -f nut - | bmdplay -f pipe:0


You can also add audio from an alsa audio device if you need audio.

Return to Post Production

Who is online

Users browsing this forum: No registered users and 22 guests