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/.
Currently the commander cable and dv both work for controls. On the tape computer that's with the /dev/tty.usbserial-AB0L8UIT and /dev/tty.RS422 Deck Control options respectively.
% ./dvrescue/Project/GNU/CLI/dvrescue --list_controls
/dev/tty.Bluetooth-Incoming-Port
/dev/tty.usbserial-AB0L8UIT
/dev/tty.RS422 Deck Control
Please also add the native decklink sdk method for deck control as shown in https://github.com/bavc/deckcontrol/blob/master/deckcontrol.cpp. In the test computer I can only have it to the commander cable or the decklink cable but not both, so let me know if you need it changed.
Currently the commander cable and dv both work for controls. On the tape computer that's with the
/dev/tty.usbserial-AB0L8UIT
and/dev/tty.RS422 Deck Control
options respectively.Please also add the native decklink sdk method for deck control as shown in https://github.com/bavc/deckcontrol/blob/master/deckcontrol.cpp. In the test computer I can only have it to the commander cable or the decklink cable but not both, so let me know if you need it changed.