-
Notifications
You must be signed in to change notification settings - Fork 46
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
MKV Video Failing MediaConch GUI Ex. policy #857
Comments
Also apparently the access files are getting a display aspect ratio of 3:2 and that doesn't seem right to me... |
Hi Dave, The access file was made in VRecord. I have multiple that seem to be showing that 3:2 DAR for the access copies. Happy to share the MediaInfo report with you if need be. So the display aspect ratio bit for FFV1 even though it is failing in the MediaConch GUI is fine? If so great. Thanks, |
I just checked and the height and width of the video is what it should be, but for whatever reason the DAR is wrong... |
can you send along the ffmpeg log for this capture? Also see this discussion for the background on vrecord changing it's approach to aspect ratio: #689 |
Hi Dave, Here is the capture_options log. The only thing that I have tweaked in the settings is for CBR to be VBR as that is what is required for files where I work. |
Hi @SoFrans, I'm realizing that to fix this issue we'd need to adjust Mediaconch rather than vrecord. The mediaconch policy that is stored within vrecord is already updated for this but a similar one in Mediaconch is not. That lives at https://github.com/MediaArea/MediaConch_SourceCode/blob/b0b89e4a6e61f2c4dc1df935e668296f558a5f7f/Tools/Policies/sample_policy_4_output.xml#L13. I'm considering how to update that as either we could:
|
Hi @SoFrans this is partly fixed in MediaArea/MediaConch_SourceCode#791. Here the example MediaConch policy you mentioned is updated to consider the range used for 4/3 video vrecord. The other issue you mentioned about the aspect ratio of the mp4 is addressed in #858 but some comments are needed there. |
will close as this is fixed in #858 and MediaArea/MediaConch_SourceCode#791. Thanks @SoFrans, this should all work in the next releases of MediaConch and Vrecord. |
Hi,
I was wondering if anyone has run into this problem as well. When I put a MKV file that was generated with VRecord into MediaConch to run the report (Example MKV FFV1 digitization policy), it fails. The point of failure is the Display Aspect Ratio, MediaConch wants it to be 4/3, however the actual value that is being reported is 1.347 (I have 4:3 selected in VRecord). I know that this is negligible, but is there a way to get a true 4:3 so it doesn't fail the policy check?
Thanks,
Sophia
The text was updated successfully, but these errors were encountered: