Page 1 of 1

streaming video with Decklink SDI, don't work deinterlace

Posted: 28 Mar 2012 05:21
by hun
Help me please!
I have:
1. Linux centos 6.2 x64
2. Hardware decklink sdi http://www.blackmagic-design.com/produc ... nk/models/
3. rebuild and install VLC 2.0.1 Twoflower (2.0.1-0-gf432547) with support decklink sdi.

All capture and streaming - OK!
but the filter doesn't work 'deinterlace',
.......
main filter debug: no video filter2 module matching "deinterlace" could be loaded
main filter debug: TIMER module_need() : 0.256 ms - Total 0.256 ms / 1 intvls (Avg 0.256 ms)
main stream out error: Failed to create video filter2 'deinterlace'
........


if to streaming the video file everything it is normal, the filter 'deinterlace' work -OK!
..................
main filter debug: looking for video filter2 module: 1 candidate
deinterlace filter debug: using blend deinterlace method
deinterlace filter debug: deinterlacing
main filter debug: using video filter2 module "deinterlace"
.....................
there are thoughts?
my config:
cvlc decklink:// --decklink-card-index=0
--decklink-video-connection=sdi
--clock-synchro=-1
--decklink-mode=pal
--decklink-aspect-ratio=4:3
--ttl 12
--sout-ffmpeg-strict=-2
--sout #transcode{vcodec=mp2v,vb=1024,fps=25,acodec=mp2a,ab=128,channels=2,samplerate=48000,deinterlace}
:std{mux=ts,access=udp,dst=231.10.10.205:1234}' --rt-priority -vvv

Re: streaming video with Decklink SDI, don't work deinterl

Posted: 28 Mar 2012 15:40
by Jean-Baptiste Kempf
I think this is normal. The deinterlace module does not deinterlace all formats.

Re: streaming video with Decklink SDI, don't work deinterl

Posted: 29 Mar 2012 05:04
by hun
nothing can be made with it?
as on another to make deinterlace, in my case?

Re: streaming video with Decklink SDI, don't work deinterl

Posted: 29 Mar 2012 10:12
by Jean-Baptiste Kempf
Someone need to improve the code.

Re: streaming video with Decklink SDI, don't work deinterl

Posted: 07 Apr 2012 13:29
by johan184
Sorry for taking your thread. Could you mayby help a noob out here. I also want to use vlc with decklink but havent found any information telling me how. Could you mayby get me in the right direction ?

Exactly how do you compile vlc to get the decklink support ?

I would be so happy if you could help me out with this.

/Johan

Re: streaming video with Decklink SDI, don't work deinterl

Posted: 26 Apr 2012 04:20
by mrgoblin
You need recompile vlc against the Decklink SDK.

You'll need to alter the configure line to enable decklink support and point it to the libs from the SDK. Depending on your environment, you may also have to have to add this include to your "CFLAGS"

Code: Select all

CFLAGS=" -I/usr/include/decklink $SLKCFLAGS" --enable-decklink --with-decklink-sdk=/usr/include/decklink

Re: streaming video with Decklink SDI, don't work deinterl

Posted: 15 May 2013 11:29
by study0070
i m using only --enable-decklink --woth-decklink-sdk option
and in my vlc --list its showing decklini sdi input module So i assume its successfully installed right?

Re: streaming video with Decklink SDI, don't work deinterl

Posted: 16 May 2013 10:54
by Jean-Baptiste Kempf
depends if you want SDI in or out.