PDA

View Full Version : FFDShow's H264 sample


Sirber
2nd October 2004, 15:53
Source: One Piece Intro
Encoded with: RealAnime! :D

Video Codec: FFDShow H264 (x264), all adv options, Ref: 12, 1-pass CBR
Video Bitrate: 600kbps
Audio Codec: Helix Producer HE-AAC
Audio Bitrate: 64kbps

http://www.detritus.qc.ca/H264_HE-AAC.mkv

Quality is not as good as Ateme H264 though...

akupenguin
3rd October 2004, 03:29
Don't use CBR unless you really need constant bitrate.
2 pass (with first pass at constant quantizer) is much better. But don't ask me when the next ffdshow binary release will be.

Sirber
3rd October 2004, 03:34
I know 2pass is better, and that VBR is better. It's just *not* avalible yet. :)

IgorC
3rd October 2004, 05:56
ffdshow´s developers promised 2 pass, didn´t they?

Sirber
3rd October 2004, 14:44
Supposed to. x264 has the potential to compete against commercial H264.

bond
4th October 2004, 21:31
Originally posted by akupenguin
2 pass (with first pass at constant quantizer) is much betterdoesnt ffdshow use xvid's rate control?

akupenguin
5th October 2004, 02:59
Originally posted by bond
doesnt ffdshow use xvid's rate control?
Most of the codecs in ffdshow are part of libavcodec, and share the same ratecontrol code. They can either use libavcodec's own ratecontrol, or ffdshow's implementation of XviD's ratecontrol.
However, x264 is a separate library. It is included in the same ffdshow interface, but doesn't share code with libavcodec. So it needs to be explicitly supported.
And it looks like there is a new build of ffdshow as of yesterday, though I can't vouch for its contents as it doesn't run under Wine.

steven_m64
5th October 2004, 05:12
Originally posted by akupenguin
Most of the codecs in ffdshow are part of libavcodec, and share the same ratecontrol code. They can either use libavcodec's own ratecontrol, or ffdshow's implementation of XviD's ratecontrol.
However, x264 is a separate library. It is included in the same ffdshow interface, but doesn't share code with libavcodec. So it needs to be explicitly supported.
And it looks like there is a new build of ffdshow as of yesterday, though I can't vouch for its contents as it doesn't run under Wine.

i have not noticed any changes since the last build. also no 2-pass for x264.