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
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
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.