[FFmpeg-user] ask : how to serve periodicaly generated jpg as live stream

Andrey Utkin andrey.krieger.utkin at gmail.com
Sat Nov 23 22:31:44 CET 2013


Try to get input using image2 demuxer. Your command line would start
with something like
ffmpeg -f image2 -loop -i http://host/shot.jpg
and then write the output part to suit your need.

-- 
Andrey Utkin


More information about the ffmpeg-user mailing list