Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
#1 | Link |
|
Registered User
Join Date: Oct 2009
Posts: 24
|
multithreaded x264 quality loss?
hi, I'm a forum lurker =)
before, x264 used slicing of each frame for multithreading, but I heard it's now a frame based multithreading system. Is there still that quality loss for each additional thread? If so, how much percentage? thanks! |
|
|
|
|
|
#6 | Link |
|
Registered User
Join Date: Nov 2003
Posts: 1,272
|
--preset placebo --tune grain --keyint 24 --qpmin 0 --chroma-qp-offset -12 --merange 256
__________________
http://www.7-zip.org/ |
|
|
|
|
|
#9 | Link |
|
Registered User
Join Date: Jun 2008
Posts: 20
|
Recently I tested a server with two 6-cores (12 threads) xeons for a total of 24 threads. Using a preset veryslow and thread auto I have had a lot of artifacts in fast moving scenes expecially in CBR where the final average bitrate was considerably lower than the desired.
This strange behaviour disappeared setting a low thread number, like 6 or 8. |
|
|
|
|
|
#10 | Link | |
|
x264 developer
Join Date: Sep 2005
Posts: 8,688
|
Quote:
|
|
|
|
|
|
|
#11 | Link |
|
Registered User
Join Date: Aug 2006
Posts: 2,234
|
Generally CBR should be avoided if possible anyway, if encoding to a certain bitrate to ensure a final output filesize 2-pass (ABR) is much more suitable. If file size isn't so much an issue and you want to approximate an output quality then CRF may be more suitable.
If you want something decent above standard settings, try something like: <code>--rc-lookahead 80 --nr 900 --bframes 6 --b-adapt 2 --direct auto --subme 10 --trellis 2 --psy-rd 1:0.4 --me umh --merange 24 --aq-mode 2 --sync-lookahead 24</code> Very similar to the presets, but they're my preferred settings... Main things for me are --subme 10, --trellis 2, --me umh, and --aq-mode 2 |
|
|
|
![]() |
|
|