Expression Encoder Screen Capture Codec

From MultimediaWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 13:15, 31 July 2010
Compn (Talk | contribs)
(add links to encoder v2.0 because i cant get 4.0 codec to load.)
← Previous diff
Revision as of 14:24, 24 June 2012
Kostya (Talk | contribs)

Next diff →
Line 8: Line 8:
This is fast codec used primarily as an intermediate between screen capture and encoding for delivery with Microsoft Expression Encoder. It was originally part of MSR's "Project Titanium". It is most commonly seen in [[ASF]] files with the .xesc extension. This is fast codec used primarily as an intermediate between screen capture and encoding for delivery with Microsoft Expression Encoder. It was originally part of MSR's "Project Titanium". It is most commonly seen in [[ASF]] files with the .xesc extension.
 +
 +=== Frame format ===
 +
 +Every frame seems to start with this header (all numbers are big-endian):
 +
 + 0-1 width
 + 2-3 height
 + 4 2 - intra, 3 - inter)
 + 5 should be always zero
 + 6 should be in range 0-100
 + 7 should be in range 0-2, maybe frame type too? (0 - intra, 1 - inter and 2 - skip frames)
 +
[[Category:Video Codecs]] [[Category:Video Codecs]]
[[Category:Screen Capture Video Codecs]] [[Category:Screen Capture Video Codecs]]
[[Category:Undiscovered Codecs]] [[Category:Undiscovered Codecs]]

Revision as of 14:24, 24 June 2012

This is fast codec used primarily as an intermediate between screen capture and encoding for delivery with Microsoft Expression Encoder. It was originally part of MSR's "Project Titanium". It is most commonly seen in ASF files with the .xesc extension.

Frame format

Every frame seems to start with this header (all numbers are big-endian):

 0-1 width
 2-3 height
 4   2 - intra, 3 - inter)
 5   should be always zero
 6   should be in range 0-100
 7   should be in range 0-2, maybe frame type too? (0 - intra, 1 - inter and 2 - skip frames)
Personal tools