[FFmpeg-user] Loop all .jpg
Christian
christian at frankenhain.de
Wed Feb 6 17:22:50 EET 2019
Hello,
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?
Christian
More information about the ffmpeg-user
mailing list