1
ipCam Support / Re: Set framerate down to 1 fps
« on: October 14, 2017, 03:29:39 PM »
Thanks for the answer! Understood about the video framerate. Interesting idea concerning using JPEG images. I use ffmpeg to grab the MJPEG stream over network and encode it to a fast-motion video (changing 1.2 fps to 25 fps). My first attempts at grabbing image repeatedly (using -loop 1 and -framerate 1) and turning them into video is not a complete disaster, but the framerates at input and output are weird, unexpected (by me). Thanks anyway and if you or somebody else have a working knowledge of ffmpeg or an example of a correct command line, it would be great. Meanwhile, I delve into searching and experimenting.