-
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: undecodable files from output are not same as files from source. #355
Comments
Thanks for the traces. Unfortunately I don't see an obvious difference which would have an impact on the reversibility. |
I can not reproduce the issue with the file you send to me. Tried with RAWcooked 21.09 and FFmpeg 4.4.
|
@vampyresqvid can you reproduce the issue with a single file on your machine? If not, can you provide he full directory (the smallest one with an issue...) |
Hello,
Sorry for the delay, I was out for a long weekend.
I was able to get the same error with this limited number of 14 DPX files
from the same directory:
https://www.dropbox.com/sh/o9xqdi7oy623bqy/AACTl0jXr-WbLn15BlQk7Wy8a?dl=0
…-Dan
On Mon, Sep 27, 2021 at 4:17 PM Jérôme Martinez ***@***.***> wrote:
@vampyresqvid <https://github.com/vampyresqvid> can you reproduce the
issue with a single file on your machine? If not, can you provide he full
directory (the smallest one with an issue...)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#355 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVL52X36I27FWK2FDPZKM3UEDGPPANCNFSM5EMUSDYA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Thank you. Good news: issue is in the decoder. So created MKV files will be correctly decoded after a patch. The issue comes from the difference between the encoder (currently a third party tool, FFmpeg) and the decoder (home made), and the algorithm between both tools is not same in this use case. The encoder (FFmpeg) behaves correctly, and we need to adapt the decoder (RAWcooked) for such case. |
Hello,
I have a project with 16 sets of DPX files, and four of the sets have given me this error. The others processed as expected. I'm running rawcooked with the --all flag, default license. One example of the error output below:
"Decoding was checked, issues detected, see below.
Error: undecodable files from output are not same as files from source.
GRADED DPX/Painting in Object4396.dpx
GRADED DPX/Painting in Object4399.dpx
GRADED DPX/Painting in Object4400.dpx
GRADED DPX/Painting in Object4401.dpx
GRADED DPX/Painting in Object4402.dpx
GRADED DPX/Painting in Object4403.dpx
GRADED DPX/Painting in Object4404.dpx
GRADED DPX/Painting in Object4405.dpx
GRADED DPX/Painting in Object4406.dpx
GRADED DPX/Painting in Object4407.dpx
... "
I'm attaching mediainfo output for one of the files the error message flagged, and for one of the files it did not flag. There are a number of differences between them, but I don't know what might be causing the problem. I'm curious if you can explain why this error is occurring and if there's anything I can do about it.
Let me know if any other information would be helpful. Thank you.
PaintingInObject0280.txt
PaintingInObject4400.txt
The text was updated successfully, but these errors were encountered: