Skip to content
New issue

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

ffmpeg encoding parameters #13

Open
21praveen opened this issue May 22, 2017 · 2 comments
Open

ffmpeg encoding parameters #13

21praveen opened this issue May 22, 2017 · 2 comments

Comments

@21praveen
Copy link

What should be the ffmpeg encoding parameters for a video to make it compatible with libde264.js?

@heltix777
Copy link

ffmpeg -i wild.mp4 -c:v libx265 -preset medium -x265-params crf=28 -c:a aac -strict experimental -b:a 128k wild.hevc

@heltix777
Copy link

it's work for me with that command line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants