mipops / dvrescue

Archivist-made software that supports data migration from DV tapes into digital files suitable for long-term preservation. Snapshot daily builds are at https://mediaarea.net/download/snapshots/binary/dvrescue/.
BSD 3-Clause "New" or "Revised" License
83 stars 19 forks source link

add a few more decklink input options #803

Open dericed opened 6 months ago

dericed commented 6 months ago

I'm reviewing https://ffmpeg.org/ffmpeg-devices.html#decklink for what's needed.

I see that there it lists a raw_format. Can we add this and default to yuv422p10. For some tape types (like BetacamSX) uyvy422 would be more fitting.

Currently we only get 2 channels of audio, but some tape formats have more. There it lists 2, 8, and 16 as options. Can we add these to match what the SDK can offer.

Also interested in what access we can get to caption data via the SDK, so that we can pass it to a subtitle track or sidecar scc file.