[Tutor] Parse MPL files

Corey Richardson kb1pkl at aim.com
Sat Jan 8 00:30:39 CET 2011


On 01/07/2011 05:16 PM, PyProg PyProg wrote:
> Hi all,
> 
> I'm looking for a way to parse MPL files (.MPL or .mpl extension).
> These files are contained in the tree of some cameras that support the
> AVCHD ... and some cameras filming with a stream mpeg-ts.
> 
> I know a person who seeks to recover the data contained in these
> files. MPL (or .mpl). The data in this kind of file are the date and
> location (by GPS info), I would help him recover the data.
> 
> Is there a Python module who make that ?, or how to proceed ?
> 
> Thank you in advance.
> 
> a+
> 
A google search yields no results for one. If you know the structure of
the MPL file, you can write your own parser. Look through the file with
a hex editor like Bless first, if you need to. Most likely the
information you want is right at the start of the file.

~Corey Richardson


More information about the Tutor mailing list