Documentation of the new track info interface for latest matroskasplitter
Message
Author
This new interface designed by Toff is very powerful. It basically allows to read any kind of info from the track header, such as - number of streams - codec IDs - AR flags ( Display width x height ) - codec URLs ( for autodownload server ) etc. Its documented here in the guliverkli . Can somebody with a good connection to
RE: Documentation of the new track info interface for latest matroskasplitter
I'll implement the AR thing into the next version. What's the minimum version of the splitter required for this to work? Also, can someone provide a small file to experiment with? I also noticed that the matrsoka splitter can return 0 for both width and height display fields, I wrote a work-around, but I'm not sure it's best to allow something like this.
RE: Documentation of the new track info interface for latest matroskasplitter
If chris can provide you with the a-l.excel.vfr-test.xvid.mkv file I created a month ago for the VFR proof of concept, then that should meet everything but AR (though it has it listed the AR is identical to the video itself) Minimum splitter level for these features is 1.0.1.8 Thanks, Gizmo. PS: Or pm me and I can "probably" send it to you.
------------------------- - Dan Diffsonline Custom
RE: Documentation of the new track info interface for latest matroskasplitter
Nobody should have a splitter below 1.0.1.8. If they do then chances are that they will not be able to play back audio in files currently being made because of the new lacing scheme.
RE: Documentation of the new track info interface for latest matroskasplitter
I implemented the AR scheme, works locally, so next release should support it. ChristianHJW: I think there should be another field... a description of the track in question, right now I think you can put it in the comment field, but that field is inaccessible through the API.
RE: Documentation of the new track info interface for latest matroskasplitter
About samples with AR flag set : then get one of the files from the anamorphic comparison test. With respect to the comments in the track header, i guess it was Pamels idea to have all of those in the tags, not in the headers, and Toff's interface deosnt provide access to tags ( and there are no plans to do that either ). I will point Toff to here about a possible workaround.
------------------------- i ahve big hair i cant spell or type,, get over it
RE: Documentation of the new track info interface for latest matroskasplitter
I finally found the time to test it myself, and it works like a charm in TCMP pre-RC5. In VdubMod the corresponding tag that has to be set ( although it actually isnt a tag, Cyrius just put it into the tag setting window ) is called 'title' in mkvmerge / mmg its called 'track name' like the element itself. Please note that when transmuxing OGMs into MKVs these have to be set manually, because neither VdubMod nor mkvmerge will copy the OGM comments into the track name element for the MKV.