# HG changeset patch # User michael # Date 1085521580 0 # Node ID a160a68209acf5effb82d8dfebbb80a8d12e1a75 # Parent 6db7e319aaa08a49098d63e0e1a8506de96911c9 disposition diff -r 6db7e319aaa0 -r a160a68209ac DOCS/tech/mpcf.txt --- a/DOCS/tech/mpcf.txt Tue May 25 20:59:23 2004 +0000 +++ b/DOCS/tech/mpcf.txt Tue May 25 21:46:20 2004 +0000 @@ -502,6 +502,7 @@ Note: dont forget the timezone "ReplayGain" "Keywords" + "Disposition" "original", "dub" (translated), "comment", "lyrics", "karaoke" Note: if someone needs some others, please tell us about them, so we can add them to the official standard (if they are sane) Note: nonstandard fields should be prefixed by "X-" @@ -532,6 +533,7 @@ {"Keyword" , "UTF8"}, {"Cover" , "JPEG"}, {"Cover" , "PNG"}, + {"Disposition" , "UTF8"}, }; Structure: @@ -557,6 +559,9 @@ is wrapped in a structure to facilitate more than one stream or otherwise duplicate the role of a container. any such file is to be considered invalid +info packets which describe the whole file or individual streams/tracks must be +placed before any video/audio/... frames + Index every sync-point must be exacty once in the index Note: in case of realtime streaming there is no end, so no index there either