View Single Post
Old 29th June 2018, 20:10   #27485  |  Link
ggtop
Registered User
 
Join Date: Mar 2003
Posts: 311
strange artifact with SupTitle()

Hi all,

first of know: I know that nearly all issues I have are subtitle-related...no comment :-)

I wonder if someone came across this issue. Source is a Bluray with some extras in 480i: Aristocats (had the same issue with some James Bond 'A view to a kill' btw).
I want to encode an extra to alternate output (mp4) and as soon as subtitles are displayed I get this massive green bar at the left side. I upscaled, downscaled, whatever, the bar persists. It vanishes after the presentation time of the subtitle. As SupTitle plugin is no longer developed I wonder if someone found a work-around.

EDIT: Using DGDecNV as frame server. Using internal LAV the bar gets smaller but is still there. Autocrop and deinterlacing make no difference. AviSynth script looks like this:
Code:
#Created by BD Master Toolkit - v0.50.25
LoadPlugin("C:\Users\xxx\Documents\Software\DGDecNV\DGDecodeNV.dll")
DGSource("C:\Users\xxx\Videos\BD_WORK_1\WORKFILES\VID_00106.DGI", fieldop=0)
LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\SupTitle.dll")
SupTitle("C:\Users\xxx\Videos\BD_WORK_1\WORKFILES\00106.track_4608.sup")
ConvertToYV12()
LoadPlugin("C:\Users\xxx\Documents\Software\BD_Rebuilder\tools\decomb521.dll")
FieldDeinterlace(blend=true)
BilinearResize(720,480)
ConvertToYV12().AssumeFPS(30000,1001)
ggtop
Attached Images
 

Last edited by ggtop; 29th June 2018 at 20:20.
ggtop is offline   Reply With Quote