VLC Blackmagic Decklink

Feature requests for VLC.
richard.vanderveen
New Cone
New Cone
Posts: 6
Joined: 04 Nov 2014 20:57

Re: VLC Blackmagic Decklink

Postby richard.vanderveen » 17 Nov 2014 22:39

Yes, same experience here. For me audio dropouts would be a real dealbreaker. Haven't tested audio yet though.

If video is played in a loop it keeps playing, so no fteezing last frame. I tested a udp video stream and that seemed to work fine. But like I mentioned before, no audio tested yet

ywlke
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2013 18:14

Re: VLC Blackmagic Decklink

Postby ywlke » 18 Nov 2014 04:29

Awesome! Did you notice any debug/error messages when the audio dropped? Or if it drops on a regular interval? Any Linux users have the same issues? I don't see why these would be Windows-port specific since I didn't really change any of code that does the work. There were some lines that looked suspect though. Also, does anyone on the forum know why audio output is required? The API doesn't seem to require it.

I have a DeckLink card coming and can work on testing and stuff more directly soon.

TobiWan
New Cone
New Cone
Posts: 6
Joined: 16 Nov 2014 10:32

Re: VLC Blackmagic Decklink

Postby TobiWan » 18 Nov 2014 18:12

It seems like the audio interrupts in a regular interval indeed. No errors pops up. Is there an advanced log console?

ywlke
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2013 18:14

Re: VLC Blackmagic Decklink

Postby ywlke » 18 Nov 2014 20:32

Yeah, you can go to Tools -> Messages and then change Verbosity from 0 (errors) to 2 (debug). Do you notice if the audio becomes unsynchronized with the video either right before or after it interrupts? The code suggests that's why it does it but it's one of those things that was in the Linux version (https://github.com/videolan/vlc/blob/ma ... k.cpp#L668). I'm also hopeful I can find a way to not require the audio to be embedded in the DeckLink output.

TobiWan
New Cone
New Cone
Posts: 6
Joined: 16 Nov 2014 10:32

Re: VLC Blackmagic Decklink

Postby TobiWan » 18 Nov 2014 22:49

Here is a log I have recorded while playing a mp4 file.

http://pastebin.com/h46xw6me

ywlke
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2013 18:14

Re: VLC Blackmagic Decklink

Postby ywlke » 19 Nov 2014 16:26

Hmm not sure what to make of that. Does the video play properly with the Blackmagic software? Maybe try using a different driver version (Blackmagic Desktop Video package). What version do you currently have?

How often is the audio dropping? Can you upload the file somewhere?

TobiWan
New Cone
New Cone
Posts: 6
Joined: 16 Nov 2014 10:32

Re: VLC Blackmagic Decklink

Postby TobiWan » 19 Nov 2014 21:31

Sorry cannot upload this one. But I have the problem with almost any video file I have.

I'm running the desktop video driver package included in ATEM Software 6.1.

The audio plays about a second and is silent for a second or so afterwards. And plays again for a second. I think every one the log says that it has written audio samples it plays. I thought if VLC plays the file properly over my screen it should do so over decklink.

ywlke
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2013 18:14

Re: VLC Blackmagic Decklink

Postby ywlke » 20 Nov 2014 18:53

The DeckLink code from 2.1 doesn't work with my output-only DeckLink Mini Monitor card, so I recompiled based on the 2.2 codebase which already has that fix. I encountered what seemed to be some hardware-specific issues with flickering/loss-of-sync? on the HDMI output (fairly certain it is unrelated to the plugin), but I didn't have the same audio issues you reported. Give it a try: https://www.dropbox.com/s/zqc985eimznra ... 1.zip?dl=0.

I don't know what is included with ATEM Software 6.1, but I'm currently using Desktop Video 10.2.2. I've seen reports that Desktop Video 9.x drivers are stabler in general, but I haven't had much luck with any of those versions detecting the outputs correctly from SDK-based code (both the code samples and the VLC plugin). I know the following combinations don't work with output for SDK-based code, and give error 0x80004002 (no outputs found):
Desktop Video 9.7.3 and DeckLink SDI
Desktop Video 9.8 and DeckLink Mini Monitor
Desktop Video 9.9.6 and DeckLink Mini Monitor

Just a note for anyone that has yet to try this, the HDMI output on the DeckLink Mini Monitor seems limited to YUV format, and not all monitors will display YUV (especially if you are using a HDMI/DVI cable), so you may need an actual TV to test with.

TobiWan
New Cone
New Cone
Posts: 6
Joined: 16 Nov 2014 10:32

Re: VLC Blackmagic Decklink

Postby TobiWan » 22 Nov 2014 00:48

Thanks.
I'm still getting audio dropouts (same as before). I use the Decklink SDI. Is there anybody else who can give it a try?

ywlke
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2013 18:14

Re: VLC Blackmagic Decklink

Postby ywlke » 22 Nov 2014 05:59

Actually...this info isn't in the debug output, but what video mode did you use? Try a video mode that is not 50-60 fps. I have a feeling VLC has trouble keeping up with high fps. I also just built a currently untested version that allows you to use non-Decklink audio output, so you can give that a try: https://www.dropbox.com/s/apgieodjlose8 ... 2.zip?dl=0. I have no idea if the audio will be synchronized though.

ywlke
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2013 18:14

Re: VLC Blackmagic Decklink

Postby ywlke » 23 Nov 2014 23:21

An updated link with fixed support for scaling videos. https://www.dropbox.com/s/x5u4ny3fl3l2n ... 3.zip?dl=0

In preliminary testing, audio seems to arrive early but I'm not certain that that wasn't due to the source video itself.

ywlke
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2013 18:14

Re: VLC Blackmagic Decklink

Postby ywlke » 04 Dec 2014 06:00

Yes, the latency was due to not embedding the audio. Added low latency support (by way of the BMD configuration flag) and using blocking playback instead of scheduled. Check advanced options to enable. Currently untested. https://www.dropbox.com/s/mddj7ut1q0yn0 ... 4.zip?dl=0

carmeloconny
Blank Cone
Blank Cone
Posts: 15
Joined: 25 Nov 2014 18:46

Re: VLC Blackmagic Decklink

Postby carmeloconny » 08 Dec 2014 11:24

Hello everyone. I have the same problem heiko.
I would like to try https://trac.videolan.org/vlc/ticket/12678
My OS is win7 32-bit VLC 2.1.5 my card is BlackMagic Intensity Pro.
I copied the files:
libdecklinkoutput_plugin.dll
decklink_windows.patch
libdecklink_plugin.dll

decklink_windows_headers.patch
decklink_helptext.patch

in C:\Program Files\VideoLAN\VLC\plugins\video_output

next run in C:\Program Files\VideoLAN\VLC

1:
vlc decklink_windows_headers -p1 decklink_windows_headers.patch /C:\Program Files\VideoLAN\VLC\plugins\video_output\decklink_windows_headers.patch

and
2:
vlc decklink_helptext -p1 decklink_helptext.patch /C:\Program Files\VideoLAN\VLC\plugins\video_output\decklink_helptext.patch

my problem is:
1) In VLC does not know how to use video output card.
2) I want to use this in DeckLink prompt run VLC.

You can help me? thanks
sorry for my english

ywlke
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2013 18:14

Re: VLC Blackmagic Decklink

Postby ywlke » 08 Dec 2014 16:49

Please read the thread.

carmeloconny
Blank Cone
Blank Cone
Posts: 15
Joined: 25 Nov 2014 18:46

Re: VLC Blackmagic Decklink

Postby carmeloconny » 09 Dec 2014 10:35

thanks ywlke.
I try VLC 2.2.0 RC2
Use filter clone
directdraw: decklinkoutput
I see in my video windows desktopo, I see no external monitor connected to the black magic Intensity Pro.

ywlke
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2013 18:14

Re: VLC Blackmagic Decklink

Postby ywlke » 09 Dec 2014 14:49

Need logs.

carmeloconny
Blank Cone
Blank Cone
Posts: 15
Joined: 25 Nov 2014 18:46

Re: VLC Blackmagic Decklink

Postby carmeloconny » 09 Dec 2014 19:21

thanks ywlke.
attach log debugging VLC.
I do not know if this file is correct.

if this is wrong, please tell me how to do the log file.
core debug: adding item `01.mp4' ( file:///C:/film/01/01.mp4 )
core debug: processing request item: 01.mp4, node: null, skip: 0
core debug: rebuilding array of current - root Playlist
core debug: rebuild done - 1 items, index 0
core debug: starting playback of the new playlist item
core debug: Creating an input for '01.mp4'
core debug: resyncing on 01.mp4
core debug: 01.mp4 is at 0
core debug: creating new input thread
core debug: Creating an input for '01.mp4'
core debug: requesting art for 01.mp4
core debug: using timeshift granularity of 50 MiB, in path 'C:\Users\ADMINI~1\AppData\Local\Temp'
core debug: `file:///C:/film/01/01.mp4' gives access `file' demux `' path `/C:/film/01/01.mp4'
core debug: specified demux `any'
core debug: creating demux: access='file' demux='any' location='/C:/film/01/01.mp4' file='C:\film\01\01.mp4'
core debug: looking for access_demux module matching "file": 13 candidates
core debug: no access_demux modules matched
core debug: creating access 'file' location='/C:/film/01/01.mp4', path='C:\film\01\01.mp4'
core debug: looking for access module matching "file": 19 candidates
filesystem debug: opening file `C:\film\01\01.mp4'
core debug: using access module "filesystem"
core debug: Using stream method for AStream*
core debug: starting pre-buffering
core debug: received first data after 0 ms
core debug: pre-buffering done 1024 bytes in 0s - 1000000 KiB/s
core debug: looking for stream_filter module matching "any": 6 candidates
core debug: no stream_filter modules matched
core debug: looking for stream_filter module matching "record": 6 candidates
core debug: using stream_filter module "record"
core debug: creating demux: access='file' demux='any' location='/C:/film/01/01.mp4' file='C:\film\01\01.mp4'
core debug: looking for demux module matching "mp4": 64 candidates
mp4 warning: unknown box type btrt (incompletely loaded)
core debug: looking for meta fetcher module matching "any": 1 candidates
mp4 warning: unknown box type gsst (incompletely loaded)
mp4 warning: unknown box type gstd (incompletely loaded)
mp4 warning: unknown box type gssd (incompletely loaded)
mp4 warning: unknown box type gspu (incompletely loaded)
mp4 warning: unknown box type gspm (incompletely loaded)
mp4 warning: unknown box type gshh (incompletely loaded)
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\fetcher
mp4 debug: added fragment moov
mp4 debug: dumping root Box "root"
mp4 debug: | + ftyp size 24 offset 0
mp4 debug: | + moov size 185800 offset 24
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher
mp4 debug: | | + mvhd size 108 offset 32
mp4 debug: | | + iods size 21 offset 140
mp4 debug: | | + trak size 66738 offset 161
mp4 debug: | | | + tkhd size 92 offset 169
mp4 debug: | | | + edts size 36 offset 261
mp4 debug: | | | | + elst size 28 offset 269
mp4 debug: | | | + mdia size 66602 offset 297
mp4 debug: | | | | + mdhd size 32 offset 305
mp4 debug: | | | | + hdlr size 45 offset 337
mp4 debug: | | | | + minf size 66517 offset 382
mp4 debug: | | | | | + vmhd size 20 offset 390
mp4 debug: | | | | | + dinf size 36 offset 410
mp4 debug: | | | | | | + dref size 28 offset 418
mp4 debug: | | | | | | | + url size 12 offset 434
mp4 debug: | | | | | + stbl size 66453 offset 446
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher\tvrage.luac
mp4 debug: | | | | | | + stsd size 169 offset 454
mp4 debug: | | | | | | | + avc1 size 153 offset 470
mp4 debug: | | | | | | | | + avcC size 47 offset 556
mp4 debug: | | | | | | | | + btrt size 20 offset 603
mp4 debug: | | | | | | + stts size 24 offset 623
mp4 debug: | | | | | | + stss size 1164 offset 647
mp4 debug: | | | | | | + stsc size 52 offset 1811
mp4 debug: | | | | | | + stsz size 60020 offset 1863
mp4 debug: | | | | | | + stco size 5016 offset 61883
mp4 debug: | | + trak size 118169 offset 66899
mp4 debug: | | | + tkhd size 92 offset 66907
mp4 debug: | | | + mdia size 118069 offset 66999
mp4 debug: | | | | + mdhd size 32 offset 67007
mp4 debug: | | | | + hdlr size 76 offset 67039
mp4 debug: | | | | + minf size 117953 offset 67115
mp4 debug: | | | | | + smhd size 16 offset 67123
mp4 debug: | | | | | + dinf size 36 offset 67139
mp4 debug: | | | | | | + dref size 28 offset 67147
mp4 debug: | | | | | | | + url size 12 offset 67163
mp4 debug: | | | | | + stbl size 117893 offset 67175
mp4 debug: | | | | | | + stsd size 105 offset 67183
mp4 debug: | | | | | | | + mp4a size 89 offset 67199
mp4 debug: | | | | | | | | + esds size 53 offset 67235
mp4 debug: | | | | | | + stts size 24 offset 67288
mp4 debug: | | | | | | + stsc size 9364 offset 67312
mp4 debug: | | | | | | + stsz size 103380 offset 76676
mp4 debug: | | | | | | + stco size 5012 offset 180056
mp4 debug: | | + udta size 756 offset 185068
mp4 debug: | | | + meta size 748 offset 185076
mp4 debug: | | | | + hdlr size 33 offset 185088
mp4 debug: | | | | + ilst size 703 offset 185121
mp4 debug: | | | | | + gsst size 25 offset 185129
mp4 debug: | | | | | + gstd size 30 offset 185154
mp4 debug: | | | | | + gssd size 56 offset 185184
mp4 debug: | | | | | + gspu size 152 offset 185240
mp4 debug: | | | | | + gspm size 152 offset 185392
mp4 debug: | | | | | + gshh size 280 offset 185544
mp4 debug: | + mdat size 29661679 offset 185824
mp4 debug: unrecognized major file specification (mp42).
mp4 debug: found 2 tracks
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher\tvrage.luac
core debug: no meta fetcher modules matched
mp4 warning: elst box found
core debug: searching art for 01.mp4
mp4 debug: - [0] duration=600000ms media time=0ms) rate=1.0
core debug: looking for art finder module matching "any": 2 candidates
mp4 debug: track[Id 0x1] read 1250 chunk
mp4 warning: STTS table of 1 entries
mp4 debug: track[Id 0x1] read 15000 samples length:600s
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\art
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art
core debug: selecting program id=0
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\00_musicbrainz.luac
mp4 debug: adding track[Id 0x1] video (enable) language undef
mp4 debug: track[Id 0x2] read 1249 chunk
mp4 warning: STTS table of 1 entries
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\00_musicbrainz.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\01_googleimage.luac
mp4 debug: track[Id 0x2] read 25840 samples length:600s
mp4 debug: adding track[Id 0x2] audio (enable) language undef
mp4 debug: fragment offset 24, data 18583229847503, duration 0
core debug: using demux module "mp4"
core debug: looking for a subtitle file in C:\film\01\
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\01_googleimage.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\02_frenchtv.luac
core debug: looking for decoder module matching "any": 43 candidates
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\02_frenchtv.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\03_lastfm.luac
core debug: meta ok for (null), need to fetch art
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\03_lastfm.luac
core debug: no art finder modules matched
core debug: art not found for 01.mp4
core debug: looking for meta fetcher module matching "any": 1 candidates
qt4 debug: IM: Setting an input
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\fetcher
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher\tvrage.luac
avcodec debug: CPU flags: 0x0000107f
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher\tvrage.luac
core debug: no meta fetcher modules matched
core debug: searching art for 01.mp4
core debug: looking for art finder module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\art
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\00_musicbrainz.luac
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\00_musicbrainz.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\01_googleimage.luac
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\01_googleimage.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\02_frenchtv.luac
avcodec debug: trying to use direct rendering
avcodec debug: allowing 4 thread(s) for decoding
avcodec warning: threaded frame decoding is not compatible with DXVA2, disabled
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\02_frenchtv.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\03_lastfm.luac
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\03_lastfm.luac
core debug: no art finder modules matched
core debug: art not found for 01.mp4
avcodec debug: avcodec codec (H264 - MPEG-4 AVC (part 10)) started
avcodec debug: using slice thread mode with 4 threads
core debug: using decoder module "avcodec"
core debug: looking for decoder module matching "any": 43 candidates
core debug: using decoder module "faad"
core debug: looking for meta reader module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\reader
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03\vlc-2.2.0-rc2-decklink-r4\lua\meta\reader\filename.luac
core debug: no meta reader modules matched
core debug: `file:///C:/film/01/01.mp4' successfully opened
mp4 debug: elst (0) gives 0ms (movie)-> 0ms (track)
mp4 debug: track[Id 0x1] using Sync Sample Box (stss)
mp4 debug: stss gives 0 --> 0 (sample number)
mp4 debug: track[Id 0x2] does not provide Sync Sample Box (stss)
core debug: Buffering 0%
core debug: Buffering 0%
core debug: Buffering 7%
core debug: Buffering 13%
core debug: Buffering 15%
core debug: Buffering 22%
core debug: Buffering 26%
core debug: Buffering 30%
core debug: Buffering 38%
core debug: Buffering 40%
core debug: Buffering 46%
core debug: Buffering 53%
core debug: Buffering 53%
core debug: Buffering 61%
core debug: Buffering 66%
core debug: Buffering 69%
core debug: Buffering 77%
core debug: Buffering 80%
core debug: Buffering 85%
core debug: Buffering 92%
faad warning: decoded zero sample
core debug: Buffering 93%
core debug: Stream buffering done (301 ms in 0 ms)
core debug: reusing audio output
core debug: looking for aout stream module matching "any": 2 candidates
avcodec debug: available hardware decoder output format 61 (dxva2_vld)
avcodec debug: available software decoder output format 0 (yuv420p)
core debug: looking for hw decoder module matching "any": 1 candidates
core debug: no hw decoder modules matched
core debug: looking for text renderer module matching "any": 2 candidates
freetype debug: Using Arial as font from file C:\Windows\Fonts\arial.ttf
freetype debug: Using Courier New as mono-font from file C:\Windows\Fonts\cour.ttf
freetype debug: using fontsize: 2
core debug: using text renderer module "freetype"
core debug: looking for video filter2 module matching "any": 58 candidates
swscale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality)
core debug: using video filter2 module "swscale"
core debug: looking for video filter2 module matching "any": 58 candidates
yuvp debug: YUVP to YUVA converter
core debug: using video filter2 module "yuvp"
core debug: Deinterlacing available
core debug: deinterlace 0, mode blend, is_needed 0
core debug: Opening vout display wrapper
core debug: looking for vout display module matching "any": 12 candidates
direct3d debug: creating Vout EventThread
direct3d debug: Win32VoutCreateWindow
core debug: looking for vout window hwnd module matching "qt4,any": 3 candidates
qt4 debug: requesting video window...
wasapi debug: buffer size : 88200 frames
wasapi debug: maximum latency: 11610000 ns
wasapi debug: default period : 10158700 ns
wasapi debug: minimum period : 3000000 ns
core debug: using aout stream module "wasapi"
core debug: output 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
core debug: looking for audio volume module matching "any": 2 candidates
core debug: using audio volume module "float_mixer"
core debug: input 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
core debug: looking for audio filter module matching "scaletempo": 14 candidates
scaletempo debug: format: 44100 rate, 2 nch, 4 bps, fl32
scaletempo debug: params: 30 stride, 0.200 overlap, 14 search
scaletempo debug: 1.000 scale, 1323.000 stride_in, 1323 stride_out, 1059 standing, 264 overlap, 617 search, 2204 queue, fl32 mode
core debug: using audio filter module "scaletempo"
core debug: conversion: 'f32l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
core debug: conversion pipeline complete
core debug: conversion: 'f32l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
core debug: conversion pipeline complete
core debug: looking for audio resampler module matching "any": 3 candidates
core debug: using audio resampler module "samplerate"
core debug: End of audio preroll
wasapi debug: reset
qt4 debug: Video was requested 0, 0
core debug: using vout window hwnd module "qt4"
direct3d debug: created video sub-window
direct3d debug: Vout EventThread running
direct3d debug: disabling screen saver
direct3d debug: Direct3d Device: ATI Radeon HD 5450 4098 26873 0
core debug: VoutDisplayEvent 'resize' 496x398 window
direct3d warning: trying surface pixel format: YV12
direct3d debug: selected surface pixel format is YV12
direct3d debug: Using D3DTEXF_LINEAR for minification
direct3d debug: Using D3DTEXF_LINEAR for magnification
direct3d debug: Direct3D scene created successfully
direct3d debug: Direct3D device adapter successfully initialized
core debug: using vout display module "direct3d"
core debug: original format sz 480x386, of (0,0), vsz 480x360, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0
core debug: Adding 'clone' as interactive
core debug: looking for video filter2 module matching "clone": 58 candidates
core debug: no video filter2 modules matched
core error: Failed to create video filter2 'clone'
core error: Failed to add filter 'clone'
core debug: Adding 'canvas' as interactive
core debug: looking for video filter2 module matching "canvas": 58 candidates
core debug: looking for video filter2 module matching "any": 58 candidates
swscale debug: 480x360 (480x386) chroma: I420 -> 134x90 (134x96) chroma: I420 with scaling using Bicubic (good quality)
core debug: using video filter2 module "swscale"
core debug: Filter 'Swscale' (062ef9a4) appended to chain
core debug: looking for video filter2 module matching "croppadd": 58 candidates
core debug: set config option: croppadd-paddleft to 22
core debug: set config option: croppadd-paddright to 24
croppadd debug: Crop: Top: 0, Bottom: 0, Left: 0, Right: 0
croppadd debug: Padd: Top: 0, Bottom: 0, Left: 22, Right: 24
croppadd debug: 134x96 -> 180x90
core debug: using video filter2 module "croppadd"
core debug: Filter 'croppadd' (062efccc) appended to chain
core debug: using video filter2 module "canvas"
core debug: Filter 'canvas' (062ef67c) appended to chain
core debug: Adding a filter to compensate for format changes
core debug: looking for video filter2 module matching "any": 58 candidates
swscale debug: 180x90 (180x90) chroma: I420 -> 480x360 (480x386) chroma: I420 with scaling using Bicubic (good quality)
core debug: using video filter2 module "swscale"
core debug: Filter 'Swscale' (062efff4) appended to chain
core debug: removing module "freetype"
core debug: VoutDisplayEvent 'resize' 485x360 window
core debug: looking for text renderer module matching "any": 2 candidates
freetype debug: Using Arial as font from file C:\Windows\Fonts\arial.ttf
freetype debug: Using Courier New as mono-font from file C:\Windows\Fonts\cour.ttf
freetype debug: using fontsize: 2
core debug: using text renderer module "freetype"
avcodec debug: enabling direct rendering
core debug: End of video preroll
core debug: Received first picture
core debug: looking for sub source module matching "marq": 6 candidates
core debug: using sub source module "marq"
core debug: Filter 'marq' (062f031c) appended to chain
core debug: looking for sub source module matching "logo": 6 candidates
logo debug: logo file name C:\film\logo\TeleInessa120x100.png, delay -1, alpha -1
core debug: creating access 'file' location='/C:/film/logo/TeleInessa120x100.png', path='C:\film\logo\TeleInessa120x100.png'
core debug: looking for access module matching "file": 19 candidates
filesystem debug: opening file `C:\film\logo\TeleInessa120x100.png'
core debug: using access module "filesystem"
core debug: Using stream method for AStream*
core debug: starting pre-buffering
core debug: received first data after 0 ms
core debug: pre-buffering done 1024 bytes in 0s - 1000000 KiB/s
core debug: removing module "filesystem"
core debug: looking for decoder module matching "any": 43 candidates
core debug: using decoder module "png"
core debug: looking for video filter2 module matching "any": 58 candidates
swscale debug: 120x100 (120x100) chroma: RGBA -> 120x100 (120x100) chroma: YUVA with scaling using Bicubic (good quality)
core debug: using video filter2 module "swscale"
core debug: removing module "png"
core debug: removing module "swscale"
core debug: using sub source module "logo"
core debug: Filter 'logo' (062f0644) appended to chain
core warning: original picture size is undefined
core warning: original picture size is undefined
core debug: Decoder wait done in 263 ms
core debug: inserting 1465 zeroes
mmdevice debug: state changed: 1
core debug: VoutDisplayEvent 'resize' 640x360 window
core warning: original picture size is undefined
core debug: auto hiding mouse cursor
core warning: original picture size is undefined
core warning: original picture size is undefined
core warning: original picture size is undefined
core debug: incoming request - stopping current input
core debug: control: stopping input
core debug: incoming request - stopping current input
core debug: finished input
core debug: removing module "avcodec"
avcodec debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped
core debug: killing decoder fourcc `h264', 0 PES in FIFO
core debug: saving a free vout
core debug: reusing provided vout
qt4 debug: Qt: Fullscreen state changed
core debug: Filter 062ef67c removed from chain
core debug: removing module "canvas"
core debug: Filter 062ef9a4 removed from chain
core debug: removing module "swscale"
core debug: removing module "faad"
core debug: Filter 062efccc removed from chain
core debug: removing module "croppadd"
core debug: killing decoder fourcc `mp4a', 0 PES in FIFO
core debug: Filter 062efff4 removed from chain
core debug: removing module "swscale"
core debug: Adding 'clone' as interactive
core debug: looking for video filter2 module matching "clone": 58 candidates
core debug: no video filter2 modules matched
core error: Failed to create video filter2 'clone'
core error: Failed to add filter 'clone'
wasapi debug: reset
core debug: Adding 'canvas' as interactive
core debug: removing module "samplerate"
core debug: removing module "scaletempo"
mmdevice debug: state changed: 0
core debug: looking for video filter2 module matching "canvas": 58 candidates
core debug: looking for video filter2 module matching "any": 58 candidates
swscale debug: 480x360 (480x386) chroma: I420 -> 134x90 (134x96) chroma: I420 with scaling using Bicubic (good quality)
core debug: using video filter2 module "swscale"
core debug: Filter 'Swscale' (062ef02c) appended to chain
core debug: looking for video filter2 module matching "croppadd": 58 candidates
core debug: set config option: croppadd-paddleft to 22
core debug: set config option: croppadd-paddright to 24
croppadd debug: Crop: Top: 0, Bottom: 0, Left: 0, Right: 0
croppadd debug: Padd: Top: 0, Bottom: 0, Left: 22, Right: 24
croppadd debug: 134x96 -> 180x90
core debug: using video filter2 module "croppadd"
core debug: Filter 'croppadd' (062ef354) appended to chain
core debug: using video filter2 module "canvas"
core debug: Filter 'canvas' (062efff4) appended to chain
core debug: Adding a filter to compensate for format changes
core debug: looking for video filter2 module matching "any": 58 candidates
swscale debug: 180x90 (180x90) chroma: I420 -> 480x360 (480x386) chroma: I420 with scaling using Bicubic (good quality)
core debug: using video filter2 module "swscale"
core debug: Filter 'Swscale' (062ef67c) appended to chain
core debug: removing module "float_mixer"
core debug: keeping audio output
core debug: removing module "mp4"
mp4 debug: freeing all memory
core debug: removing module "record"
core debug: removing module "filesystem"
core debug: Program doesn't contain anymore ES
core debug: incoming request - stopping current input
core debug: dead input
core debug: destroying useless vout
core debug: removing module "direct3d"
direct3d debug: Direct3D scene released successfully
direct3d debug: Win32 Vout EventThread terminating
direct3d debug: Win32VoutCloseWindow
direct3d debug: WinProc WM_DESTROY
core debug: Filter 062efff4 removed from chain
core debug: removing module "canvas"
core debug: Filter 062ef02c removed from chain
core debug: removing module "swscale"
core debug: Filter 062ef354 removed from chain
core debug: removing module "croppadd"
core debug: Filter 062ef67c removed from chain
core debug: removing module "swscale"
qt4 debug: releasing video...
qt4 debug: IM: Deleting the input
qt4 debug: Video is not needed anymore
core debug: removing module "freetype"
core debug: removing module "yuvp"
core debug: removing module "swscale"
core debug: Filter 062f031c removed from chain
core debug: removing module "marq"
core debug: Filter 062f0644 removed from chain
core debug: removing module "logo"

ywlke
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2013 18:14

Re: VLC Blackmagic Decklink

Postby ywlke » 09 Dec 2014 23:12

Yes, that's correct. Use decklink directly, your clone filter isn't working:
core error: Failed to create video filter2 'clone'
core error: Failed to add filter 'clone'

carmeloconny
Blank Cone
Blank Cone
Posts: 15
Joined: 25 Nov 2014 18:46

Re: VLC Blackmagic Decklink

Postby carmeloconny » 10 Dec 2014 10:45

thanks ywlke.
I have tried to change:
Videos- output modules- DeckLink output -
output card in 0; 1; 2; 3; etc No results useful. :roll: :?:

other question: I have to activate BlackMagic card from the control panel windows.
VLC module DeckLink card is not active.

carmeloconny
Blank Cone
Blank Cone
Posts: 15
Joined: 25 Nov 2014 18:46

Re: VLC Blackmagic Decklink

Postby carmeloconny » 10 Dec 2014 12:08

for ywlke
log file Use decklink directly

*********************************************

core debug: adding item `Il caso Salvatore Giuliano 2 4.mp4' ( file:///C:/Users/Administrator/Desktop/salvatore%20giuliano/Il%20caso%20Salvatore%20Giuliano%202%204.mp4 )
core debug: processing request item: Il caso Salvatore Giuliano 2 4.mp4, node: null, skip: 0
core debug: rebuilding array of current - root Playlist
core debug: rebuild done - 1 items, index 0
core debug: starting playback of the new playlist item
core debug: Creating an input for 'Il caso Salvatore Giuliano 2 4.mp4'
core debug: resyncing on Il caso Salvatore Giuliano 2 4.mp4
core debug: Il caso Salvatore Giuliano 2 4.mp4 is at 0
core debug: creating new input thread
core debug: Creating an input for 'Il caso Salvatore Giuliano 2 4.mp4'
core debug: requesting art for Il caso Salvatore Giuliano 2 4.mp4
core debug: using timeshift granularity of 50 MiB, in path 'C:\Users\ADMINI~1\AppData\Local\Temp'
core debug: `file:///C:/Users/Administrator/Desktop/salvatore%20giuliano/Il%20caso%20Salvatore%20Giuliano%202%204.mp4' gives access `file' demux `' path `/C:/Users/Administrator/Desktop/salvatore%20giuliano/Il%20caso%20Salvatore%20Giuliano%202%204.mp4'
core debug: specified demux `any'
core debug: creating demux: access='file' demux='any' location='/C:/Users/Administrator/Desktop/salvatore%20giuliano/Il%20caso%20Salvatore%20Giuliano%202%204.mp4' file='C:\Users\Administrator\Desktop\salvatore giuliano\Il caso Salvatore Giuliano 2 4.mp4'
core debug: looking for access_demux module matching "file": 13 candidates
core debug: looking for meta fetcher module matching "any": 1 candidates
core debug: no access_demux modules matched
core debug: creating access 'file' location='/C:/Users/Administrator/Desktop/salvatore%20giuliano/Il%20caso%20Salvatore%20Giuliano%202%204.mp4', path='C:\Users\Administrator\Desktop\salvatore giuliano\Il caso Salvatore Giuliano 2 4.mp4'
core debug: looking for access module matching "file": 19 candidates
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\fetcher
filesystem debug: opening file `C:\Users\Administrator\Desktop\salvatore giuliano\Il caso Salvatore Giuliano 2 4.mp4'
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher
core debug: using access module "filesystem"
core debug: Using stream method for AStream*
core debug: starting pre-buffering
core debug: received first data after 0 ms
core debug: pre-buffering done 1024 bytes in 0s - 1000000 KiB/s
core debug: looking for stream_filter module matching "any": 6 candidates
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher\tvrage.luac
core debug: no stream_filter modules matched
core debug: looking for stream_filter module matching "record": 6 candidates
core debug: using stream_filter module "record"
core debug: creating demux: access='file' demux='any' location='/C:/Users/Administrator/Desktop/salvatore%20giuliano/Il%20caso%20Salvatore%20Giuliano%202%204.mp4' file='C:\Users\Administrator\Desktop\salvatore giuliano\Il caso Salvatore Giuliano 2 4.mp4'
core debug: looking for demux module matching "mp4": 64 candidates
mp4 warning: unknown box type btrt (incompletely loaded)
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher\tvrage.luac
core debug: no meta fetcher modules matched
core debug: searching art for Il caso Salvatore Giuliano 2 4.mp4
core debug: looking for art finder module matching "any": 2 candidates
mp4 warning: unknown box type gsst (incompletely loaded)
mp4 warning: unknown box type gstd (incompletely loaded)
mp4 warning: unknown box type gssd (incompletely loaded)
mp4 warning: unknown box type gspu (incompletely loaded)
mp4 warning: unknown box type gspm (incompletely loaded)
mp4 warning: unknown box type gshh (incompletely loaded)
mp4 debug: added fragment moov
mp4 debug: dumping root Box "root"
mp4 debug: | + ftyp size 24 offset 0
mp4 debug: | + moov size 185788 offset 24
mp4 debug: | | + mvhd size 108 offset 32
mp4 debug: | | + iods size 21 offset 140
mp4 debug: | | + trak size 66726 offset 161
mp4 debug: | | | + tkhd size 92 offset 169
mp4 debug: | | | + edts size 36 offset 261
mp4 debug: | | | | + elst size 28 offset 269
mp4 debug: | | | + mdia size 66590 offset 297
mp4 debug: | | | | + mdhd size 32 offset 305
mp4 debug: | | | | + hdlr size 45 offset 337
mp4 debug: | | | | + minf size 66505 offset 382
mp4 debug: | | | | | + vmhd size 20 offset 390
mp4 debug: | | | | | + dinf size 36 offset 410
mp4 debug: | | | | | | + dref size 28 offset 418
mp4 debug: | | | | | | | + url size 12 offset 434
mp4 debug: | | | | | + stbl size 66441 offset 446
mp4 debug: | | | | | | + stsd size 169 offset 454
mp4 debug: | | | | | | | + avc1 size 153 offset 470
mp4 debug: | | | | | | | | + avcC size 47 offset 556
mp4 debug: | | | | | | | | + btrt size 20 offset 603
mp4 debug: | | | | | | + stts size 24 offset 623
mp4 debug: | | | | | | + stss size 1152 offset 647
mp4 debug: | | | | | | + stsc size 52 offset 1799
mp4 debug: | | | | | | + stsz size 60020 offset 1851
mp4 debug: | | | | | | + stco size 5016 offset 61871
mp4 debug: | | + trak size 118169 offset 66887
mp4 debug: | | | + tkhd size 92 offset 66895
mp4 debug: | | | + mdia size 118069 offset 66987
mp4 debug: | | | | + mdhd size 32 offset 66995
mp4 debug: | | | | + hdlr size 76 offset 67027
mp4 debug: | | | | + minf size 117953 offset 67103
mp4 debug: | | | | | + smhd size 16 offset 67111
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\art
mp4 debug: | | | | | + dinf size 36 offset 67127
mp4 debug: | | | | | | + dref size 28 offset 67135
mp4 debug: | | | | | | | + url size 12 offset 67151
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art
mp4 debug: | | | | | + stbl size 117893 offset 67163
mp4 debug: | | | | | | + stsd size 105 offset 67171
mp4 debug: | | | | | | | + mp4a size 89 offset 67187
mp4 debug: | | | | | | | | + esds size 53 offset 67223
mp4 debug: | | | | | | + stts size 24 offset 67276
mp4 debug: | | | | | | + stsc size 9364 offset 67300
mp4 debug: | | | | | | + stsz size 103380 offset 76664
mp4 debug: | | | | | | + stco size 5012 offset 180044
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\00_musicbrainz.luac
mp4 debug: | | + udta size 756 offset 185056
mp4 debug: | | | + meta size 748 offset 185064
mp4 debug: | | | | + hdlr size 33 offset 185076
mp4 debug: | | | | + ilst size 703 offset 185109
mp4 debug: | | | | | + gsst size 25 offset 185117
mp4 debug: | | | | | + gstd size 30 offset 185142
mp4 debug: | | | | | + gssd size 56 offset 185172
mp4 debug: | | | | | + gspu size 152 offset 185228
mp4 debug: | | | | | + gspm size 152 offset 185380
mp4 debug: | | | | | + gshh size 280 offset 185532
mp4 debug: | + mdat size 31157640 offset 185812
mp4 debug: unrecognized major file specification (mp42).
mp4 debug: found 2 tracks
mp4 warning: elst box found
mp4 debug: - [0] duration=600000ms media time=0ms) rate=1.0
mp4 debug: track[Id 0x1] read 1250 chunk
mp4 warning: STTS table of 1 entries
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\00_musicbrainz.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\01_googleimage.luac
mp4 debug: track[Id 0x1] read 15000 samples length:600s
core debug: selecting program id=0
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\01_googleimage.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\02_frenchtv.luac
mp4 debug: adding track[Id 0x1] video (enable) language undef
mp4 debug: track[Id 0x2] read 1249 chunk
mp4 warning: STTS table of 1 entries
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\02_frenchtv.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\03_lastfm.luac
mp4 debug: track[Id 0x2] read 25840 samples length:600s
mp4 debug: adding track[Id 0x2] audio (enable) language undef
mp4 debug: fragment offset 24, data 18582031343452, duration 0
core debug: using demux module "mp4"
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\03_lastfm.luac
core debug: looking for a subtitle file in C:\Users\Administrator\Desktop\salvatore giuliano\
core debug: no art finder modules matched
core debug: looking for meta fetcher module matching "any": 1 candidates
core debug: looking for decoder module matching "any": 43 candidates
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\fetcher
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher\tvrage.luac
core debug: meta ok for (null), need to fetch art
core debug: using meta fetcher module "lua"
core debug: removing module "lua"
core debug: searching art for Il caso Salvatore Giuliano 2 4.mp4
core debug: looking for art finder module matching "any": 2 candidates
avcodec debug: CPU flags: 0x0000107f
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\art
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\00_musicbrainz.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\01_googleimage.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\02_frenchtv.luac
avcodec debug: trying to use direct rendering
avcodec debug: allowing 4 thread(s) for decoding
avcodec warning: threaded frame decoding is not compatible with DXVA2, disabled
core debug: looking for meta fetcher module matching "any": 1 candidates
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\03_lastfm.luac
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\fetcher
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher\tvrage.luac
core debug: no art finder modules matched
core debug: art not found for Il caso Salvatore Giuliano 2 4.mp4
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher\tvrage.luac
core debug: no meta fetcher modules matched
core debug: searching art for Il caso Salvatore Giuliano 2 4.mp4
core debug: looking for art finder module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\art
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art
qt4 debug: IM: Setting an input
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\00_musicbrainz.luac
avcodec debug: avcodec codec (H264 - MPEG-4 AVC (part 10)) started
avcodec debug: using slice thread mode with 4 threads
core debug: using decoder module "avcodec"
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\00_musicbrainz.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\01_googleimage.luac
core debug: looking for decoder module matching "any": 43 candidates
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\01_googleimage.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\02_frenchtv.luac
core debug: using decoder module "faad"
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\02_frenchtv.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\03_lastfm.luac
core debug: looking for meta reader module matching "any": 2 candidates
lua debug: skipping script (unmatched scope) C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\03_lastfm.luac
core debug: no art finder modules matched
core debug: looking for meta fetcher module matching "any": 1 candidates
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\fetcher
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\fetcher\tvrage.luac
core debug: using meta fetcher module "lua"
core debug: removing module "lua"
core debug: searching art for Il caso Salvatore Giuliano 2 4.mp4
core debug: looking for art finder module matching "any": 2 candidates
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\art
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\00_musicbrainz.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\01_googleimage.luac
lua debug: Trying Lua scripts in C:\Users\Administrator\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\reader
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\reader\filename.luac
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\02_frenchtv.luac
core debug: no meta reader modules matched
core debug: `file:///C:/Users/Administrator/Desktop/salvatore%20giuliano/Il%20caso%20Salvatore%20Giuliano%202%204.mp4' successfully opened
mp4 debug: elst (0) gives 0ms (movie)-> 0ms (track)
mp4 debug: track[Id 0x1] using Sync Sample Box (stss)
mp4 debug: stss gives 0 --> 0 (sample number)
mp4 debug: track[Id 0x2] does not provide Sync Sample Box (stss)
core debug: Buffering 0%
lua debug: Trying Lua playlist script C:\Users\Administrator\Desktop\moduli Decklink\03-decklink\vlc-2.2.0-rc2-decklink-r4\lua\meta\art\03_lastfm.luac
core debug: Buffering 0%
core debug: Buffering 7%
core debug: Buffering 13%
core debug: Buffering 15%
core debug: Buffering 22%
core debug: Buffering 26%
core debug: Buffering 30%
core debug: Buffering 38%
core debug: Buffering 40%
core debug: Buffering 46%
core debug: Buffering 53%
core debug: Buffering 53%
core debug: Buffering 61%
core debug: Buffering 66%
core debug: Buffering 69%
core debug: Buffering 77%
core debug: Buffering 80%
faad warning: decoded zero sample
core debug: Buffering 85%
core debug: Buffering 92%
core debug: Buffering 93%
core debug: Stream buffering done (301 ms in 1 ms)
avcodec debug: available hardware decoder output format 61 (dxva2_vld)
avcodec debug: available software decoder output format 0 (yuv420p)
core debug: no art finder modules matched
core debug: looking for hw decoder module matching "any": 1 candidates
core debug: art not found for Il caso Salvatore Giuliano 2 4.mp4
core debug: no hw decoder modules matched
core debug: reusing audio output
core debug: looking for aout stream module matching "any": 2 candidates
core debug: looking for text renderer module matching "any": 2 candidates
freetype debug: Using Arial as font from file C:\Windows\Fonts\arial.ttf
freetype debug: Using Courier New as mono-font from file C:\Windows\Fonts\cour.ttf
freetype debug: using fontsize: 2
core debug: using text renderer module "freetype"
core debug: looking for video filter2 module matching "any": 58 candidates
swscale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality)
core debug: using video filter2 module "swscale"
core debug: looking for video filter2 module matching "any": 58 candidates
yuvp debug: YUVP to YUVA converter
core debug: using video filter2 module "yuvp"
core debug: Deinterlacing available
core debug: deinterlace 0, mode blend, is_needed 0
wasapi debug: buffer size : 88200 frames
core debug: Opening vout display wrapper
wasapi debug: maximum latency: 11610000 ns
wasapi debug: default period : 10158700 ns
wasapi debug: minimum period : 3000000 ns
core debug: using aout stream module "wasapi"
core debug: looking for vout display module matching "decklinkoutput": 12 candidates
core debug: output 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
core debug: looking for audio volume module matching "any": 2 candidates
core debug: using audio volume module "float_mixer"
core debug: input 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
core debug: looking for audio filter module matching "scaletempo": 14 candidates
scaletempo debug: format: 44100 rate, 2 nch, 4 bps, fl32
scaletempo debug: params: 30 stride, 0.200 overlap, 14 search
scaletempo debug: 1.000 scale, 1323.000 stride_in, 1323 stride_out, 1059 standing, 264 overlap, 617 search, 2204 queue, fl32 mode
core debug: using audio filter module "scaletempo"
core debug: conversion: 'f32l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
core debug: conversion pipeline complete
core debug: conversion: 'f32l'->'f32l' 44100 Hz->44100 Hz Stereo->Stereo
core debug: conversion pipeline complete
core debug: looking for audio resampler module matching "any": 3 candidates
core debug: using audio resampler module "samplerate"
core debug: End of audio preroll
wasapi debug: reset

ywlke
Blank Cone
Blank Cone
Posts: 24
Joined: 03 Nov 2013 18:14

Re: VLC Blackmagic Decklink

Postby ywlke » 10 Dec 2014 16:11

Oh, you either need to also set audio to decklink, or in the VLC advanced settings for the decklink plugin, uncheck the option to wait for audio.

carmeloconny
Blank Cone
Blank Cone
Posts: 15
Joined: 25 Nov 2014 18:46

Re: VLC Blackmagic Decklink

Postby carmeloconny » 10 Dec 2014 17:58

thanks it works now! :D no audio sound :(

mysteryegg
New Cone
New Cone
Posts: 3
Joined: 10 May 2008 08:38

Re: VLC Blackmagic Decklink

Postby mysteryegg » 13 Jan 2015 17:08

I'm having trouble finding the DeckLink output option.

I am running Ubuntu 14.10 and have VLC media player 2.2.0-pre2 Weatherwax (revision 2.2.0-pre1-15-g5178b24).
I have an HP Z420 with multiple BlackMagic cards installed (DeckLink SDI and Intensity Pro) and running DesktopVideo_10.3.4.
From VLC Preferences, if I go to Video and then Output, should I see DeckLink in the drop-down list? Or do I need to install a plug-in/extension to get this functionality?

MarcusWolschon
New Cone
New Cone
Posts: 3
Joined: 19 Feb 2015 00:26

Re: VLC Blackmagic Decklink

Postby MarcusWolschon » 19 Feb 2015 00:30

Is there a libdecklinkoutput_plugin for MacOS already or is it still Windows+Linux only?
I tried 2.2.0-RC2 and the latest daily and can't find the plugin in the list of video output plugins to choose from.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC Blackmagic Decklink

Postby Jean-Baptiste Kempf » 19 Feb 2015 00:55

No, it's not built.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “VLC media player Feature Requests”

Who is online

Users browsing this forum: No registered users and 19 guests