Re: [FFmpeg-user] Creating video from a lot of jpeg pictures

2022-04-11 Thread Balogh László
Hi, Thanks for the link! The following command seems to be do the job i wanted. cat 000_Images/2022/04/2022-04-10/*.jpeg | ffmpeg -f image2pipe -i - output.mkv Regards, Laszlo 2022. 04. 11. 11:42 keltezéssel, Paul B Mahol írta: On Mon, Apr 11, 2022 at 11:35 AM Balogh László wrote: Thank

Re: [FFmpeg-user] Creating video from a lot of jpeg pictures

2022-04-11 Thread Balogh László
B Mahol írta: On Mon, Apr 11, 2022 at 11:22 AM Paul B Mahol wrote: On Mon, Apr 11, 2022 at 10:58 AM Balogh László wrote: Hi, I have about 4300 pictures in a folder (000_Images/2022/04/2022-04-10/). I want to create a video from them, every picture should be one frame in the video. I

[FFmpeg-user] Creating video from a lot of jpeg pictures

2022-04-11 Thread Balogh László
Hi, I have about 4300 pictures in a folder (000_Images/2022/04/2022-04-10/). I want to create a video from them, every picture should be one frame in the video. I'm using the following command: ffmpeg -framerate 25 -i 000_Images/2022/04/2022-04-10/*.jpeg -c:v libx264 -profile:v high -crf 20

Re: [FFmpeg-user] FFMPEG RTSP stream problem

2022-04-07 Thread Balogh László
Hi Adam, Thanks a lot, problem is solved!!! Yes its an ONVIF camera. I know that it can produce single JPEG pictures, but as i saw in the camera settings, its on sub channel which settings offers only 640*480 MJPEG picture, so i passed this. But now i did a try, and i'm now surprised, because

Re: [FFmpeg-user] FFMPEG RTSP stream problem

2022-04-07 Thread Balogh László
éssel, Asbóth Bence írta: Hi! Maybe authentication takes so long? Try to keep the stream open, eg with VLC. Talán az autentikáció tart ilyen sokáig? Próbáld meg, hogy folyamatosan nyitva tartod a stream-et, pl.VLC-vel. Balogh László ezt írta (időpont: 2022. ápr. 7., Cs, 12:14): Hi to All, I

[FFmpeg-user] FFMPEG RTSP stream problem

2022-04-07 Thread Balogh László
Hi to All, I'm new in this mailing list, so first thanks to letting me in. :) I have an RTSP stream which framerate is 1/16, which means every 16 sec a frame is transported through RTSP. This framerate is because of a special purpose, cannot and want not to change it. What i want is to save