scivision / PyLivestream

Pure Python FFmpeg-based live video / audio streaming to YouTube, Facebook, Periscope, Twitch, and more
Apache License 2.0
706 stars 156 forks source link

Video Resolution on Youtube #38

Closed Puyodead1 closed 4 years ago

Puyodead1 commented 4 years ago

How can I increase the video resolution when streaming from an mp4 file? currently it's 360p and I would like to increase it to 1080p at most or 720p at least

gaurav131 commented 4 years ago

change it in pylivestream.ini webcam_res: 1270x720 for 720p works for me

Puyodead1 commented 4 years ago

I’ll try it out, thanks

scivision commented 4 years ago

Yes that's correct: webcam_res setting

vandit2209 commented 3 years ago

@Puyodead1 can you please post your code and stream.ini file. I am not able to stream the video to YouTube. Is it also necessary to have a streaming software like obs along with it?

leothewolf commented 2 years ago

How can I increase the video resolution when streaming from an mp4 file? currently it's 360p and I would like to increase it to 1080p at most or 720p at least

Hey can you pls relay the code you used bcs am not able to make one? It would be very helpful of you if you do so