The following tools enable you to grab DV video from tape onto the temporary
buffer /buf and to decode them into a stream of ppm
images and wav audio files.
This tool will grab raw DV data in real time from the digital VCR and dump it onto disk. It can also grab single images, and can dump an audio track to a wav file.
For usage, type: doDvGrab -help
E.g.:
doDvGrab -start 00:01:00:00 -end 00:02:00:00 -o /buf/out.dv
This will grab 1 minute of video starting from timecode 00:01:00:00 and output it to file out.dv.
The program will automatically search for the start timecode and is frame accurate. If it drops any frames it will warn you, though this is unlikely. There is a 2 Gigabyte limit on the file out.dv (approx 20mins of video). Make sure you grab the data to the local disk (/buf on bert).
To decode the DV file and display it to the screen or output as a stream of images, use "conv -s" or "VPlay". (For usage, type "conv -help" etc.)
To grab audio and put it into a .wav file, use "doDvGrab -audio".
On Linux, DV is recognised by the video I/O system - just treat it like any other video format. The old 2GByte file limit should no longer apply.
See also RAVL video applications.