mainframe
New Member
So I have OBS streaming at my local server that transcodes the video and than push the output to another server. The input is 1920x1080 at 30fps, 2600kbps bitrate. The transcoded output should be 1280x720 at 26 fps, I have a 1mbit upstream connection, I don't know what bitrate to set to get a good stream with an acceptable quality.
This is my config but it's not working very well, can someone help me?
ffmpeg -re -i rtmp://localhost:1935/stream/x -vcodec flv -acodec copy -r 26 -b:v 500k -s 1280x720 -f flv rtmp://localhost:1935/twitchtransload/x
This is my config but it's not working very well, can someone help me?
ffmpeg -re -i rtmp://localhost:1935/stream/x -vcodec flv -acodec copy -r 26 -b:v 500k -s 1280x720 -f flv rtmp://localhost:1935/twitchtransload/x