-
Notifications
You must be signed in to change notification settings - Fork 59
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
thread 'main' panicked at 'called Option::unwrap()
on a None
value'
#22
Comments
I'm pretty sure it's working in master, because there's a bug in the previous hevc_parser version. Not much I can do otherwise without a sample. |
I tried the build from Master (https://github.com/quietvoid/dovi_tool/actions/runs/814558437) and got the same error. Here's the original video file: https://github.com/sagz/files/releases/tag/v0.1 |
That's not an up to date build. You would have to build from source. So I guess I'll just bump the version and update releases. |
Please test this: https://github.com/quietvoid/dovi_tool/releases/tag/0.3.3 |
Yep, I was able to extract it! Thanks! :) |
Error:
This is the hevc file I extracted out of an iPhone 12 DoVi encoded file (8.4 I believe).
The
.hevc
file was extracted out of the.mov
container withffmpeg -i ~/Pictures/IMG_5858.MOV -c:v copy -vbsf hevc_mp4toannexb -f hevc img_5858.hevc
The text was updated successfully, but these errors were encountered: