Search found 6 matches

Go to advanced search

by userRVN
16 Aug 2011 04:20
Forum: Development around libVLC
Topic: How to playout both video and audio on Decklink SDI card???
Replies: 25
Views: 12067

Re: How to playout both video and audio on Decklink SDI card

help test my plugin: Decklink output. Currently, the hardware accelarate function is not good. Colour of Video is too blue. Disabling hardware accelarate gives better colour result. Change video size from HD Video output to SD mode (PAL) may cause freezening the video. Ubuntu 10.10/ 64bit vlc 1.2.0 ...
by userRVN
08 Aug 2011 16:05
Forum: Development around libVLC
Topic: How to playout both video and audio on Decklink SDI card???
Replies: 25
Views: 12067

Re: How to playout both video and audio on Decklink SDI card

Hi. I'm searching the wiki and forum and have very little information about using submodule. I don't know the process of activating and deactivating the submodules and their relationship with their parents module, as decklink-output module in my example. I guest the process: decklink-output (Open) -...
by userRVN
08 Aug 2011 10:16
Forum: Development around libVLC
Topic: How to playout both video and audio on Decklink SDI card???
Replies: 25
Views: 12067

Re: How to playout both video and audio on Decklink SDI card

Hello Rémi Denis-Courmont. I'm writing a plugin that contains both video and audio submodule vlc_module_begin() set_shortname( N_("Decklink Output") ) set_description( N_("Decklink Output plug-in") ) set_callbacks (Open, Close) add_shortcut( "decklink-output" ) add_inte...
by userRVN
05 Aug 2011 16:12
Forum: Development around libVLC
Topic: How to playout both video and audio on Decklink SDI card???
Replies: 25
Views: 12067

Re: How to playout both video and audio on Decklink SDI card

Hi Rémi Denis-Courmont. Thank for you reply.
I'm searching the VLC source tree and I see there are few plugin that use add_submodule(). I'm learning that.
Thank you
by userRVN
05 Aug 2011 15:27
Forum: Development around libVLC
Topic: How to playout both video and audio on Decklink SDI card???
Replies: 25
Views: 12067

How to playout both video and audio on Decklink SDI card???

Hello VLC developers. I'm writing a output plugin for BlackMagic Decklink SDI card. I have video playout over SDI working, but I have problem about getting audio playout working well. The code I've added resides file modules/video_output/decklinkout.cpp where the Decklink API is initialized and used...

Go to advanced search