View Single Post
Old 28th December 2017, 01:53   #2  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
NICE!!

Code:
c = core.std.BlankClip(color=[255, 0, 0])
c = core.avsw.eval('AddAutoloadDir("D:\\AvisynthRepository\\SCRIPTS") mpeg2source("D:\\01.d2v") AnimeIVTC(mode=1)', clips=[c], clip_names=["last"])
clip=c

This avs script crashed via Avisource and with avfs.exe, but avsproxy is stable.

Two questions:
- Is it possible to use avisynth x64 with this filter?
- Would be a "portable" avisynth possible as long as avisynth.dll is in the same folder? (or via path parameter in avsw)
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database

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