I can show the live streaming of my webcam on the screen with the following command:
ffplay -f dshow -video_size 1280x720 -i "video = Integrated Webcam"
I can also save it in mp4 format in a folder with the following command:
ffmpeg -f dshow -i video = "Integrated Webcam" -f mp4 "C: \ Program Files (x86) \ ffmpeg \ test \ clips \ out% 02d.mp4"
How do I save in the same folder as the 60 second video clips of my live streaming ?? Thanks for your help