We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我尝试在常数部分添加: invert=white-mask
out替换为: out = numpy.maximum(invert+src-white,zero)* white/invert
效果也不错。
请问这个怎么应用到视频里呢
The text was updated successfully, but these errors were encountered:
可以试试ffmpeg的filter
Sorry, something went wrong.
No branches or pull requests
我尝试在常数部分添加:
invert=white-mask
out替换为:
out = numpy.maximum(invert+src-white,zero)* white/invert
效果也不错。
请问这个怎么应用到视频里呢
The text was updated successfully, but these errors were encountered: