blahblah1234
23rd March 2010, 21:49
I don't know if it's just me being stupid and I'm overlooking something here, or if I really don't know how to use AviSynth, but no matter what I try, I can't seem to get VobSubs to display on my video. I have the latest vsfilter.dll in my AviSynth plugin directory already.
Here's the script I'm using:
DirectShowSource("E:\video.mkv", fps=23.976, audio=false, convertfps=true)
VobSub("E:\subs")
LanczosResize(480,272)
It's just a very simple script I'm using to feed it into the video part of MeGUI to get it to encode the video with subs so that I can play it on my portable. The subs were originally a track in the mkv. Both the .sub and .idx files are already in the directory.
Can anyone help me with this? Thanks in advance.
Here's the script I'm using:
DirectShowSource("E:\video.mkv", fps=23.976, audio=false, convertfps=true)
VobSub("E:\subs")
LanczosResize(480,272)
It's just a very simple script I'm using to feed it into the video part of MeGUI to get it to encode the video with subs so that I can play it on my portable. The subs were originally a track in the mkv. Both the .sub and .idx files are already in the directory.
Can anyone help me with this? Thanks in advance.