sheldonkwoodward/pymkv

Missing codec and type information in MKVTrack when initializing MKVFile

Closed this issue · 1 comments

I'm thinking about using this library. Seems to me that when a MKVFile instance is created based on existing file, no codec (e.g. MPEG-4p10/AVC/h.264) or type (e.g. video) is saved to the created MKVTrack instances. I think that info should be added, it's available in the output of mkvmerge.

Sorry, I read wrong, the track_id setter seems to be doing the trick.