Utility program created by the Boston University for extracting frames from `.vid` files.
.vid
ReaderThis code is based on the ‘vid_reader’ created by the Boston University for use with the ASLLVD Dataset. Please refer to this link to find more information:
http://www.bu.edu/asllrp/av/dai-asllvd.html.
With this program, you can read a .vid
file and extract its frames as .ppm
images.
Once compiled, the following arguments are required by the program, in this order:
Example call, using these arguments:
./vidReader /path/to/my/video.vid ./path/for/output prefix-s002 5 1000 60 3
Here is the example command line:
g++ -I. bayer.cpp VidHeader.cpp -lz read-frame.cpp main.cpp showErrMsgBox.cpp -o vidReader.exe