Recorder APP
Windows platform
ffmpeg looks like a good fit?
http://ffmpeg-users.933282.n4.nabble.com/Capturing-webcam-video-in-windows-using-FFMPEG-td937443.html
The app must be able to run from the command line… these are the commands i need.
COMMAND
record (“c:/myrecordings/video1”, videoLenght, videoFR);
videoLenght:int = the video lenght
videoFR:int = frame rate for the video
The video will record from the default webcam and mic
The video will always record in 1…
