PDA

View Full Version : how to convert dvdrip to .wmv with avisynth


whiteshark
21st June 2004, 05:02
mostly i can use the script of avisynith, wmnicenc.exe.convert dvdrip to wmv file successfully.

********
video=AVISource("1.avi",false)

audio=WAVsource("1.wav")

audiodub(video,audio)

LoadPlugin("VSFilter.dll")

Vobsub("1.idx")
**********
but some file i faile.
e.g
Ripper: Team NDRT Video Bitrate: 1168kb/s ?
Release Date: 06/13/2004 Audio Quality: AC3 448kb/s ?
DVD Retail Date: 01/01/2004 Video Resolution: 640x352 (1.85:1) ?
Theatrical Date: 04/19/2002 Release Size: 2CD 50x15MB ?
Film Genre: Crime/Thriller Video Framerate: 23.976 fps ?
DVD Runtime: 120 mins Language: English ? MPEG4 Codec Type: XviD 1.0 RC3 ? Subtitles: English/Chinese

if use the script of above.the media player cant play the avs.how to correct the avs.

DarkNite
21st June 2004, 09:05
Try this:

DirectShowSource("1.avi",fps=23.976,audio=true)

If you have a DirectShow AC3 audio filter (like AC3Filter) installed you shouldn't have any issues, except checking that it's configured to decode properly.

If the audio isn't your issue then please tell us the error message you recieve from AviSynth.