View Full Version : What is the fastest way to rip dvd2wmv with sub
frozen5555
25th May 2003, 23:08
HI I am new here :rolleyes:
What is the fastest way to rip dvd2wmv with subtitle.
Thanks
killingspree
26th May 2003, 08:23
hi and welcome to the forum,
nic has released a gui for encoding with windowns media 9. i have no idea if it supports subtitles though. fixed one for sure as you can load them into your avisynth script which is needed to 'feed' the encoder GUI.
look here for details and download:
http://forum.doom9.org/showthread.php?s=&threadid=33719&highlight=nic+windows+media+encoder
regards
steVe
frozen5555
26th May 2003, 13:22
Thanks
I finally manage to use avisynth. I know very little about it. So if there is FAQ that take me step by step tell I can take full advantage of this very cool app. but something other than www.avisynth.org .
And this the best thing I manage to do
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEGDecoder.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\ac3source.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\VSFilter.dll")
MPEGSource("E:\ZZ\file.d2v")
Ac3source("E:\ZZ\file.ac3")
vobsub("E:\ZZ\file.idx")
Please if there any advice in my script please.
killingspree
26th May 2003, 14:17
hi,
your avisynth script is already pretty good.
i assume you are encoing from a dvd so i'd recommend you to use mpeg2dec3 instead of mpegdecoder. it will be faster and more accurate!
also you can use programs like gordianknot to create your avisynth script. you will have to add the audio seperately, although i'm not sure if nics encoder can read the ac3source audio out of the avs script. haven't tried that though...
generally what gordianknot will do for you is that it will find the correct cropping and resizing values as i assume that you do not want the black bars (.
this guide might be of some help for you too:
http://www.doom9.org/mpg/d2a-mpeg2dec.htm
steVe
frozen5555
26th May 2003, 23:56
When I posted my script. I was just started encoding for the second time. But the encoder failed. I tried cleaner XL and WMNicEnc both of them complete the encoding without any message but the result is 26KB. Certainly I tested my avs file with MPC player and its working. and by the way my video dont have black bar "The Age of Innocence" .
Thanks for replay
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.