Log in

View Full Version : MPLS playlist structure


Krawhitham
9th January 2009, 01:15
how are the timecodes (IN time, OUT time and length) stored inside a MPLS file?


I found this while searching which seems to cover everything but the timecode

http://img213.imageshack.us/img213/3305/mplskc4.png

I'm think it is the 12 bytes after the stream name (00001M2TS), 3 time codes 4 bytes each, but I can not figure out what format they are stored in

ziphnor
9th January 2009, 07:45
These links should be helpful:
http://forum.handbrake.fr/viewtopic.php?f=4&t=7689
https://hdcookbook.dev.java.net/

The first link leads to a thread containing a link to the source of bdtools (containing mpls/clpi parser in C++), inside the archive you will find a doc directory and a file called playlist.txt providing details of the structure.

The second link has tools for parsing mpls and index/movieobject.bdmv files in Java.

Finally the BDEdit source code also has a parser for mpls (its in C#, but cant remember the link right now).

Krawhitham
9th January 2009, 08:48
Thank you, I found what I needed in your 1st link