Preview crashes, script check and encode are ok
Issue #33
resolved
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)
-
reporter -
repo owner Sorry for the late answer. Is problem solved?
-
reporter Yes, it seems it was a windows problem which fixed itself (restart magic)
-
reporter - changed status to resolved
-
repo owner - changed status to invalid
-
repo owner - changed status to resolved
- Log in to comment
Eval filter: https://forum.doom9.org/showthread.php?t=175141