View Single Post
Old 28th September 2015, 12:02   #11  |  Link
Are_
Registered User
 
Join Date: Jun 2012
Location: Ibiza, Spain
Posts: 321
Quote:
Originally Posted by Overdrive80 View Post
Hi holywu, use: ( U=3, V=3, luma=true) isnt the same than planes=[1, 2], first_plane=True , is it??
No.
U=3, V=3, luma=true means: process both chroma planes (in adition to luma plane), use luma plane from mask to do it.
planes=[1, 2], first_plane=True means: proces only chroma planes, use luma plane from mask to do it.

As I posted in my script, you should just put first_plane=True, because planes=[0, 1, 2] is the default, or if you want to put everything there, planes=[0, 1, 2], first_plane=True
Are_ is offline   Reply With Quote