Topic: SVP Erase previous Code of Avisynth Why ?
Hello,
I've got problem with SVP When running movie, SVP create an ffdshow.avs with good seetings for smooth playback, SVP create in ffdshow this code :
Try {
svppath="C:\Users\PCHC\AppData\Roaming\SVP 3.1\"
import(svppath+"AVS\ffdshow.avs")
delim=":"
WriteFileStart(svppath+"Logs\SAR.txt", "ffdshow_sar_x","delim","ffdshow_sar_y")
WriteFileStart(svppath+"Logs\avsFPS.txt", "FramerateNumerator()", "delim", "FramerateDenominator()")
}
Catch(err_msg) {
ffdShow_source().Subtitle(err_msg)
WriteFileStart(svppath+"Logs\AVSError.txt", "err_msg")
}
But i'm using an sharpen with avisynth, this code is erased by the code above .
How to keep my sharpen code and running svp together?