Microsoft Camcorder Video: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 5: Line 5:


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.
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 ==
--[[User:Kostya|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.


[[Category:Video Codecs]]
[[Category:Video Codecs]]
[[Category:Undiscovered Video Codecs]]
[[Category:Undiscovered Video Codecs]]

Revision as of 00:44, 12 December 2008

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.