Microsoft Camcorder Video: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
 
(All undiscovered codecs are missing in FFmpeg.)
 
(5 intermediate revisions by 3 users not shown)
Line 4: Line 4:
* References: http://support.microsoft.com/support/office/content/office97/camcorder.asp
* References: http://support.microsoft.com/support/office/content/office97/camcorder.asp


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 (and should be classified as such in this wiki).
 
== 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]]
[[Category:Screen Capture Video Codecs]]
[[Category:Formats missing in MPlayer]]

Latest revision as of 14:17, 12 August 2009

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.