I am trying to stream to YT by using a live Icecast radio stream and converting 
it on the fly. Whilst I have this working, the CPU overhead is simply 
ridiculous and I suspect there's an error with my usage. I would hope that 
someone could advise further. This is my config:

ffmpeg -loop 1 -r 1  -s 624x352 -i image1.png -i 
http://radio.strictly.house:9500/stream -c:v libx264 -x264opts 
keyint=5:min-keyint=5:scenecut=-1 -preset ultrafast -crf 1 -c:a copy -shortest 
-pix_fmt yuv420p -f flv rtmp://a.rtmp.youtube.com/live2/ge7a-2059-1v3e-bv2t 
#</dev/null >/dev/null 2>/var/log/ffmpeg.log &
Thanks in advance
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to