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

Error: the reversibility file is becoming big. #363

Open
jimhone opened this issue Feb 22, 2022 · 3 comments
Open

Error: the reversibility file is becoming big. #363

jimhone opened this issue Feb 22, 2022 · 3 comments

Comments

@jimhone
Copy link

jimhone commented Feb 22, 2022

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

@KatieSantaAna
Copy link

I also had a similar issue...

Microsoft Windows [Version 10.0.19045.2364]
(c) Microsoft Corporation. All rights reserved.

C:\Users\me>rawcooked --all Z:\path\2560x1920
Temporary license, valid until 2022-12-31.

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.

Warning: non-conforming DPX Ditto key is set to "same as the previous frame" but header data differs (x240).
Error: undecodable file is becoming too big.
Z:\path\2560x1920.rawcooked_reversibility_data
At least 1 file is not conform to specifications.

C:\Users\me>rawcooked --version 2 --all Z:\path\2560x1920
RAWcooked 21.09
Temporary license, valid until 2022-12-31.

Error: undecodable file (can not be open).
2

C:\Users\me>

@JeromeMartinez
Copy link
Member

There is a typo, use --output-version 2.

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.

@KatieSantaAna
Copy link

Perfect, that worked, thanks Jerome!

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

3 participants