Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Fix for apparent CLAHE failure #2

Description

@sirnicholasevan

After a system update (Gentoo Linux), my Vapoursynth script breaks when piped to ffmpeg as the clahe->apply() function is called. I thought it might be a result of a Python update or some API change. It turns out that OpenCV dumps INFO log information to stderr/stdout by default. This also happens when running CLAHE using Python. The fix is dead simple. Add this line to any shell script before running Vapoursynth:

export OPENCV_LOG_LEVEL=OFF

I hope this helps anyone with the same issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions