Wondefull tool, but how do I use it?
do I tar to stdout |dvgrab >dvfile.dv? or do I dvgrab files directly or do I tar to stdout |dvgrab > /dev/raw1394 or do I tar to stdout |dvgrab > /dev/video1394 ?
Logged In: YES user_id=92512
man page is on the way. In the mean time: Take a look at the homepage, there is an example using cpio.
Tar goes the same: Encoding: tar cvf - /data_to_save |dvbackup |dvconnect -s Deconding: dvconnect |dvbackup -d |tar xfv -
Log in to post a comment.
Logged In: YES
user_id=92512
man page is on the way. In the mean time: Take a look at the
homepage, there is an example using cpio.
Tar goes the same:
Encoding: tar cvf - /data_to_save |dvbackup |dvconnect -s
Deconding: dvconnect |dvbackup -d |tar xfv -