Last active
August 11, 2019 21:17
-
-
Save trolleway/79583cf25ae874176cf3efdc6ed32b8c to your computer and use it in GitHub Desktop.
My saved dvgrab keys for easyest backup of MiniDV tapes in Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
dvgrab -timestamp -srt -showstatus -rewind -opendml -format dv2 -csize 0 -size 0 | |
#set filename as datetime of frist scene | |
#write date-time to srt file | |
#rewind to begin tape before capture | |
#record one big avi file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment