-
stream to jpeg
HI,
I have converted image from live stream using ffmpeg -i rtsp:///main.mp4 -an -r 1 -y -s 320×240 video%d.jpg.Using this I obtain continous jpeg images. Is there any way to generate only one image and overwrite that image after each frame using ffmpeg?
Another thing,I am using ffmpeg on windows.When i type ffmpeg.exe in command line it displays ffmpeg version message and configuration message, how can i stop display of these messages on command line?
Thank you,
NBK