Hi
I'm a newbie to avs and actually introduced to it when started exploring DVD Slideshow UI.
I'm trying to add SubTitle in Urdu language (arabic script based) but it only shows ?????. Neither in Avsp (avs editor) nor in DVD Slideshow UI.
Here is the script I tested :
Line containing السلام و علیکم displays as ????, rest seems to be working fine.Code:# Prints text on multiple lines # without any text halo border. BlankClip() Subtitle( \ "السلام و علیکم\\nMore text on line 1\n" + \ "Some text on line 2", \ lsp=10, halo_color=$ff000000)
Any workaround, alternate methods, functions???
Any help would be really appreciated.
Thanks
Farrukh
+ Reply to Thread
Results 1 to 4 of 4
-
-
El,
Thanks for reply. I'm using AvsP editor for avs which comes with DVD Slideshow UI and I can type Unicode characters in it.
So to use TextSub(), I will have to install VSFilter.dll? And I've downloaded Direct VobSub x64 and installed it. But I can't get any help, nor any support in AvsP for adding TextSub() function.
Can you please guide to any thread, article for using methods in dll's as mentioned above?
Thanks -
avisynth scripts must be ansii coded -> no unicode
what you need to do is create your own subtitle (.srt or .ass/.ssa) file and load it through e.g. TextSub() from VSFilter (https://www.videohelp.com/tools/VSFilter-DirectVobSub) or the newer xy-VSFilter (https://code.google.com/p/xy-vsfilter/wiki/Downloads?tm=2).
see: http://avisynth.org.ru/docs/english/externalfilters/vsfilter.htm
Cu Selur
Similar Threads
-
How to Add Text Effects and Unicode Characters to MPEG-4 Subtitles
By PBear in forum User guidesReplies: 9Last Post: 20th Sep 2012, 09:15 -
Little problem with DVD Slideshow GUI
By kippax in forum Newbie / General discussionsReplies: 8Last Post: 10th Jun 2011, 19:14 -
Creating flash/mpg/etc slideshow with text from file
By RandallM in forum Newbie / General discussionsReplies: 0Last Post: 12th Nov 2010, 12:50 -
AVS video editor text problem
By ginny02 in forum EditingReplies: 1Last Post: 15th Aug 2010, 08:14 -
Able to show Unicode subtitles on DVD at all?
By michcio in forum SubtitleReplies: 0Last Post: 6th May 2009, 21:05