[FFmpeg-user] Loop all .jpg

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Feb 9 14:55:10 EET 2019


2019-02-06 16:22 GMT+01:00, Christian <christian at frankenhain.de>:

> I will loop input all JPGs.
>
> for one file "current.jpg" works:
>
> ffmpeg -loop 1 -i C:\cam\1\current.jpg -i http://stream.bmr-radio.de:80
> -r 25 -b:v 4M -minrate:v 4M -maxrate:v 4M -bufsize:v 4M -f mpegts
> -metadata service_provider="Geratal-TV" -metadata service_name="RNF"
> -mpegts_transport_stream_id "6" -mpegts_original_network_id "6"
> -mpegts_service_id "6" -mpegts_pmt_start_pid "26"
> udp://192.168.0.201:5004?pkt_size=1316
>
> but i will stream all files *.jpg with time of 10sec per file in
> stream...and loop back again to file one. The files are updated with wget...
>
> is this possible?
>
> Can you give suggestion?

Did you look at the documentation for the different support pattern types?
https://ffmpeg.org/ffmpeg-formats.html#image2-1

Carl Eugen


More information about the ffmpeg-user mailing list