View Single Post
Old 28th December 2017, 20:27   #8  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,554
Quote:
Originally Posted by ChaosKing View Post
No output. Tested like this with R41-test4

Code:
.\VSPipe.exe -i 'D:\Test.vpy' .
My vs script
Code:
clip = core.avisource.AVISource(r'D:\ivtc.avs')
clip.set_output()
But it works without tfm or animeivtc.
Code:
AddAutoloadDir("D:\AvisynthRepository\SCRIPTS")
mpeg2source("D:\01\VTS_01_CHAPTER_03_1.d2v")
tfm(mode=6, PP=5,  slow =2, d2v="D:\01\VTS_01_CHAPTER_03_1.d2v") <- bad boy

But this forced me to switch to vivtc, and after some conditionalDeintStillCombed magic I got similar/better results.
Can you put all the scripts and a sample script and the plugins into an archive? That way I can test with the same versions as you and don't need to go on a treasure hunt. And reveal your avisynth version too while you're at it. I'd really like to get to the bottom of this...
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote