Log in

View Full Version : Will crf affect encoding speed


rhbc73
28th May 2013, 04:01
Hi guys,

I'm using crf to control x264 output. As I know smaller crf (better quality) will increase the ouput file size. But I want to know if crf has effect on encoding speed? (I tested encoding myself, seems smaller crf encodes slower, I just need some confirm)

Thanks

mandarinka
28th May 2013, 04:33
Encoding gets slower with the bitrate rising (dunno if that is true with all presets, but at stuff like slow-veryslow, it certainly is true). The difference isn't anything tragic though.

detmek
28th May 2013, 10:24
The reason for that is CABAC. More bits, more information for CABAC to compress.

LoRd_MuldeR
29th May 2013, 11:37
The reason for that is CABAC. More bits, more information for CABAC to compress.

I think it's the same with CAVLC. Just CAVLC is much faster than CABAC, so the effect won't be that noticeable overall...