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
I found this ffmpeg: https://github.com/ffmpegwasm/ffmpeg.wasm
It appears to be an updated version which actually works for my x265 videos.
The current one doesn't seem to like x265 10-bit
However, when I send my .ts files to that ffmpeg implementation, the decoding is at about 7x on a i5-7300HQ.
7x
Is there a way to update the ffmpeg in use by h265player to that ffmpeg?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found this ffmpeg: https://github.com/ffmpegwasm/ffmpeg.wasm
It appears to be an updated version which actually works for my x265 videos.
The current one doesn't seem to like x265 10-bit
However, when I send my .ts files to that ffmpeg implementation, the decoding is at about
7x
on a i5-7300HQ.Is there a way to update the ffmpeg in use by h265player to that ffmpeg?
The text was updated successfully, but these errors were encountered: