Log in

View Full Version : Slideshow using x264


Darkwhisperer
16th February 2010, 11:00
I want to make a video slide-show of pictures I've taken. Im using x264 to compress the resulting video. Each picture is going to be on for about 5 seconds, and there will be fade/transition effects. My initial thought is to simply set it to CRF 1. Is this a good idea? Perhaps there's specific settings I should be using?

Thanks!

LoRd_MuldeR
16th February 2010, 11:22
Maybe use "--qpfile" and force each frame that shows a new picture to IDR and the frame in between to P frames? At least if the encoder doesn't do that already ^^

You could also try lowering the the loop filter to something like -2:-2 for photos. But at those ultra-low quantizers the loop filter probably doesn't have much effect anyway, I guess...

Dark Shikari
16th February 2010, 11:29
Maybe use "--qpfile" and force each frame that shows a new picture to IDR and the frame in between to P frames? At least if the encoder doesn't do that already ^^The encoder will do that already.

Really, there's nothing special you have to do here...

Darkwhisperer
16th February 2010, 11:35
Well, good to know. Makes things nice and easy.

Thanks folks :)