capture version 0.2.0 26.06.2000
(C) May 2000 Bonin Franck <boninf@free.fr>
Capture is a program that can grab and play DV data at the same time. It use libdv, dvgrab and audio algorithms.
I have include last libdv version with a very few modified version of playdv.c in the subdirectory named libdv.
HOW TO BUILD :
- In the libdv subdirectory : just type "make". You will obtain playdv with a new feature.
- In the main directory : type "make". This build the capture program. Try "capture --help" for more informations.
2(bis). If you type "make captureAVI", you build captureAVI which is
the capture program with the ability to save DV video in AVI
file format. Try "captureAVI --help" for more informations.
HOW TO USE :
To use capture just type "capture"/"captureAVI" and it will grab and play movie that your VCR is curently playing.
Note that the grabber is fast BUT the frames decoder is slow. On my PII 300Mhz I can see only 15% of the video frames.
Versions :
0.2.0 : Added new buffer management : more frame are sent to the frames
decoder
Fixed some bugs in corrupted frame detection
Improve clean exit
Added AVI format for file storage
0.1.1 : Added cleaner exit and english comments
0.1.0 : Added NTSC sound support.
Added corrupted frame detection
0.0.2 : Added PAL video support
0.0.1 : Initial version
