<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									DeckLink video capture and playback cards and software - Hardware				            </title>
            <link>https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/</link>
            <description>The artists\&#039; meeting place for creative exchange and discussion.</description>
            <language>it-IT</language>
            <lastBuildDate>Tue, 10 Mar 2026 18:30:32 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: DeckLink video capture and playback cards and software</title>
                        <link>https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1263</link>
                        <pubDate>Mon, 03 Aug 2020 17:47:34 +0000</pubDate>
                        <description><![CDATA[@terje
Saw your note this morning - we use Fedora as our O/S but I have been unable to get GG to look into this and as noted earlier, it is way beyond me.&nbsp; Hopefully, someone will stop...]]></description>
                        <content:encoded><![CDATA[<p>@terje</p>
<p>Saw your note this morning - we use Fedora as our O/S but I have been unable to get GG to look into this and as noted earlier, it is way beyond me.&nbsp; Hopefully, someone will stop by and add to this.</p>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/it/forum/forum-hardware/">Hardware</category>                        <dc:creator>PhyllisSmith</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1263</guid>
                    </item>
				                    <item>
                        <title>Answer to: DeckLink video capture and playback cards and software</title>
                        <link>https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1262</link>
                        <pubDate>Mon, 03 Aug 2020 16:22:12 +0000</pubDate>
                        <description><![CDATA[To get more information about the Decklink software, I downloaded the Desktop Video 11.6 and its SDK for Linux from the developer page
The rpm packages are for Fedora/CentOS, but as a test I...]]></description>
                        <content:encoded><![CDATA[<p>To get more information about the Decklink software, I downloaded the <strong>Desktop Video 11.6</strong> and its <strong>SDK</strong> for Linux from the developer page https://www.blackmagicdesign.com/developer/product/capture-and-playback</p>
<p>The rpm packages are for Fedora/CentOS, but as a test I got them installed and opened on Leap 15.2. Without any Decklink capture or playback card (device) installed yet, the applications <strong>Desktop Video Setup</strong> and <strong>Media Express</strong> cannot be used for something useful.</p>
<p> </p>
<p>By the way, below follows an overview (somewhat edited) over what will be installed:</p>
<p>Directories:</p>
<p>ls -1d */</p>
<p>Blackmagic_<strong>DeckLink_SDK</strong>_11.6/<br />Blackmagic_<strong>Desktop_Video</strong>_Linux_11.6/<br />Blackmagic_<strong>Video_Capture and Playback</strong>/</p>
<p> </p>
<p>Some useful documents and manuals:</p>
<p><br />ls -d1R */*.pdf */*.txt</p>
<p>Blackmagic_DeckLink_SDK_11.6/<strong>Blackmagic DeckLink SDK.pdf</strong><br />Blackmagic_DeckLink_SDK_11.6/<strong>End User License Agreement.pdf</strong><br />Blackmagic_Desktop_Video_Linux_11.6/<strong>License.txt</strong><br />Blackmagic_Desktop_Video_Linux_11.6/<strong>ReadMe.txt</strong><br />Blackmagic_Video_Capture and Playback/<strong>Blackmagic Video Capture and Playback.pdf</strong><br />Blackmagic_Video_Capture and Playback/CMakeLists.txt</p>
<p> </p>
<p>A tree listing of all files:</p>
<p><br />tree */</p>
<p><strong>Blackmagic_DeckLink_SDK_11.6/</strong><br />├── Blackmagic DeckLink SDK.pdf<br />├── End User License Agreement.pdf<br />├── Examples<br />│   ├── AutomaticModeDetection.cpp<br />│   ├── DeviceNotification.cpp<br />│   ├── Examples.sln<br />│   ├── Examples.xcodeproj<br />│   │   └── project.pbxproj<br />│   ├── Linux<br />│   │   ├── bin<br />│   │   │   ├── i386<br />│   │   │   │   ├── AutomaticModeDetection<br />│   │   │   │   ├── DeviceNotification<br />│   │   │   │   ├── lib<br />│   │   │   │   │   ├── libc++abi.so.1<br />│   │   │   │   │   ├── libc++.so.1<br />│   │   │   │   │   └── libgcc_s.so.1<br />│   │   │   │   ├── RP188VitcOutput<br />│   │   │   │   ├── StatusMonitor<br />│   │   │   │   ├── SynchronizedCapture<br />│   │   │   │   ├── SynchronizedPlayback<br />│   │   │   │   ├── VancCapture<br />│   │   │   │   └── VancOutput<br />│   │   │   └── x86_64<br />│   │   │   ├── AutomaticModeDetection<br />│   │   │   ├── DeviceNotification<br />│   │   │   ├── lib<br />│   │   │   │   ├── libc++abi.so.1<br />│   │   │   │   ├── libc++.so.1<br />│   │   │   │   └── libgcc_s.so.1<br />│   │   │   ├── RP188VitcOutput<br />│   │   │   ├── StatusMonitor<br />│   │   │   ├── SynchronizedCapture<br />│   │   │   ├── SynchronizedPlayback<br />│   │   │   ├── VancCapture<br />│   │   │   └── VancOutput<br />│   │   ├── platform.cpp<br />│   │   └── platform.h<br />│   ├── Mac<br />│   │   ├── Binaries.dmg<br />│   │   ├── platform.cpp<br />│   │   └── platform.h<br />│   ├── Makefile<br />│   ├── platform.h<br />│   ├── RP188VitcOutput.cpp<br />│   ├── StatusMonitor.cpp<br />│   ├── SynchronizedCapture.cpp<br />│   ├── SynchronizedPlayback.cpp<br />│   ├── VancCapture.cpp<br />│   ├── VancOutput.cpp<br />│   └── Win<br />│   ├── AutomaticModeDetection.vcxproj<br />│   ├── AutomaticModeDetection.vcxproj.filters<br />│   ├── bin<br />│   │   ├── AutomaticModeDetection.exe<br />│   │   ├── DeviceNotification.exe<br />│   │   ├── RP188VitcOutput.exe<br />│   │   ├── StatusMonitor.exe<br />│   │   ├── SynchronizedCapture.exe<br />│   │   ├── SynchronizedPlayback.exe<br />│   │   ├── VancCapture.exe<br />│   │   └── VancOutput.exe<br />│   ├── DeviceNotification.vcxproj<br />│   ├── DeviceNotification.vcxproj.filters<br />│   ├── platform.cpp<br />│   ├── platform.h<br />│   ├── RP188VitcOutput.vcxproj<br />│   ├── RP188VitcOutput.vcxproj.filters<br />│   ├── StatusMonitor.vcxproj<br />│   ├── StatusMonitor.vcxproj.filters<br />│   ├── SynchronizedCapture.vcxproj<br />│   ├── SynchronizedCapture.vcxproj.filters<br />│   ├── SynchronizedPlayback.vcxproj<br />│   ├── SynchronizedPlayback.vcxproj.filters<br />│   ├── VancCapture.vcxproj<br />│   ├── VancCapture.vcxproj.filters<br />│   ├── VancOutput.vcxproj<br />│   └── VancOutput.vcxproj.filters<br />└── Linux<br />├── include<br />│   ├── DeckLinkAPIConfiguration.h<br />│   ├── DeckLinkAPIConfiguration_v10_11.h<br />│   ├── DeckLinkAPIConfiguration_v10_2.h<br />│   ├── DeckLinkAPIConfiguration_v10_4.h<br />│   ├── DeckLinkAPIConfiguration_v10_5.h<br />│   ├── DeckLinkAPIConfiguration_v10_9.h<br />│   ├── DeckLinkAPIDeckControl.h<br />│   ├── DeckLinkAPIDiscovery.h<br />│   ├── DeckLinkAPIDispatch.cpp<br />│   ├── DeckLinkAPIDispatch_v10_11.cpp<br />│   ├── DeckLinkAPIDispatch_v10_8.cpp<br />│   ├── DeckLinkAPIDispatch_v7_6.cpp<br />│   ├── DeckLinkAPIDispatch_v8_0.cpp<br />│   ├── DeckLinkAPI.h<br />│   ├── DeckLinkAPIModes.h<br />│   ├── DeckLinkAPITypes.h<br />│   ├── DeckLinkAPI_v10_11.h<br />│   ├── DeckLinkAPI_v10_2.h<br />│   ├── DeckLinkAPI_v10_4.h<br />│   ├── DeckLinkAPI_v10_5.h<br />│   ├── DeckLinkAPI_v10_6.h<br />│   ├── DeckLinkAPI_v10_9.h<br />│   ├── DeckLinkAPI_v11_5_1.h<br />│   ├── DeckLinkAPI_v11_5.h<br />│   ├── DeckLinkAPI_v7_1.h<br />│   ├── DeckLinkAPI_v7_3.h<br />│   ├── DeckLinkAPI_v7_6.h<br />│   ├── DeckLinkAPI_v7_9.h<br />│   ├── DeckLinkAPI_v8_0.h<br />│   ├── DeckLinkAPI_v8_1.h<br />│   ├── DeckLinkAPI_v9_2.h<br />│   ├── DeckLinkAPI_v9_9.h<br />│   ├── DeckLinkAPIVersion.h<br />│   ├── DeckLinkAPIVideoEncoderInput_v10_11.h<br />│   ├── DeckLinkAPIVideoInput_v10_11.h<br />│   ├── DeckLinkAPIVideoInput_v11_4.h<br />│   ├── DeckLinkAPIVideoInput_v11_5_1.h<br />│   ├── DeckLinkAPIVideoOutput_v10_11.h<br />│   ├── DeckLinkAPIVideoOutput_v11_4.h<br />│   └── LinuxCOM.h<br />└── Samples<br />├── ActivateProfile<br />│   ├── ActivateProfile.cpp<br />│   ├── Makefile<br />│   ├── platform.cpp<br />│   └── platform.h<br />├── bin<br />│   ├── i386<br />│   │   ├── ActivateProfile<br />│   │   ├── Capture<br />│   │   ├── CapturePreview<br />│   │   ├── CaptureStills<br />│   │   ├── ClosedCaptions<br />│   │   ├── DeviceConfigure<br />│   │   ├── DeviceList<br />│   │   ├── DeviceStatus<br />│   │   ├── H265TestEncoder<br />│   │   ├── InputLoopThrough<br />│   │   ├── lib<br />│   │   │   ├── libc++abi.so.1<br />│   │   │   ├── libc++.so.1<br />│   │   │   ├── libdvp.so<br />│   │   │   ├── libgcc_s.so.1<br />│   │   │   ├── libQt5Core.so.5<br />│   │   │   ├── libQt5DBus.so.5<br />│   │   │   ├── libQt5Gui.so.5<br />│   │   │   ├── libQt5OpenGL.so.5<br />│   │   │   ├── libQt5Widgets.so.5<br />│   │   │   ├── libQt5XcbQpa.so.5<br />│   │   │   ├── libxcb-glx.so.0<br />│   │   │   ├── libxcb.so.1<br />│   │   │   └── plugins<br />│   │   │   ├── imageformats<br />│   │   │   │   ├── libqgif.so<br />│   │   │   │   ├── libqjpeg.so<br />│   │   │   │   ├── libqtiff.so<br />│   │   │   │   └── libqwbmp.so<br />│   │   │   ├── platforms<br />│   │   │   │   └── libqxcb.so<br />│   │   │   └── xcbglintegrations<br />│   │   │   ├── libqxcb-egl-integration.so<br />│   │   │   └── libqxcb-glx-integration.so<br />│   │   ├── LoopThroughWithOpenGLCompositing<br />│   │   ├── OpenGLOutput<br />│   │   ├── PlaybackStills<br />│   │   ├── qt.conf<br />│   │   ├── QuadPreview<br />│   │   ├── SignalGenerator<br />│   │   ├── SignalGenHDR<br />│   │   └── TestPattern<br />│   └── x86_64<br />│   ├── ActivateProfile<br />│   ├── Capture<br />│   ├── CapturePreview<br />│   ├── CaptureStills<br />│   ├── ClosedCaptions<br />│   ├── DeviceConfigure<br />│   ├── DeviceList<br />│   ├── DeviceStatus<br />│   ├── H265TestEncoder<br />│   ├── InputLoopThrough<br />│   ├── lib<br />│   │   ├── libc++abi.so.1<br />│   │   ├── libc++.so.1<br />│   │   ├── libdvp.so<br />│   │   ├── libgcc_s.so.1<br />│   │   ├── libQt5Core.so.5<br />│   │   ├── libQt5DBus.so.5<br />│   │   ├── libQt5Gui.so.5<br />│   │   ├── libQt5OpenGL.so.5<br />│   │   ├── libQt5Widgets.so.5<br />│   │   ├── libQt5XcbQpa.so.5<br />│   │   ├── libxcb-glx.so.0<br />│   │   ├── libxcb.so.1<br />│   │   └── plugins<br />│   │   ├── imageformats<br />│   │   │   ├── libqgif.so<br />│   │   │   ├── libqjpeg.so<br />│   │   │   ├── libqtiff.so<br />│   │   │   └── libqwbmp.so<br />│   │   ├── platforms<br />│   │   │   └── libqxcb.so<br />│   │   └── xcbglintegrations<br />│   │   ├── libqxcb-egl-integration.so<br />│   │   └── libqxcb-glx-integration.so<br />│   ├── LoopThroughWithOpenGLCompositing<br />│   ├── OpenGLOutput<br />│   ├── PlaybackStills<br />│   ├── qt.conf<br />│   ├── QuadPreview<br />│   ├── SignalGenerator<br />│   ├── SignalGenHDR<br />│   └── TestPattern<br />├── Capture<br />│   ├── Capture.cpp<br />│   ├── Capture.h<br />│   ├── Config.cpp<br />│   ├── Config.h<br />│   └── Makefile<br />├── CapturePreview<br />│   ├── AncillaryDataTable.cpp<br />│   ├── AncillaryDataTable.h<br />│   ├── build.sh<br />│   ├── CapturePreview.cpp<br />│   ├── CapturePreviewEvents.h<br />│   ├── CapturePreview.h<br />│   ├── CapturePreview.pro<br />│   ├── CapturePreview.ui<br />│   ├── com_ptr.h<br />│   ├── DeckLinkDeviceDiscovery.cpp<br />│   ├── DeckLinkDeviceDiscovery.h<br />│   ├── DeckLinkInputDevice.cpp<br />│   ├── DeckLinkInputDevice.h<br />│   ├── DeckLinkOpenGLWidget.cpp<br />│   ├── DeckLinkOpenGLWidget.h<br />│   ├── main.cpp<br />│   ├── ProfileCallback.cpp<br />│   └── ProfileCallback.h<br />├── CaptureStills<br />│   ├── Bgra32VideoFrame.cpp<br />│   ├── Bgra32VideoFrame.h<br />│   ├── CaptureStills.cpp<br />│   ├── DeckLinkInputDevice.cpp<br />│   ├── DeckLinkInputDevice.h<br />│   ├── ImageWriter.h<br />│   ├── ImageWriterLinux.cpp<br />│   ├── Makefile<br />│   ├── platform.cpp<br />│   └── platform.h<br />├── ClosedCaptions<br />│   ├── CEA708_Commands.cpp<br />│   ├── CEA708_Commands.h<br />│   ├── CEA708_Encoder.cpp<br />│   ├── CEA708_Encoder.h<br />│   ├── CEA708_Types.h<br />│   ├── main.cpp<br />│   └── Makefile<br />├── DeviceConfigure<br />│   ├── DeviceConfigure.cpp<br />│   ├── Makefile<br />│   ├── platform.cpp<br />│   └── platform.h<br />├── DeviceList<br />│   ├── main.cpp<br />│   ├── Makefile<br />│   ├── platform.cpp<br />│   └── platform.h<br />├── DeviceStatus<br />│   ├── com_ptr.h<br />│   ├── DeckLinkDeviceListModel.cpp<br />│   ├── DeckLinkDeviceListModel.h<br />│   ├── DeckLinkProfileCallback.cpp<br />│   ├── DeckLinkProfileCallback.h<br />│   ├── DeckLinkStatusDataTableModel.cpp<br />│   ├── DeckLinkStatusDataTableModel.h<br />│   ├── DeviceStatus.cpp<br />│   ├── DeviceStatus.h<br />│   ├── DeviceStatus.pro<br />│   ├── DeviceStatus.ui<br />│   ├── main.cpp<br />│   ├── platform.cpp<br />│   └── platform.h<br />├── H265TestEncoder<br />│   ├── Encoder_icon.icns<br />│   ├── Fonts<br />│   │   ├── gotham-xlight.otf<br />│   │   ├── OpenSans-Light.ttf<br />│   │   └── OpenSans-Semibold.ttf<br />│   ├── H265TestEncoder.pro<br />│   ├── H265TestEncoder.qrc<br />│   ├── H265TestEncoder.qss<br />│   ├── Images<br />│   │   ├── logo.png<br />│   │   ├── Record_default.png<br />│   │   ├── Record_stop.png<br />│   │   ├── slider_handle_focus.png<br />│   │   ├── slider_handle.png<br />│   │   └── UltraStudio4K_12G.png<br />│   └── src<br />│   ├── ColourPalette.cpp<br />│   ├── ColourPalette.h<br />│   ├── CommonGui.cpp<br />│   ├── CommonGui.h<br />│   ├── CommonWidgets.cpp<br />│   ├── CommonWidgets.h<br />│   ├── ControllerImp.cpp<br />│   ├── ControllerImp.h<br />│   ├── ControllerWidget.cpp<br />│   ├── ControllerWidget.h<br />│   ├── DeckLinkDevice.cpp<br />│   ├── DeckLinkDevice.h<br />│   ├── main.cpp<br />│   ├── MainWindow.cpp<br />│   ├── MainWindow.h<br />│   ├── VideoWriter.cpp<br />│   └── VideoWriter.h<br />├── InputLoopThrough<br />│   ├── com_ptr.h<br />│   ├── DeckLinkInputDevice.cpp<br />│   ├── DeckLinkInputDevice.h<br />│   ├── DeckLinkOutputDevice.cpp<br />│   ├── DeckLinkOutputDevice.h<br />│   ├── DispatchQueue.h<br />│   ├── InputLoopThrough.cpp<br />│   ├── LatencyStatistics.cpp<br />│   ├── LatencyStatistics.h<br />│   ├── LoopThroughAudioPacket.h<br />│   ├── LoopThroughVideoFrame.h<br />│   ├── Makefile<br />│   ├── platform.cpp<br />│   ├── platform.h<br />│   └── SampleQueue.h<br />├── LoopThroughWithOpenGLCompositing<br />│   ├── build.sh<br />│   ├── GLExtensions.cpp<br />│   ├── GLExtensions.h<br />│   ├── LoopThroughWithOpenGLCompositing.cpp<br />│   ├── LoopThroughWithOpenGLCompositing.h<br />│   ├── LoopThroughWithOpenGLCompositing.pro<br />│   ├── LoopThroughWithOpenGLCompositing.ui<br />│   ├── main.cpp<br />│   ├── OpenGLComposite.cpp<br />│   ├── OpenGLComposite.h<br />│   ├── VideoFrameTransfer.cpp<br />│   └── VideoFrameTransfer.h<br />├── Makefile<br />├── NVIDIA_GPUDirect<br />│   ├── i386<br />│   │   └── libdvp.so<br />│   ├── include<br />│   │   ├── dvpapi_cuda.h<br />│   │   ├── dvpapi_gl.h<br />│   │   └── DVPAPI.h<br />│   └── x86_64<br />│   └── libdvp.so<br />├── OpenGLOutput<br />│   ├── BMDOpenGLOutput.cpp<br />│   ├── BMDOpenGLOutput.h<br />│   ├── build.sh<br />│   ├── CDeckLinkGLWidget.cpp<br />│   ├── CDeckLinkGLWidget.h<br />│   ├── GLExtensions.cpp<br />│   ├── GLExtensions.h<br />│   ├── GLScene.cpp<br />│   ├── GLScene.h<br />│   ├── main.cpp<br />│   ├── OpenGLOutput.cpp<br />│   ├── OpenGLOutput.h<br />│   ├── OpenGLOutput.pro<br />│   └── OpenGLOutput.ui<br />├── PlaybackStills<br />│   ├── ImageLoader.h<br />│   ├── ImageLoaderLinux.cpp<br />│   ├── Makefile<br />│   ├── platform.cpp<br />│   ├── platform.h<br />│   └── PlaybackStills.cpp<br />├── QuadPreview<br />│   ├── com_ptr.h<br />│   ├── DeckLinkDeviceDiscovery.cpp<br />│   ├── DeckLinkDeviceDiscovery.h<br />│   ├── DeckLinkInputDevice.cpp<br />│   ├── DeckLinkInputDevice.h<br />│   ├── DeckLinkInputPage.cpp<br />│   ├── DeckLinkInputPage.h<br />│   ├── DeckLinkOpenGLWidget.cpp<br />│   ├── DeckLinkOpenGLWidget.h<br />│   ├── main.cpp<br />│   ├── platform.cpp<br />│   ├── platform.h<br />│   ├── ProfileCallback.cpp<br />│   ├── ProfileCallback.h<br />│   ├── QuadPreview.cpp<br />│   ├── QuadPreviewEvents.h<br />│   ├── QuadPreview.h<br />│   ├── QuadPreview.pro<br />│   └── QuadPreview.ui<br />├── SignalGenerator<br />│   ├── build.sh<br />│   ├── com_ptr.h<br />│   ├── DeckLinkDeviceDiscovery.cpp<br />│   ├── DeckLinkDeviceDiscovery.h<br />│   ├── DeckLinkOpenGLWidget.cpp<br />│   ├── DeckLinkOpenGLWidget.h<br />│   ├── DeckLinkOutputDevice.cpp<br />│   ├── DeckLinkOutputDevice.h<br />│   ├── main.cpp<br />│   ├── ProfileCallback.cpp<br />│   ├── ProfileCallback.h<br />│   ├── SignalGenerator.cpp<br />│   ├── SignalGeneratorEvents.h<br />│   ├── SignalGenerator.h<br />│   ├── SignalGenerator.pro<br />│   └── SignalGenerator.ui<br />├── SignalGenHDR<br />│   ├── build.sh<br />│   ├── ColorBars.cpp<br />│   ├── ColorBars.h<br />│   ├── com_ptr.h<br />│   ├── DeckLinkDeviceDiscovery.cpp<br />│   ├── DeckLinkDeviceDiscovery.h<br />│   ├── DeckLinkOpenGLWidget.cpp<br />│   ├── DeckLinkOpenGLWidget.h<br />│   ├── HDRVideoFrame.cpp<br />│   ├── HDRVideoFrame.h<br />│   ├── main.cpp<br />│   ├── SignalGenHDR.cpp<br />│   ├── SignalGenHDR.h<br />│   ├── SignalGenHDR.pro<br />│   └── SignalGenHDR.ui<br />└── TestPattern<br />├── Config.cpp<br />├── Config.h<br />├── Makefile<br />├── TestPattern.cpp<br />├── TestPattern.h<br />├── VideoFrame3D.cpp<br />└── VideoFrame3D.h</p>
<p><br /><strong>Blackmagic_Desktop_Video_Linux_11.6/</strong><br />├── License.txt<br />├── ReadMe.txt<br />└── rpm<br />└── x86_64<br />├── desktopvideo-11.6a26.x86_64.rpm<br />├── desktopvideo-gui-11.6a26.x86_64.rpm<br />└── mediaexpress-3.6.1a24.x86_64.rpm</p>
<p><br /><strong>Blackmagic_Video_Capture and Playback/</strong><br />├── Blackmagic Video Capture and Playback.pdf<br />├── BuildLinux.sh<br />├── CMakeLists.txt<br />├── DeckLinkCapture<br />│   ├── App.config<br />│   ├── DeckLinkInputDevice.cs<br />│   ├── Program.cs<br />│   └── Properties<br />│   └── AssemblyInfo.cs<br />├── DeckLinkDiscovery<br />│   ├── App.config<br />│   ├── Program.cs<br />│   └── Properties<br />│   └── AssemblyInfo.cs<br />├── DeckLinkIterator<br />│   └── main.cpp<br />├── Linux<br />│   ├── platform.cpp<br />│   └── platform.h<br />├── README.md<br />└── ScheduledPlayback<br />└── main.cpp</p>
<p>60 directories, 407 files</p>
<p> </p>
<p> </p>
<p> </p>
<div id="wpfa-10300" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//www.cinelerra-gg.org/wp-content/uploads/wpforo/default_attachments/1596471732-BM_Desktop-Video_and_Media-Express.png" target="_blank"><i class="fas fa-paperclip"></i>&nbsp;BM_Desktop-Video_and_Media-Express.png</a></div>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/it/forum/forum-hardware/">Hardware</category>                        <dc:creator>terje</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1262</guid>
                    </item>
				                    <item>
                        <title>Answer to: DeckLink video capture and playback cards and software</title>
                        <link>https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1225</link>
                        <pubDate>Sat, 25 Jul 2020 21:24:03 +0000</pubDate>
                        <description><![CDATA[Fine. Possibly the last mentioned allround model Studio 4k
 
And here the ffmpeg doc
(sorry for my somewhat primitive phone typing 🤒 )]]></description>
                        <content:encoded><![CDATA[<p>Fine. Possibly the last mentioned allround model Studio 4k</p>
<p>https://www.blackmagicdesign.com/products/decklink/techspecs/W-DLK-12</p>
<p> </p>
<p>And here the ffmpeg doc</p>
<p>https://ffmpeg.org/ffmpeg-devices.html#decklink</p>
<p>(sorry for my somewhat primitive phone typing 🤒 )</p>
<p> </p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/it/forum/forum-hardware/">Hardware</category>                        <dc:creator>terje</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1225</guid>
                    </item>
				                    <item>
                        <title>Answer to: DeckLink video capture and playback cards and software</title>
                        <link>https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1224</link>
                        <pubDate>Sat, 25 Jul 2020 21:02:01 +0000</pubDate>
                        <description><![CDATA[Amazingly ffmpeg handles just about anything.  I will see if GG can look at this url:
  
that you quoted and provide some intelligent feedback.]]></description>
                        <content:encoded><![CDATA[<p>Amazingly ffmpeg handles just about anything.  I will see if GG can look at this url:</p>
<p>   https://www.blackmagicdesign.com/products/decklink/techspecs/W-DLK-36</p>
<p>that you quoted and provide some intelligent feedback.</p>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/it/forum/forum-hardware/">Hardware</category>                        <dc:creator>PhyllisSmith</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1224</guid>
                    </item>
				                    <item>
                        <title>Answer to: DeckLink video capture and playback cards and software</title>
                        <link>https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1223</link>
                        <pubDate>Sat, 25 Jul 2020 20:11:25 +0000</pubDate>
                        <description><![CDATA[Card models for SD and HD video seems to be Mini Recorder and Mini Monitor, while Studio 4k also handles analog I/O.
There are some ffmpeg docs for decklink devices, and some related topics...]]></description>
                        <content:encoded><![CDATA[<p>Card models for SD and HD video seems to be Mini Recorder and Mini Monitor, while Studio 4k also handles analog I/O.</p>
<p>There are some ffmpeg docs for decklink devices, and some related topics for Ubuntu and Arch Linux.</p>
<p>Could possibly ffmpeg work as a 'gateway' between Cinelerra-GG and DeckLink? And which benefits could this 'online' connection  offer?</p>
<p> </p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/it/forum/forum-hardware/">Hardware</category>                        <dc:creator>terje</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1223</guid>
                    </item>
				                    <item>
                        <title>Answer to: DeckLink video capture and playback cards and software</title>
                        <link>https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1219</link>
                        <pubDate>Fri, 24 Jul 2020 01:58:47 +0000</pubDate>
                        <description><![CDATA[This looks like some real high-end professional stuff.  But in reading some of the references it does look like &quot;DeckLink captures and plays back DPX, DVI and QuickTime files&quot;.  At least Qui...]]></description>
                        <content:encoded><![CDATA[<p>This looks like some real high-end professional stuff.  But in reading some of the references it does look like "DeckLink captures and plays back DPX, DVI and QuickTime files".  At least QuickTime files can be handled by CinGG.</p>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/it/forum/forum-hardware/">Hardware</category>                        <dc:creator>PhyllisSmith</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1219</guid>
                    </item>
				                    <item>
                        <title>DeckLink video capture and playback cards and software</title>
                        <link>https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1218</link>
                        <pubDate>Thu, 23 Jul 2020 23:19:59 +0000</pubDate>
                        <description><![CDATA[Finally I&#039;m retired - one year later than first planned. The coming months I will bring back to life life my planned video hobby. This includes to continue recording my PAL analog S-video fr...]]></description>
                        <content:encoded><![CDATA[<p>Finally I'm retired - one year later than first planned. The coming months I will bring back to life life my planned video hobby. This includes to continue recording my PAL analog S-video from Hi8 tapes and HDV from miniDV tapes to preferably YUV 4:2:2 digital archive and backup, before editing family videos with Cinelerra-GG next.</p>
<p>I have used some standalone, now discontinued and unsupported devices; Blackmagic Hyperdeck Shuttle 2 SSD recorder and a Analog to SDI miniconverter, Datavideo DN-300 A/D DV converter and HDV disk recorder, Videonics MX-1 mixer with a digital TBC and a Video Tech Design VCC3010 Video Corrector.</p>
<p> </p>
<p>As many knows, Blackmagic Design's DeckLink family of video capture and playback PCIe cards and software utilities (Desktop Video) have been supported on Windows, Mac and Linux for quite some time. My understanding is that the Media Express should support video capture and playback on Linux, and that a free Desktop Video developer kit SDK can be used for custom solutions and applications.</p>
<p> </p>
<p>My question is if DeckLink is something that possibly might be used for and utilized from Cinelerra-GG ?</p>
<p>urls for reference:</p>
<p>https://www.blackmagicdesign.com/developer/product/capture-and-playback<br />https://www.blackmagicdesign.com/no/products/decklink/workflow<br />https://www.blackmagicdesign.com/products/decklink/software<br />https://www.blackmagicdesign.com/products/decklink/mediaexpress</p>
<p>https://www.blackmagicdesign.com/products/decklink<br />https://www.blackmagicdesign.com/products/decklink/techspecs/W-DLK-36</p>
<p>--------<br />Terje</p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://cinelerra-gg.org/it/forum/forum-hardware/">Hardware</category>                        <dc:creator>terje</dc:creator>
                        <guid isPermaLink="true">https://cinelerra-gg.org/it/forum/forum-hardware/declink-video-capture-and-playback-cards-and-software/#post-1218</guid>
                    </item>
							        </channel>
        </rss>
		