scivision / PyLivestream

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

Unrecognized option 'offset_x'. #109

Open imvickykumar999 opened 9 months ago

imvickykumar999 commented 9 months ago

>>> python -m pylivestream.screen youtube pylivestream.json

Press Enter to go live on ['youtube'] Or Ctrl C to abort.

ffmpeg -loglevel error -f gdigrab -s 640x480 -offset_x 50 -offset_y 30 -i desktop -codec:v libx264 -pix_fmt yuv420p -preset veryfast -b:v 500k -g 60 -maxrate 500k -bufsize 250k -strict experimental -f flv "rtmp://a.rtmp.youtube.com/live2/"

Unrecognized option 'offset_x'.
Error splitting the argument list: Option not found
scivision commented 7 months ago

what version of FFMpeg?