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
This is usually my ffmpeg for saving video
ffmpeg -f avfoundation -framerate 60 -video_size 1280x720 -i "0:0" -c:v h264_videotoolbox -b:v 5000K -c:a aac -async 1 out.mp4
thanks
The text was updated successfully, but these errors were encountered:
Yes, look into the custom-stream-copy-codec to see how to use custom FFmpeg settings
custom-stream-copy-codec
Sorry, something went wrong.
Thanks but I'm not a coder or anything. can you let me know how, what I do now is hosting a Nginx HLS server to feed the discord video.
No branches or pull requests
This is usually my ffmpeg for saving video
ffmpeg -f avfoundation -framerate 60 -video_size 1280x720 -i "0:0" -c:v h264_videotoolbox -b:v 5000K -c:a aac -async 1 out.mp4
thanks
The text was updated successfully, but these errors were encountered: