paquette
12th August 2009, 01:31
I have been having difficulty trying to get SupTitle to work with AviSynth. At first, I believed that the problem (failure of subtitles to appear) was due to SupTitle but Zach Saw, author of SupTitle, has now convinced me that my problem is that AviSynth is not doing the “video mixing” I am asking it to do.
Zach has kindly worked with me on this over the last week even to the point of testing my Sup file at his end. If I play the following avs code in WMP11, I get a black screen with no subtitles from the sup file. Using exactly equivalent code, however, Zach can easily play the subtitles from the same file.
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\SupTitle.dll")
return blankclip(300000, 1920, 1080, "YV12", 24000, 1001, color=$aaaaaa).SupTitle("G:\Video Hold\eng1.sup", false)
blankclip(300000, 1920, 1080, "YV12", 24000, 1001, color=$aaaaaa) , moreover, produces a black screen rather than a gray screen indicating quite clearly that AviSynth is not doing any video mixing for me.
This morning Zack suggested that I enable "Use video mixing renderer" at Tools --> Options --> Performance tab --> Advanced... on WMP11 under Video Acceleration. The only problem is that there is no “Advanced button” on the Performance tab on my WMP11 (Vista64).
A full discussion of our interaction in the subject is at:
http://www.zachsaw.co.cc/forum/viewtopic.php?f=14&t=61&sid=7be3d8f5e530a188f760fd7ec4303b6e
I have been having this problem on two different physical machines!
I would be very grateful for any help in understanding and correcting whatever is going wrong here when AviSynth tries to mix a video source file with a sup subtitles file.
Thanks for any help!
Zach has kindly worked with me on this over the last week even to the point of testing my Sup file at his end. If I play the following avs code in WMP11, I get a black screen with no subtitles from the sup file. Using exactly equivalent code, however, Zach can easily play the subtitles from the same file.
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\SupTitle.dll")
return blankclip(300000, 1920, 1080, "YV12", 24000, 1001, color=$aaaaaa).SupTitle("G:\Video Hold\eng1.sup", false)
blankclip(300000, 1920, 1080, "YV12", 24000, 1001, color=$aaaaaa) , moreover, produces a black screen rather than a gray screen indicating quite clearly that AviSynth is not doing any video mixing for me.
This morning Zack suggested that I enable "Use video mixing renderer" at Tools --> Options --> Performance tab --> Advanced... on WMP11 under Video Acceleration. The only problem is that there is no “Advanced button” on the Performance tab on my WMP11 (Vista64).
A full discussion of our interaction in the subject is at:
http://www.zachsaw.co.cc/forum/viewtopic.php?f=14&t=61&sid=7be3d8f5e530a188f760fd7ec4303b6e
I have been having this problem on two different physical machines!
I would be very grateful for any help in understanding and correcting whatever is going wrong here when AviSynth tries to mix a video source file with a sup subtitles file.
Thanks for any help!