Thread: Vapoursynth
View Single Post
Old 8th February 2021, 10:18   #4281  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
Quote:
Originally Posted by feisty2 View Post
no, it sends the collected messages TO stderr BY USING vsapi->logMessage(), read the documentation of vaporsynth's C API. any string passed to logMessage() already automatically appears in vsedit, you don't need any extra stuff.
So the chain would be like this?

Code:
collected messages -> dummy vs filter -> inside dummy vs filter -> logMessage()
lansing is offline   Reply With Quote