Microsoft Camcorder Video

From MultimediaWiki
Revision as of 14:17, 12 August 2009 by DonDiego (talk | contribs) (All undiscovered codecs are missing in FFmpeg.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

According to Microsoft's documentation, Camcorder Video allows users of Microsoft Office 97 to record video of their desktop. This implies that the video coding format might be a screen capture codec (and should be classified as such in this wiki).

Hypothesis

--Kostya 02:44, 12 December 2008 (EST)

Each frame consists of records containing GDI commands:

 bytes 0-3   size of record including this field
 bytes 4-5   GDI command code
 bytes 6-... GDI command arguments

I think command codes may have relation to EMF drawing codes and arguments are the same that are passed to GDI drawing functions.