I did little research , and apparently there are some HDMI capture cards/USB 3.0 dongles. But Magewell XI100DUSB-HDMI tend to cost $300 (!!) and while it was reported to work with Linux and standard (in-kernel) UVC driver it only supported 4:2:2 8-bit per component capture .... [video4linux2,v4l2 @ 0x1e46dc0] The v4l2 frame is 0 bytes, but 4147200 bytes are expected. Flags: 0x00002045 Input #0, video4linux2,v4l2, from '/dev/video0': Duration: N/A, bitrate: 995328 kb/s Stream #0:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 1920x1080, 995328 kb/s, 30 fps, 30 tbr, 1000k tbn, 1000k tbc https://trac.ffmpeg.org/ticket/4030 (this bug was fixed, just showing where I get my info) Unfortunately, there apparently was some another bug in Linux kernel: https://lore.kernel.org/linux-usb/20180515112251.51392d42%40litschi.hi.pengu... Not enough bandwidth with Magewell XI100DUSB-HDMI 2018-01-19 20:12 Not sure if it was fixed or not. Declink cards require their own SDK (non-free) On windows it seems to be working ... with some effort: https://ianmorrish.wordpress.com/2019/04/02/ffmpeg-with-decklink-support-for... there was ffmpeg page showing directshow capture on Windows, this lists some 10-bit formats like [dshow @ 0000007201cda8a0] vcodec=v210 min s=3840x2160 fps=30 max s=3840x2160 fps=30 [dshow @ 0000007201cda8a0] vcodec=r210 min s=1920x1080 fps=23.976 max s=1920x1080 fps=23.976 https://wiki.multimedia.cx/index.php/R210 This codec is used in TV & film production and stores raw 10-bit RGB data. Each red, green, and blue color component is 10 bits wide. https://wiki.multimedia.cx/index.php/V210 The v210 format is a packed YUV 4:2:2 format with 10 bits per component. https://trac.ffmpeg.org/wiki/Capture/Blackmagic But you probably need real ultrafast (NVME?) drive for working with those .... at least at higher resolutions.
Den 17.11.2020 00:41, skrev Andrew Randrianasulu via Cin:
skip........
Declink cards require their own SDK (non-free)
---------- I posted query about Decklink on the Cin-GG forum a few months ago: https://www.cinelerra-gg.org/forum/forum-hardware/declink-video-capture-and-... ----------- I shot a test video clip with my FX7E cam via HDMI out to a Blackmagic Design HyperDeck Shuttle 2 SSD Video Recorder with ProRes 422 HQ (now the unit is discontinued), but the specification is here https://www.blackmagicdesign.com/media/release/20121114-01 https://www.bhphotovideo.com/c/product/841023-REG/Blackmagic_Design_HYPERD_P... ffprobe hd01.mov ffprobe version 3.4.4 Copyright (c) 2007-2018 the FFmpeg developers built with gcc 7 (SUSE Linux) skip ....... Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'hd01.mov': Metadata: creation_time : 2016-02-23T23:49:21.000000Z Duration: 00:01:11.24, start: 0.000000, bitrate: 200607 kb/s Stream #0:0(eng): Video: prores (apch / 0x68637061), yuv422p10le(bt709, top coded first (swapped)), 1920x1080, 182130 kb/s, SAR 1:1 DAR 16:9, 25 fps, 25 tbr, 2500 tbn, 2500 tbc (default) Metadata: creation_time : 2016-02-23T23:49:21.000000Z handler_name : Apple Alias Data Handler encoder : Apple ProRes 422 (HQ) Stream #0:1(eng): Audio: pcm_s24le (lpcm / 0x6D63706C), 48000 Hz, 16 channels, s32 (24 bit), 18432 kb/s (default) Metadata: creation_time : 2016-02-23T23:49:21.000000Z handler_name : Apple Alias Data Handler Attached is en extract of the Intra-Frame codec, ProRes Data Rates appendix. Terje J. H
participants (2)
-
Andrew Randrianasulu -
Terje J. Hanssen