mirror of
https://github.com/mpv-player/mpv
synced 2025-02-14 19:07:14 +00:00
disposition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12504 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b3d4771310
commit
a079cc3526
@ -502,6 +502,7 @@ name
|
|||||||
Note: dont forget the timezone
|
Note: dont forget the timezone
|
||||||
"ReplayGain"
|
"ReplayGain"
|
||||||
"Keywords"
|
"Keywords"
|
||||||
|
"Disposition" "original", "dub" (translated), "comment", "lyrics", "karaoke"
|
||||||
Note: if someone needs some others, please tell us about them, so we can
|
Note: if someone needs some others, please tell us about them, so we can
|
||||||
add them to the official standard (if they are sane)
|
add them to the official standard (if they are sane)
|
||||||
Note: nonstandard fields should be prefixed by "X-"
|
Note: nonstandard fields should be prefixed by "X-"
|
||||||
@ -532,6 +533,7 @@ info_table[][2]={
|
|||||||
{"Keyword" , "UTF8"},
|
{"Keyword" , "UTF8"},
|
||||||
{"Cover" , "JPEG"},
|
{"Cover" , "JPEG"},
|
||||||
{"Cover" , "PNG"},
|
{"Cover" , "PNG"},
|
||||||
|
{"Disposition" , "UTF8"},
|
||||||
};
|
};
|
||||||
|
|
||||||
Structure:
|
Structure:
|
||||||
@ -557,6 +559,9 @@ a demuxer MUST not demux a stream which contains more than one stream, or which
|
|||||||
is wrapped in a structure to facilitate more than one stream or otherwise
|
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
|
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
|
Index
|
||||||
every sync-point must be exacty once in the 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
|
Note: in case of realtime streaming there is no end, so no index there either
|
||||||
|
Loading…
Reference in New Issue
Block a user