Hreinn Beck
Hreinn Beck
Looks to me like NDI wants straight alpha but CCG (>=2.3) only does pre-multiplied (and studio monitor likely only supports straight). Various software that works with NDI have options to...
FFmpeg in CCGv2.3 should support some form of SRT (it's from 2019-02-21 and SRT was added in late '17 or early '18). However keep in mind that since ffmpeg would...
Have you tested it? I think it should be available through ffmpeg by using "srt://" as the output protocol. If we were to add something like SRT I would much...
You can't use multiple filter arguments with ffmpeg. Try it with "-filter:v format=pix_fmts=yuv420p,tinterlace=5"
It sure does. I'd say that diagnostics in general should be configurable.
I do have an old patch laying around that made most of diagnostics and all of osc configurable (down to the number of audio channels, if someone wanted that data).
Simply redirecting casparcg.com to this repo would be better than it being outdated/unmaintained.
"-filter:v" should be "-vf"
Does this happen with any file? If you play 3x AMB or CG1080i50 do they work? If they work and not your other files, what's the format and encoding? Are...
These might be useful references for 708 with Decklink: OBS Studio 708 implementation: https://github.com/obsproject/obs-studio/commit/923f06bfa6ea80a432f182b50bb6dc5256ba2560 FFMPEG 708 decklink implementation: https://github.com/vanlin/ffmpeg/commit/8732dfa99549b8e233b50956cb27031e18806685 libklvanc: https://github.com/stoth68000/libklvanc