[FFmpeg-user] extract RAW frames into local directory from network camera
Michael Koch
astroelectronic at t-online.de
Tue Sep 19 18:02:13 EEST 2023
Am 19.09.2023 um 16:49 schrieb Naveen.B:
> Hello,
>
> udp_data is a directory created to store the extracted RAW frames from the
> camera.
The correct syntax is:
ffmpeg -i input output
For output, it's not sufficient to specify a folder. You must also
specify the filename, which may contain a number that's automatically
increased.
See for example chapter 2.7 in my book:
http://www.astro-electronic.de/FFmpeg_Book.pdf
Or this page in the wiki:
https://trac.ffmpeg.org/wiki/Create%20a%20thumbnail%20image%20every%20X%20seconds%20of%20the%20video
Michael
More information about the ffmpeg-user
mailing list