MediaConch_SourceCode
MediaConch_SourceCode copied to clipboard
Media conformance checker
We are adding the analysis of attachments. In the proof of concept, we have this output for a MKV having 1 TIFF and 1 PDF: pass! Embedded.mkv N/A! attachment:Embedded.mkv:example.tiff N/A!...
If I have this rule: `rule name="any audio track format must have format = FLAC" value="Format" tracktype="Audio" occurrence="*" operator="=">FLAC` and no audio track, test fails. My point of view is...
e.g. when a file is tested against TN2162, result is "fail" in case this is not a MOV file. We should have a "N/A" outcome in that case.
Proposal of display in the GUI about the outcome of the implementation report: - "✅" + "Pass",, in green, if there is at least one test made and no failed...
Adapt a bit MediaConch and/or write an how for "how to" for setting up MediaConch server, a watch folder, and the result of pass/fail in e.g. a CSV file of...
Trying to install + build MediaConch on fresh Xubuntu 16.04.1 (64bit) installation. Offline. While setting up the build environment (sudo dpkg -i *), I get errors: > dpkg: dependency problems...
From https://github.com/MediaArea/MediaConch/issues/169, it is difficult to understand what is missing when the XML is malformed. the XML should be compared to the XSD rules before being applied to a file...
I tested building MediaConch from source using your description in [Readme.md](https://github.com/MediaArea/MediaConch_SourceCode/blob/master/README.md) for two OS. Build instructions followed for macOS 10.8, i had some troubles: - First confusing point is, that...
Testing the 20161002 MediaConch-gui build with [test3.mkv](https://github.com/Matroska-Org/matroska-test-files/blob/master/test_files/test3.mkv). This file has some very long strings in it. In the MediaTrace view, open the `Info` element. Inside the `WritingApp` is very long...