PDA

View Full Version : Need to hard code Subtitle to an X264 file!


HDNoob
19th July 2007, 22:19
Hi all, I've been trying to find a tutorial on X264 & Subtitle hard coding. but only found one on your site & it was Virtualdubmod tutorial, tried it but does not work with AVC files.

so I was wondering what programs I need to hard code x/h264 video with srt or ass subtitle?

TY

mitsubishi
19th July 2007, 23:02
You can load subs into your avisynth script using VSfilter which also has an avisytnth interface built into the dll.

Get it here if you don't have it: http://sourceforge.net/project/showfiles.php?group_id=82303&package_id=84359

So you can do (for instance)

LoadPlugin("VSFilter.dll")
DirectshowSource("video file.mkv")
TextSub("subtitles.ssa")

Then encode that via command line or with a gui like meGUI