TEB
13th June 2003, 15:54
Hi i have a few questions regarding avisynth scripting:
Using:
avisynth 2.5.2
nic's mpeg2dec3 1.08
VSFilter 2.25:
heres my script:
#loading plugins
LoadPlugin("c:\program files\avisynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("c:\program files\avisynth 2.5\plugins\VSFilter.dll")
#AddBorders(0, 0, 64, 64)
VobSub("G:\dvdrip\LOTR_THE_FELLOWSHIP_OF_THE_RING\VIDEO_TS\VTS_01_0.sub")
video = MPEG2Source("G:\dvdrip\LOTR_THE_FELLOWSHIP_OF_THE_RING\VIDEO_TS\lotr.d2v", idct=5)
audio = WavSource("G:\dvdrip\lotr.wav")
AudioDub(video, audio)
#.---------------------
Im getting a bad argument for vobsub...?
And why is the picture updown in classic mediaplayer when i view the file (remmed out sub's)?
Anyone have any suggestion how to letterbox an anamorphic videosource inside of avisynth? i want to keep the 720x576 origional frame but with a more "right" perspective since the STB im gonna test this on doesnt support auto letterboxing..
I would really apriciate if anyone would respond.
Best regards t.e
Using:
avisynth 2.5.2
nic's mpeg2dec3 1.08
VSFilter 2.25:
heres my script:
#loading plugins
LoadPlugin("c:\program files\avisynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("c:\program files\avisynth 2.5\plugins\VSFilter.dll")
#AddBorders(0, 0, 64, 64)
VobSub("G:\dvdrip\LOTR_THE_FELLOWSHIP_OF_THE_RING\VIDEO_TS\VTS_01_0.sub")
video = MPEG2Source("G:\dvdrip\LOTR_THE_FELLOWSHIP_OF_THE_RING\VIDEO_TS\lotr.d2v", idct=5)
audio = WavSource("G:\dvdrip\lotr.wav")
AudioDub(video, audio)
#.---------------------
Im getting a bad argument for vobsub...?
And why is the picture updown in classic mediaplayer when i view the file (remmed out sub's)?
Anyone have any suggestion how to letterbox an anamorphic videosource inside of avisynth? i want to keep the 720x576 origional frame but with a more "right" perspective since the STB im gonna test this on doesnt support auto letterboxing..
I would really apriciate if anyone would respond.
Best regards t.e