summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-04 21:14:55 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-04 21:14:55 +0000
commitb94dea8a6d99e4b0e3516d8110bf2534b6828540 (patch)
tree4e76259e56cd214bad93e40a41cc57e4db0c0482 /DOCS
parent6eb0027e5a3924a0dc9f1f6072fdac71887cbcb6 (diff)
downloadmpv-b94dea8a6d99e4b0e3516d8110bf2534b6828540.tar.bz2
mpv-b94dea8a6d99e4b0e3516d8110bf2534b6828540.tar.xz
trying to end the codec id battle
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18904 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/mpcf.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index 8e7398a83d..290632a398 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -443,6 +443,8 @@ fourcc
example: "H264"
MUST contain 2 or 4 bytes, note, this might be increased in the future
if needed
+ the id values used are the same as in avi, so if a codec uses a specific
+ fourcc in avi then the same fourcc MUST be used here
time_base_nom / time_base_denom = time_base
the length of a timer tick in seconds, this MUST be equal to the 1/fps
@@ -716,6 +718,11 @@ info packet types
"Source"
"DVD", "VCD", "CD", "MD", "FM radio", "VHS", "TV", "LD"
Optional: appended PAL, NTSC, SECAM, ... in parentheses
+ "SourceContainer"
+ "nut", "mkv", "mov", "avi", "ogg", "rm", "mpeg-ps", "mpeg-ts", "raw"
+ "SourceCodecTag"
+ the source codec id like a fourcc which was used to store a specific
+ stream in its SourceContainer
"CaptureDevice"
"BT878", "BT848", "webcam", ... (more exact names are fine too)
"CreationTime"