wrapper of ffmpeg to record videos in labview
##Usage
- Before grabbing frames, invoke
ff init.vi
to set up environment for a new video file. - Send an IMAQ image to
ff wframe
to write a frame into the file. - After grabbing, invoke
ff close
to finish the video file.
##Limitations Only support one recording instance per process.