Latest - FFDShow

REBELLE

Registered
Messages
881
FFDShow Rev4407 Beta

Code:
Sync with IntelQuickSync Decoder 0.30 (rev46)
-Fix for FSE under WMC. Requires being initialized with SW emulation enabled.
-Fixed Rare freeze
FFDshow code changes:
-Changed QS decoder proxy code to enable QuickSync SW emulation under WMC only.
branch: Text subtitles: remove real time correction feature
branch: fix one warning & update ICL project files
 
Last edited:

mosta-toulous

Registered
Messages
1,598
FFDShow MPEG-4 Video Decoder 2012-04-09

Code:
- various compression methods:
· MPEG 4 compatible (Xvid, DivX 4, DivX 5, DivX 6, DivX 7, DivX 8) using libavcodec or XviD
· Divx 3 compatible, MSMPEG4v2, MSMPEG4v1
· WMV1/7, WMV2/8
· H263, H263+, H264
· HuffYUV in YV12 colorspace
· MJPEG
· MPEG 1
· MPEG 2, using mpeg2enc code from MJPEGtools project
· MP3, AC3, DTS, E-AC3, AAC
· SVQ3
· Vorbis
· Theora (not for regular use, format isn't stabilized yet)
· all Windows Media Video 9 supported encoders with output to asf/wmv file or AVI
- all common encoding modes: constant bitrate, fixed quantizer, fixed quality, two pass encoding (depends on compressor features)
- for libavcodec and XviD detailed selection of motion estimation method
- minimum and maximum I frames interval
- minimum and maximum quantizer selection, quantizer type and trellis quantization selection for libavcodec
- adaptive quantization (aka. masking) for libavcodec and XviD, single coefficient elimination
- selectable compression of starting and ending credits
- two curve compression algorithms for second pass of two pass encoding - thanks to XviD developers
- second pass simulation: although not very precise, still helpful for tweaking advanced curve compression parameters
- ability to use libavcodec internal two pass code
- image preprocessing with ffdshow image filters (latest ffdshow version must be installed)
- graph during encoding: if your encoding program doesn't provide one
- B frames support: from one to eight consecutive B frames
- support for MPEG 4 quarterpel and GMC
- selectable interlaced encoding
- decompression
 
Last edited:
Top