Hi,
How can I display a still image with iptv + ffmpeg without eating up all CPU power?
This my ffmpeg command, that uses 100% of CPU time:
ffmpeg -analyzeduration 0 -loop 1 -i "${IMAGE}" -f mpegts -r 25 \ -vcodec mpeg2video -b 4000k -s 664x540 -an \ "udp://127.0.0.1:${PORT}?pkt_size=16356"
TIA for any hints,