Microsoft Camcorder Video: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
mNo edit summary
(All undiscovered codecs are missing in FFmpeg.)
 
(One intermediate revision by one other user not shown)
Line 20: Line 20:
[[Category:Undiscovered Video Codecs]]
[[Category:Undiscovered Video Codecs]]
[[Category:Screen Capture 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.