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

dvrescue crash with no decklink input #768

Closed dericed closed 7 months ago

dericed commented 10 months ago

I'm using https://old.mediaarea.net/download/snapshots/binary/dvrescue/20231130-3/.

Crashing when I record mkv.

$ dvrescue --list_devices
84:160a010c:00000000: UltraStudio HD Mini [DeckLink]

$ dvrescue device://84:160a010c:00000000 --decklink-video-mode ntsc --decklink-video-source sdi --decklink-audio-source embedded --decklink-timecode-format vitc -m out24.mkv
Capture frame 1, press ctrl+c to stop.Segmentation fault: 11

The outputs are 946176 bytes out23.mkv.zip

dericed commented 10 months ago

Trying again with deck control

$ dvrescue device://84:160a010c:00000000 --control "/dev/tty.RS422 Deck Control"  --decklink-video-mode ntsc --decklink-video-source composite --decklink-audio-source embedded --decklink-timecode-format vitc -capture -cmd play -m out35.mkv --verbosity 9 --csv
Capture frame 1, press ctrl+c to stop.Segmentation fault: 11

same sized output.