You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to extract a metadata json file from my hevc with hdr10plus_parser 0.3.0, I have this error message at the end (and no json file) :
thread 'main' panicked at 'called Result::unwrap() on an Err value: Parse("not enough data: expected 12 bits got 2 bits")', src/hdr10plus/parser.rs:233:71
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
It works fine if I use version 0.2.8 or version 0.2.9 on the same hevc (no error message) and I have my json file.
The text was updated successfully, but these errors were encountered:
When I want to extract a metadata json file from my hevc with hdr10plus_parser 0.3.0, I have this error message at the end (and no json file) :
thread 'main' panicked at 'called Result::unwrap() on an Err value: Parse("not enough data: expected 12 bits got 2 bits")', src/hdr10plus/parser.rs:233:71
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
It works fine if I use version 0.2.8 or version 0.2.9 on the same hevc (no error message) and I have my json file.
The text was updated successfully, but these errors were encountered: