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
Hi, I need to pass different resolution while video streaming to Media server from ffmpeg.
ffmpeg -i video="new.avi" -r 30 -b:v 128k -s 640x480 -f flv rtmp://serverIp/live/stream.
Is it possible to change -s (Size) during live video streaming?
The text was updated successfully, but these errors were encountered:
hi @keyanmca unfortunately I have missed this issue you've opened. The answer is yes; let me know if you still need assistance.
Sorry, something went wrong.
No branches or pull requests
Hi, I need to pass different resolution while video streaming to Media server from ffmpeg.
ffmpeg -i video="new.avi" -r 30 -b:v 128k -s 640x480 -f flv rtmp://serverIp/live/stream.
Is it possible to change -s (Size) during live video streaming?
The text was updated successfully, but these errors were encountered: