We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
>>> 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
The text was updated successfully, but these errors were encountered:
pylivestream issues 109
2f27387
scivision/PyLivestream#109
what version of FFMpeg?
Sorry, something went wrong.
No branches or pull requests
>>> 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/
"
The text was updated successfully, but these errors were encountered: