Preview crashes, script check and encode are ok

Issue #33 resolved
Anatolij Arzich created an issue

This simple script crashes vsedit instantly. There is no error msg shown and it happens only with Preview. Script check, encode, benchmark are working fine.

Other Avisynth functions like blur() are working. So I think this could be a vsedit bug. Tested with: R43, vsedit r18, x64 win10.

clip = core.lsmas.LWLibavSource(source='D:\\VTS_01_CHAPTER_02_1.VOB')
avsdll = r"D:\AVSPLUS_x86\Avisynth.dll"
clip = core.avsw.Eval('info()', clips=[clip], clip_names=["last"], avisynth =avsdll, slave_log="d:\\avs.log")
Script was successfully evaluated. Output video info:
Frames: 29828 | Time: 0:20:44.076 | Size: 720x480 | FPS: 24000/1001 = 23.976 | Format: YUV420P8

Comments (6)

  1. Log in to comment