changeset 18899:676cd8ab1cff

trying to end the codec id battle
author michael
date Tue, 04 Jul 2006 21:14:55 +0000
parents a1eb5320279e
children 0b53e6d1b27f
files DOCS/tech/mpcf.txt
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/mpcf.txt	Tue Jul 04 21:12:12 2006 +0000
+++ b/DOCS/tech/mpcf.txt	Tue Jul 04 21:14:55 2006 +0000
@@ -443,6 +443,8 @@
     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 @@
     "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"