home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 75 / DOKAN75.iso / Extra / ffdshow-20041012.exe / readmeEnc.txt < prev    next >
Text File  |  2004-03-25  |  2KB  |  50 lines

  1. About:
  2.  
  3. Video for Windows and DirectShow codec based on VFW code from XviD project and using libavcodec library from ffmpeg project for compression. Few other compression libraries are supported too.
  4.  
  5. Features:
  6.  
  7. - various compression methods:
  8.     MPEG 4 compatible (Xvid, DivX 4, DivX 5) using libavcodec or XviD
  9.     Divx 3 compatible, MSMPEG4v2, MSMPEG4v1
  10.     WMV1/7, WMV2/8
  11.     H263, H263+
  12.     HuffYUV in YV12 colorspace
  13.     MJPEG
  14.     MPEG 1
  15.     Theora (not for regular use, format isn't stabilized yet)
  16.     MPEG 2 by using mpeg2enc code from MJPEGtools project
  17.     all Windows Media Video 9 supported encoders with output to asf/wmv file or AVI
  18. - all common encoding modes: constant bitrate, fixed quantizer, fixed quality, two pass encoding (depends on compressor features)
  19. - for libavcodec and XviD detailed selection of motion estimation method
  20. - minimum and maximum I frames interval
  21. - minimum and maximum quantizer selection, quantizer type and trellis quantization selection for libavcodec
  22. - adaptive quantization (aka. masking) for libavcodec and XviD, single coefficient elimination
  23. - selectable compression of starting and ending credits
  24. - two curve compression algorithms for second pass of two pass encoding - thanks to XviD developers
  25. - second pass simulation: although not very precise, still helpful for tweaking advanced curve compression parameters
  26. - ability to use libavcodec internal two pass code
  27. - image preprocessing with ffdshow image filters (latest ffdshow version must be installed)
  28. - graph during encoding: if your encoding program doesn't provide one
  29. - B frames support: from one to eight consecutive B frames
  30. - support for MPEG 4 quarterpel and GMC
  31. - selectable interlaced encoding
  32. - decompression
  33.  
  34. Web links:
  35.  
  36. ffdshow:    http://cutka.szm.sk/ffdshow or http://sourceforge.net/projects/ffdshow
  37. XviD:       http://www.xvid.org
  38. ffmpeg:     http://ffmpeg.org
  39. mplayer:    http://www.mplayerhq.hu
  40. MJPEGtools: http://mjpeg.sourceforge.net
  41.  
  42. and 
  43. doom9:   http://www.doom9.org 
  44.  
  45. Copying
  46.  
  47. ffdshow is distributed under GPL. See copying.txt
  48.  
  49.  
  50. Milan Cutka (cutka@szm.sk)