View Single Post
Old 5th March 2019, 18:49   #132  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Quote:
because SupTitle does not work with Avisynth+.
Just tested and it works fine here, using for example:
Code:
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\DGDecodeNV.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\SupTitle.dll")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: E:\bd_probs\Blu-Ray 1080p AVC DTS-HD MA\BDMV\STREAM\00005.m2ts
#  input color sampling YV12
#  input luminance scale tv
DGSource(dgi="E:\Temp\m2ts_4a3535dbb7070f889ca5f92f88a54966_853323747.dgi",fieldop=2)
# current resolution: 1920x1080
# filtering
# embedding subtitles
Preroll(video=10, audio=0)
# Loading subtitle: E:\Output\00005.track_4608_lang_und.4a3535dbb7070f889ca5f92f88a54966.sup
SupTitle("E:\Output\00005.track_4608_lang_und.4a3535dbb7070f889ca5f92f88a54966.sup")
PreFetch(16)
return last
Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote