View Single Post
Old 13th January 2018, 11:55   #18  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
I totally forgot about stack16, thanks for the reminder!

Found a new issue:
I tried CropResize from here https://forum.doom9.org/showthread.php?t=175114 with Autocrop, but it gets stuck. Without AutoC=true it's ok. There's no output in vspipe. tested with avs+ and 2.6
Code:
core.avsw.Eval('AddAutoloadDir("D:\AvisynthRepository\SCRIPTS") pCropResize(AutoC=true)', clips=[c], clip_names=["last"], slave_log=r"D:\x.txt", avisynth =r"D:\AvisynthRepository\AVSPLUS_x86\Avisynth.dll")
Code:
[observe @ :376] load avisynth DLL from 'D:\AvisynthRepository\AVSPLUS_x86\Avisynth.dll'
[send_async @ :465] async send command type 0: 4294967295
[recv_thread_func @ :295] received command type 6: 4294967295 => 1
[observe @ :457] set script var 'last'
[observe @ :466] remote clip 0: 720x480 1/1/1
[send_async @ :465] async send command type 0: 4294967295
[recv_thread_func @ :295] received command type 7: 4294967295 => 2
[observe @ :501] begin eval script
AddAutoloadDir("D:\AvisynthRepository\SCRIPTS") pCropResize(AutoC=true)[observe @ :503] end eval script
[GetFrame @ :288] clip 0 frame 1 not prefetched
[send_sync @ :492] sync send command type: 8
[send_async @ :465] async send command type 8: 0
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote