Flash screen video: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(properly wikify)
(Flash screen video appears to be a lossless codec.)
Line 3: Line 3:


This is a simple screen capture codec. The screen is divided into x*16 * y*16 pixel blocks.  
This is a simple screen capture codec. The screen is divided into x*16 * y*16 pixel blocks.  
Then only the "changed since last frame" blocks are transmitted zlib-compressed. The video is contained in [[Flash Video]] files. It has mostly been replaced with the [[On2 VP6|VP6]] codec since [[Flash|Flash 8]] was released.
Then only the "changed since last frame" blocks are transmitted zlib-compressed. The video is contained in [[Flash Video]] files.


[[Category:Video Codecs]]
[[Category:Video Codecs]]
[[Category:Lossless Video Codecs]]

Revision as of 08:28, 5 February 2007

  • FOURCC: FSV1
  • Company: Adobe

This is a simple screen capture codec. The screen is divided into x*16 * y*16 pixel blocks. Then only the "changed since last frame" blocks are transmitted zlib-compressed. The video is contained in Flash Video files.