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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Feb 2009
Location: USA
Posts: 676
|
Is RGB->YUY2->YV12 more accurate than RGB->YV12?
edit: Actually I need to ammend this while I verify something. But if anyone can comment on the question in the title that would be swell.
Last edited by osgZach; 16th January 2014 at 20:17. |
|
|
|
|
|
#2 | Link |
|
Avisynth language lover
Join Date: Dec 2007
Location: Spain
Posts: 3,444
|
Is RGB->YUY2->YV12 more accurate than RGB->YV12?
In v2.58, RGB->YV12 is done internally via YUY2 anyway, so both give the same result. In v2.60, RGB->YV12 uses YV24 as intermediate. Chroma subsampling is done using bicubic (by default) with proper antialiasing, so should be better than the bilinear without antialiasing done in RGB->YUY2->YV12. |
|
|
|
![]() |
|
|