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
93 stars 20 forks source link

support selection of audio/video input for decklink devices #702

Closed dericed closed 11 months ago

dericed commented 1 year ago

At https://github.com/mipops/dvrescue/pull/701/files#diff-c76725826da239386ef225cb861f190f48fc4fc1a0e42ed8b33246f7b9d74765R304-R305 the input is fixed to composite and analog. Let's add the other options as available at http://ffmpeg.org/ffmpeg-devices.html#Options-4.

via ffmpeg

video_input
Sets the video input source. Must be ‘unset’, ‘sdi’, ‘hdmi’, ‘optical_sdi’, ‘component’, ‘composite’ or ‘s_video’. Defaults to ‘unset’.

audio_input
Sets the audio input source. Must be ‘unset’, ‘embedded’, ‘aes_ebu’, ‘analog’, ‘analog_xlr’, ‘analog_rca’ or ‘microphone’. Defaults to ‘unset’.

For the demo computer, I could try to set it up both composite and component on it.