agilpwc
26th February 2007, 21:27
Which of the x264 parameters or options make a video harder to decode?
What I'm looking for is the best parameters for a video that will be played back on a older computer. For example I have some 1280x720 videos that I'm trying to encode and even my dual core laptop has trouble playing it back, using the inefficient QT. Of course with VLC no problem, but I want to distrubute the video.
currently I've come up with
--bitrate 2500 --direct temporal --subme 6 --analyse p8x8,b8x8,i4x4,p4x4 --no-cabac --me dia --threads auto --thread-input --progress --no-psnr --no-ssim
For example, I know subme 6 slows encode time, but does it slow decode time?
What I'm looking for is the best parameters for a video that will be played back on a older computer. For example I have some 1280x720 videos that I'm trying to encode and even my dual core laptop has trouble playing it back, using the inefficient QT. Of course with VLC no problem, but I want to distrubute the video.
currently I've come up with
--bitrate 2500 --direct temporal --subme 6 --analyse p8x8,b8x8,i4x4,p4x4 --no-cabac --me dia --threads auto --thread-input --progress --no-psnr --no-ssim
For example, I know subme 6 slows encode time, but does it slow decode time?