[FFmpeg-user] Streaming a single image?

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Oct 26 16:00:50 CET 2014


Felix E. Klee <felix.klee <at> inka.de> writes:

> $ ffmpeg -re -loop 1 -i image.jpg -c:v h264 -preset ultrafast \
> -pix_fmt yuvj420p -bsf aac_adtstoasc -f flv \
> rtmp://192.168.56.1/live/myStream

"-re" should be unneeded, "-bsf aac_adtstoasc" makes 
no sense if there is no audio input.

Carl Eugen



More information about the ffmpeg-user mailing list