-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error: the reversibility file is becoming big. #363
Comments
I also had a similar issue... Microsoft Windows [Version 10.0.19045.2364] C:\Users\me>rawcooked --all Z:\path\2560x1920 Error: the reversibility file is becoming big. Warning: non-conforming DPX Ditto key is set to "same as the previous frame" but header data differs (x240). C:\Users\me>rawcooked --version 2 --all Z:\path\2560x1920 Error: undecodable file (can not be open). C:\Users\me> |
There is a typo, use We plan to have an automatic switch to version 2 of the format when padding bit (expected to be 0) have non zero content (which one??? So weird...) but not yet implemented. |
Perfect, that worked, thanks Jerome! |
This is something I have not encountered before. As you can see, I did try using --version2, to no success. The DPX was a 47-minute 2K scan. I had no trouble sequences from the same batch. Any insights would be appreciated.
film2@film2s-Mac-Pro ~ % rawcooked --check-padding /Volumes/Promise\ Pegasus\ 2\ /WUA001Peru-Pass2
Using default license.
Consider to support RAWcooked: https://MediaArea.net/RAWcooked
Error: the reversibility file is becoming big.
FFmpeg, used for muxing the output, has some issues with big
attachments, and such big reversibility file is not expected
with such compression, we prefer to be safe and we reject the
compression.
Use "--version 2" option for supporting
such big reversibility file. Decoding will not be possible
with RAWcooked older than version 21.09.
Error: undecodable file is becoming too big.
/Volumes/Promise Pegasus 2 /WUA001Peru-Pass2.rawcooked_reversibility_data
film2@film2s-Mac-Pro ~ % rawcooked --version 2 /Volumes/Promise\ Pegasus\ 2\ /WUA001Peru-Pass2
RAWcooked 21.09
Using default license.
Consider to support RAWcooked: https://MediaArea.net/RAWcooked
Error: undecodable file (can not be open).
2
The text was updated successfully, but these errors were encountered: