Skip to content

Instantly share code, notes, and snippets.

@trolleway
Last active August 11, 2019 21:17
Show Gist options
  • Save trolleway/79583cf25ae874176cf3efdc6ed32b8c to your computer and use it in GitHub Desktop.
Save trolleway/79583cf25ae874176cf3efdc6ed32b8c to your computer and use it in GitHub Desktop.
My saved dvgrab keys for easyest backup of MiniDV tapes in Ubuntu
#!/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