VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Mar 2006
    Location
    Canada
    Search Comp PM
    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()
    Quote Quote  
  2. Open the script for testing in VDub(Mod). Does it open? Do you see subs?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!