You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how do I transform this ffmpeg -ra <filename> -c:v libx264 -c:a mp3 -preset ultrafast -b 6000k -minrate 6000k -maxrate 6000k -tune zerolatency -f flv rtmp://arn04.contribute.live-video.net/app/<streamkey>
into code on python?
The text was updated successfully, but these errors were encountered:
how do I transform this
ffmpeg -ra <filename> -c:v libx264 -c:a mp3 -preset ultrafast -b 6000k -minrate 6000k -maxrate 6000k -tune zerolatency -f flv rtmp://arn04.contribute.live-video.net/app/<streamkey>
into code on python?
The text was updated successfully, but these errors were encountered: