BT20

From MultimediaWiki
Revision as of 00:15, 11 December 2008 by Multimedia Mike (talk | contribs) (forgot to check fourcc.org)
Jump to navigation Jump to search

According to http://fourcc.org/ , BT20 is a "Codec optimised for realtime compression of YUV images." The binary decoder answers to the filename btvvc32.drv.

Strings seen in AVI file headers include:

  • C:\PROGRAM FILES\EZCAP\CAPTURE.EXE -AVICAP32- MSVIDEO: AVerMedia InterCam Video Capture Driver, Version: 4.1.8.6
  • C:\PROGRAM FILES\GV-VCP VIDEORECORDER\GVCAP.EXE -AVICAP32- MSVIDEO: Brooktree Bt848 Capture Driver, Version: 2.2.223.0

Video frame payloads begin with the 4 ASCII characters 'BTIC'.

TODO: Search Video4Linux(2) code and documentation to find possible video coding information.