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

How to Play H265(hev1 and hvc1)with ffmpeg.js #4

Closed
yyqangular1 opened this issue Nov 4, 2019 · 2 comments
Closed

How to Play H265(hev1 and hvc1)with ffmpeg.js #4

yyqangular1 opened this issue Nov 4, 2019 · 2 comments

Comments

@yyqangular1
Copy link

Thank you very much for your tutorial.
I tried to recompile ffmpeg according to your tutorial and added [libx265] to play H265 video in the browser.
However, I found that only the hvc1 format can be played, and the hev1 format cannot be played.
I see your tutorial is just about h264, do you have plans to support h265?
Or can you give some advice about H265?

@jeromewu
Copy link
Collaborator

jeromewu commented Nov 5, 2019

Hi, I tried to compile ffmpeg-core.js with libx265, but it doesn't work so far.
You can check here if you are interested: https://github.com/ffmpegjs/FFmpeg/tree/x265

@yyqangular1
Copy link
Author

thanks for your reply.
I also tried, using libx265 now can play h265(hvc1 and hev1),but there are some problems,
(for example: Play 1080P video, cpu parsing is very difficult, too large video will cause browser crashes and other problems...)

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