Hardcoding subs into an x264 file in megui

Discussion in 'Blu-ray players' started by Nalios, Oct 21, 2009.

  1. Nalios

    Nalios Member

    Joined:
    Mar 15, 2009
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    11
    Hey all, I know i've seen a post on this somewhere. I tried digging thru the forums to locate the particulars and couldn't find it.

    I want to hardcode the subtitles from a blueray rip while im reencoding/shrinking it in megui as a x264. I believe a particular plugin was involved. Can anyone point me in the right direction or give me a step by step on how to do this?

    Thanks
     
  2. brevy2

    brevy2 Guest

    hey i am new to this forum...dont have much knowledge of it...but will be glad if i get to know about it something...it will be enhancing my knowledge.....

    SPAM removed
     
    Last edited by a moderator: Nov 2, 2009
  3. Nalios

    Nalios Member

    Joined:
    Mar 15, 2009
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    11
    Anyone know how to do this?
     
  4. odin24

    odin24 Regular member

    Joined:
    May 4, 2007
    Messages:
    1,287
    Likes Received:
    0
    Trophy Points:
    46
    To hardcode the sub, use AVIsynth with the following script...

    DirectShowSource("D:\Video.mkv",23.976)
    loadplugin("D:\VSFilter.dll")
    TextSub("D:\Subtitle.srt")

    Obviously be sure to use the directories specific to your PC.
     
  5. Nalios

    Nalios Member

    Joined:
    Mar 15, 2009
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    11
    Thanks Odin.
     

Share This Page