Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link |
Registered User
Join Date: May 2008
Posts: 15
|
VSFilter hanging AVISynth?
I'm doing some video encoding using AviSynth 2.57 and VSFilter 2.37. My script looks something like this:
Code:
LoadPlugin("F:\Plugins\VSFilter.dll") AVISource("source_video.avi") LanczosResize(320, 240) TextSub("english.srt") UnDot() And it's not just Media Player Classic. VirtualDubMod hangs in the exact same way on exit, as do Windows Media Player 10 and MeGUI (more specifically, the command-line encoders it calls). That last one is a particular thorn in my side, since MeGUI won't start the second pass of a 2-pass encode until the first one is completed successfully, and killing off x264 manually—because it's hanging—throws an error condition. Is there a different version of either AVISynth or VSFilter that addresses this issue? A different subtitle-rendering plugin I could try? Or, maybe, some way to work around MeGUI's exit code check? UPDATE: It appears that merely loading the VSFilter plugin isn't enough to hang AVISynth; the script actually has to call the TextSub() or VOBSub() functions before it happens. Last edited by Dark Morford; 29th June 2008 at 17:29. |
![]() |
![]() |
![]() |
#4 | Link | |
Aging Video Hobbyist
Join Date: Dec 2004
Location: Off the Map
Posts: 2,461
|
Quote:
Glad the new version works for you...! |
|
![]() |
![]() |
![]() |
Tags |
avisynth, hung_process, vsfilter |
Thread Tools | Search this Thread |
Display Modes | |
|
|