-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] How to fix "colour space conversion issue, resulting in a green tint" #11460
Comments
Not enough info provided |
What else should I provide sir? |
log, sample file |
|
It was introduced from producer instead of encoder. https://twitter.com/AnimeAjay/status/1600502670824964099 |
In that case, you could fix it with a shader or maybe try |
That Worked for me thanks. What shader would fix this? Could you please tell me sir? Edit: |
@erickyun can i knwo why this issue occurs |
It was explained in my previous link. |
vpy: 使用另一种导入方式; 修复个别脚本中的错误; 超分补帧类脚本统一加入预缩小处理; 移除 MEMC_RIFE_STD_LQ (与关联脚本的重合性高); 新增 MEMC_SVP_PRO 取代 MEMC_SVP_HQ 模块: 按需导入其它库; 修改初始线程数量的设置策略; 前置API检测; 对全部模块的无效参数值提供报错反馈; 多个涉及trt的模块启用长路径支持; 修复svp相关的模块无法使用cpu的问题。 - AA_NV 回退旧版,移除参数 plane - ACNET_STD 参数 gpu_m 改变取值类型并默认为 1 - COLOR_P3W_FIX 此为新增模块,修复p3白点的特例 mpv-player/mpv#11460 - ESRGAN_NV 参数 model 新增可用值 0 ,支持v2模型 - FMT_CTRL 参数 h_max 不再可选,默认为 0 - MVT_MQ 此为新增模块,功能为通用补帧 - NNEDI3_STD 优化速度,参数 edi_nsize 更名 nsize ,参数 edi_nns 更名 nns - RIFE_NV_ORT 此为新增模块,功能为支持N卡专属的补帧 - SVP_PRO 此为新增模块,功能为通用补帧 - UAI_NV_TRT 此模块由原模块 UAI_TRT_NV 重命名而来,原参数 model_pth 的默认值变更为 "" ;调整子参数顺序;新增参数 opt_lv 构建优化等级,默认为 3
vpy: 使用另一种导入方式; 修复个别脚本中的错误; 超分补帧类脚本统一加入预缩小处理; 移除 MEMC_RIFE_STD_LQ (与关联脚本的重合性高); 新增 MEMC_SVP_PRO 取代 MEMC_SVP_HQ 模块: 按需导入其它库; 修改初始线程数量的设置策略; 前置API检测; 对全部模块的无效参数值提供报错反馈; 多个涉及trt的模块启用长路径支持; 修复svp相关的模块无法使用cpu的问题。 - AA_NV 回退旧版,移除参数 plane - ACNET_STD 参数 gpu_m 改变取值类型并默认为 1 - COLOR_P3W_FIX 此为新增模块,修复p3白点的特例 mpv-player/mpv#11460 - ESRGAN_NV 参数 model 新增可用值 0 ,支持v2模型 - FMT_CTRL 参数 h_max 不再可选,默认为 0 - MVT_MQ 此为新增模块,功能为通用补帧 - NNEDI3_STD 优化速度,参数 edi_nsize 更名 nsize ,参数 edi_nns 更名 nns - RIFE_NV_ORT 此为新增模块,功能为支持N卡专属的补帧 - SVP_PRO 此为新增模块,功能为通用补帧 - UAI_NV_TRT 此模块由原模块 UAI_TRT_NV 重命名而来,原参数 model_pth 的默认值变更为 "" ;调整子参数顺序;新增参数 opt_lv 构建优化等级,默认为 3
vpy: 使用另一种导入方式; 修复个别脚本中的错误; 超分补帧类脚本统一加入预缩小处理; 移除 MEMC_RIFE_STD_LQ (与关联脚本的重合性高); 新增 MEMC_SVP_PRO 取代 MEMC_SVP_HQ 模块: 按需导入其它库; 修改初始线程数量的设置策略; 前置API检测; 对全部模块的无效参数值提供报错反馈; 多个涉及trt的模块启用长路径支持; 修复svp相关的模块无法使用cpu的问题。 - AA_NV 回退旧版,移除参数 plane - ACNET_STD 参数 gpu_m 改变取值类型并默认为 1 - COLOR_P3W_FIX 此为新增模块,修复p3白点的特例 mpv-player/mpv#11460 - ESRGAN_NV 参数 model 新增可用值 0 ,支持v2模型 - FMT_CTRL 参数 h_max 不再可选,默认为 0 - MVT_MQ 此为新增模块,功能为通用补帧 - NNEDI3_STD 优化速度,参数 edi_nsize 更名 nsize ,参数 edi_nns 更名 nns - RIFE_NV_ORT 此为新增模块,功能为支持N卡专属的补帧 - SVP_PRO 此为新增模块,功能为通用补帧 - UAI_NV_TRT 此模块由原模块 UAI_TRT_NV 重命名而来,原参数 model_pth 的默认值变更为 "" ;调整子参数顺序;新增参数 opt_lv 构建优化等级,默认为 3
Hi,
I have movie that has a "color space conversion" problem where the whole movie has green tint because of this problem.
I would appreciate if someone could please tell me what cmd
-vf colorspace or colorprimaries
I need to change to fix the green tint?Source
Green Tint İssue (Sample picture from movie)
The text was updated successfully, but these errors were encountered: