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
What should be the ffmpeg encoding parameters for a video to make it compatible with libde264.js?
The text was updated successfully, but these errors were encountered:
ffmpeg -i wild.mp4 -c:v libx265 -preset medium -x265-params crf=28 -c:a aac -strict experimental -b:a 128k wild.hevc
Sorry, something went wrong.
it's work for me with that command line
No branches or pull requests
What should be the ffmpeg encoding parameters for a video to make it compatible with libde264.js?
The text was updated successfully, but these errors were encountered: