This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

vsfiltermod
#1
Hello, how I should I do if I need to use vsfiltermod because of embedding ASS subtitle?

Thx!
Reply
#2
Hybrid already supports adding .ass subtitles,... There should be nothing Special to do,...
Reply
#3
(17.10.2017, 01:02)Selur Wrote: Hybrid already supports adding .ass subtitles,... There should be nothing Special to do,...

I mean somehow I need to embed a subtitle that need to use vsfiltermod rather than vsfilter.
If not, some effect would not show up in the screen.

such as...

LoadPlugin("C:\Program Files\Aegisub\csri\VSFilterMod64.DLL") 
rather than
LoadPlugin("C:\Program Files\Aegisub\csri\VSFilter.DLL") 

and then
TextSubMod("...\...\a.ass")
rather than
TextSub("...\...\a.ass")
Reply
#4
Okay, I thought you used Vapoursynth not Avisynth.
a. You need to add it using Filtering->Avisynth->Custom.
b. You need to use the 32bit version since Hybrid uses 32bit Avisynth.

Cu Selur
Reply
#5
(18.10.2017, 00:55)Selur Wrote: Okay, I thought you used Vapoursynth not Avisynth.
a. You need to add it using Filtering->Avisynth->Custom.
b. You need to use the 32bit version since Hybrid uses 32bit Avisynth.

Cu Selur

Even though I use Vapoursynth, the effect I want from .ASS still cannot show.

Actually I want to show a .png file on the screen for a few seconds in the video,

and made it through .ass file that need vsfiltermod to show it, otherwise it would be shown as a white area but not a picture.
Reply
#6
(18.10.2017, 00:55)Selur Wrote: Okay, I thought you used Vapoursynth not Avisynth.
a. You need to add it using Filtering->Avisynth->Custom.
b. You need to use the 32bit version since Hybrid uses 32bit Avisynth.

Cu Selur
In order to use vsfilermod.dll in Hybrid, I have to use 32bit vsfilermod.dll.
Do you know where can I download it?

Thank you!
Reply
#7
(18.10.2017, 00:55)Selur Wrote: Okay, I thought you used Vapoursynth not Avisynth.
a. You need to add it using Filtering->Avisynth->Custom.
b. You need to use the 32bit version since Hybrid uses 32bit Avisynth.

Cu Selur

It seems that Hybrid would crash if I use vsfiltermod for embedding subtitles. The preview shows what I want but it would crash during the real process.
Is it a bug? Or I have to use vapoursynth and customize the script just for doing that?
Reply
#8
Quote:It seems that Hybrid would crash if I use vsfiltermod for embedding subtitles. The preview shows what I want but it would crash during the real process.
Is it a bug? Or I have to use vapoursynth and customize the script just for doing that?
If the avisynth preview works fine the encoding should work fine too. If it doesn't create a debug output level 9 (see sticky) of the job processing.
Whether you need Vapoursynth or not depends on:
a. is vsfiltermod a Vapoursynth (64bit) or Avisynth (32bit) filter.
b. your script in general breaks the 3GB memory limit of Avisynth (32bit)

Cu Selu
Reply
#9
(23.10.2017, 01:14)Selur Wrote:
Quote:It seems that Hybrid would crash if I use vsfiltermod for embedding subtitles. The preview shows what I want but it would crash during the real process.
Is it a bug? Or I have to use vapoursynth and customize the script just for doing that?
If the avisynth preview works fine the encoding should work fine too. If it doesn't create a debug output level 9 (see sticky) of the job processing.
Whether you need Vapoursynth or not depends on:
a. is vsfiltermod a Vapoursynth (64bit) or Avisynth (32bit) filter.
b. your script in general breaks the 3GB memory limit of Avisynth (32bit)

Cu Selu

Here is the DebugOutput.txt.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)