Hello all.
I've been trying to hard code subtitles into a movie for the past few days using a combination of Megui, Avisynth and VSFilter but with no luck. The resulting movie does not have the supplied subtitles burned into it. The subs are in ass format if that matters. I've tried several versions of VSFilter now. The one that came with megui (Located in the megui's avisnth tools folder), I have downloaded and installed both VSFilter and Vobsub ( Making sure to point my avisynth script to the correct VSFilter.dll each time) But still nothing.
I have included my Avisynth script in the hope that maybe I have screwed up somewhere (Wouldn't surprise me). If anyone could point me in the right direction I'd appreciate it.
Thanks for reading.
Code:# Set DAR in encoder to 36 : 17. The following line is for automatic signalling global MeGUI_darx = 36 global MeGUI_dary = 17 DirectShowSource("E:\Video\Movies\Ip Man 2\Ip Man 2.mp4", audio=false) #deinterlace crop( 2, 0, -110, 0) #resize LoadPlugin("C:\Program Files\MeGui\tools\avisynth_plugin\UnDot.dll") Undot() # Minimal Noise LoadPlugin("C:\Program Files\DirectVobSub\VSFilter.dll") TextSub("E:\Video\Movies\Ip Man 2\Ip Man 2-Eng.ass") TRIM(0,7000) ConvertToYV12()
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
Problem hardsubbing Vobsub with Avisynth/VSFilter
By gklitt in forum Video ConversionReplies: 0Last Post: 1st Jul 2011, 16:43 -
Avisynth Script - Personal Subtitles hardcoding...
By elmuz in forum Newbie / General discussionsReplies: 0Last Post: 9th Nov 2010, 11:12 -
Hardcoding Subtitles using AviSynth Creator and MeGUI
By DannyN in forum SubtitleReplies: 3Last Post: 3rd Jan 2010, 10:52 -
Hardcoding subs into H264 video and converting to MP4
By muhali5 in forum Video ConversionReplies: 4Last Post: 28th Aug 2009, 10:57 -
Unwanted header, when hardcoding with Avisynth, Vsfilter, and *.srt.style
By chh in forum SubtitleReplies: 1Last Post: 15th Jul 2009, 18:07