View Single Post
Old 8th November 2020, 09:33   #18  |  Link
videoh
Useful n00b
 
Join Date: Jul 2014
Posts: 1,667
Quote:
Originally Posted by Troc View Post
My bad again, it's here:

"C:\Users\Troc\Music\Be My Baby - Koda Kumi - Live.mp4"
nnedi3_rpow2(4, cshift="Spline36Resize", fwidth=2556, fheight=1440)
aWarpSharp2(depth=10)
Sharpen(0.5)

Any help? Removing nnedi resulted in the same error with aWarpSharp instead.
1. Your first line is wrong. You don't just state a path like that. You have to use a source filter.

2. You need to load all the (non-internal) filters that you use in your script using LoadPlugin(). There is also autoloading as a possibility. But one way or another you have to load your filters.
videoh is offline   Reply With Quote