View Single Post
Old 28th December 2017, 19:44   #7  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
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.
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database

Last edited by ChaosKing; 28th December 2017 at 19:47.
ChaosKing is offline   Reply With Quote