joe-sciame-wm
joe-sciame-wm
Hi Jerome, We are working on large international library that contains a set of FPC and PAC subtitle files. Currently, MediaInfo returns no information so we aren't able to validate...
I'm attempting to match a language code 'pa' with another language code 'pa-PK'. def test_language_less_than(): spoken_language_1 = 'pa' spoken_language_2 = 'pa-PK' match = closest_match(spoken_language_1, [spoken_language_2]) print(match) self.assertEqual(0, match[1])` def test_language_more_than(self):...
Hi Jerome, An interesting use came up this week that we didn't have a good way to solve in media conch. The issue was out of order tracks. In some...
Hi Jerome, What makes a TTML file labeled as a specific Format Profile? We have a TTML file that is coming out as: > Commercial name : TTML Format profile...
Can we get a report of line length character count from timed text? - SCC - SMPTE-TT - IMSC We have a need to know length of character count so...
For timed text files i.e. SMPTE-TT, IMSC, is it possible to check the format of the timecode values. TTML allows several timebase formats but we only allow specific ones. -...
For detecting TTML formats, sometimes it reads as multiple formats based on the xml namespaces present in the file. SMPTE-TT / EBU-TT / IMSC1 Can we use a "contains" check...
Hi Jerome, We have a set of files that are pulling "Identity" as the Matrix Coefficients. I tried inspecting the atoms on the MOV file but couldn't yet determine where...
For SCC, based on this discussion: https://github.com/MediaArea/MediaInfoLib/issues/2112 are TimeCode_FirstFrame and TimeCode_LastFrame supposed to be based on command start / end? The value is 1 frame past the command end. Additionally,...
Hi Jerome, We have been having some issues with BWF WAV files where the The BEXT chunk is at the tail. In Media Trace I can see the order of...