Playlist File Format
From MediaLooks Knowledge Base
The following XML format can be used to manage playlists with Playlist Source or Playout.
<MGPLAYOUT> <VIDEO colorspace='UYVY' width='720' height='576' rate='25.0' interlace='TOP' aspect-ratio='4:3' keep-spect='LETTERBOX'/> <AUDIO channels='2' bits='16' rate='48000'/> <FILE path='H:\DS_Test\DVNumbersPAL.avi' start='00:00:10:00' end='00:00:25:10'/> <FILE path='H:\DS_Test\S1E1 1ACV01 Space Pilot 3000.avi' start='00:00:00:00' end='00:00:10:00'/> <FILE path='H:\DS_Test\S1E2 1ACV02 The Series Has Landed.avi' end='00:00:30:00'/> <FILE path='H:\DS_Test\S1E3 1ACV03 I Roommate.avi' start='00:10:00:00'/> </MGPLAYOUT>
This XML file, if saved with the .MPL extension, can be rendered in GraphEdit or loaded to a DirectShow media player (such as WMP) - the playlist will operate as if it were a single file.
