Microsoft Camcorder Video

From MultimediaWiki
Revision as of 00:44, 12 December 2008 by Kostya (talk | contribs)
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.

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.