MediaArea / RAWcooked

Encodes RAW audio-visual data into the Matroska container (MKV), using the video codec FFV1 for the image and audio codec FLAC for the sound.
https://mediaarea.net/RAWcooked
BSD 2-Clause "Simplified" License
42 stars 11 forks source link

Error: the reversibility file is becoming big. #363

Open jimhone opened 2 years ago

jimhone commented 2 years ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Perfect, that worked, thanks Jerome!