View Single Post
Old 5th August 2018, 00:28   #941  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,883
Quote:
Originally Posted by pinterf View Post
Download xy-VSFilter / XySubFilter v3.1.0.800

Code:
-- Native support for YUV420P10 and YUV420P16 formats in Avisynth filter TextSub and probably VobSub.
thank you very much indeed for making it available in 10bit and 16bit!!

I don't have to do this anymore:

Code:
#Hardsub 8bit
s16 = last
DitherPost (mode=-1)
TextSub("Ep1.ass")
 
#Overlay 8bit subs to 16bit video
Dither_convert_8_to_16 ()
s16.Dither_limit_dif16 (last, thr=1.0, elast=2.0)
Thank you!!

Quote:
Originally Posted by hello_hello View Post
pinterf,
I'm having an issue with VSFilter 3.1.0.800.
Full XP discloser: I'm running XP.

If I have VSFilter in a script it results in the following error when I try to preview it in AvsPmod:

LoadPlugin: unable to load "C:\Program Files\MeGUI\tools\avisynth_plugin\VSFilter.dll", error=0x3e6
That's because when he compiled he didn't target XP in Visual Studio 2017.
The dll calls DeleteProcThreadAttributeList and InitializeProcThreadAttributeList that are missing in the XP kernel.

Last edited by FranceBB; 5th August 2018 at 01:53.
FranceBB is offline   Reply With Quote