INDEX  F.A.Q.  SEARCH  LATEST POSTS     Rules  Register  Profile  Private messages  Login


Login:   Username:  Password:   Log me on automatically    
Register I forgot my password I forgot my username Resend the activation key

DVD to Windows Smartphones AVISynth Script

Forum Index -> How to's -> User guides Printer-friendly version
Reply to topic
Author Message
daveoggy
Member


Joined: 14 Sep 2002

Post Posted: Dec 21, 2004 13:02 Posts Comp View users profile Send private message Reply with quote

I've found that I'm using this script all the time and thought it might be useful to others too. The resulting files are great on my Orange SPV C500 when played using Betaplayer and I'm sure it would work for other Smartphone models just as well.

A two pass encode using XVID with a bitrate of 225kbps seems more than adequate for movies this size.

All plugins can be downloaded from www.avisynth.org/warpenterprises/. Anyway heres the script:

Code:

# Created by AVSEdit
# Dave 27/11/2004

Loadplugin("d:\Program Files\AviSynth 2.5\plugins\MipSmooth.dll")
Loadplugin("d:\Program Files\AviSynth 2.5\plugins\AutoCrop.dll")
LoadPlugin("d:\Program Files\AviSynth 2.5\plugins\avsmon25a.dll")
LoadPlugin("d:\Program Files\AviSynth 2.5\plugins\MPEG2dec3.dll")
LoadPlugin("d:\Program Files\AviSynth 2.5\plugins\UnDot.dll")

MPEG2Source("D:\THE_MATRIX\VIDEO_TS\matrix dave.d2v").AutoCrop(mode=0)

video1=MPEG2Source("D:\THE_MATRIX\VIDEO_TS\matrix dave.d2v").AutoCrop(mode=0)

#Find the heigh to give the Correct Aspect Ratio and ensures height is a multiple of 2
videoheight = Ceil((float(220)/float(960) * float(video1.height)) / 2) *2

Lanczos4Resize(220,videoheight)

UnDot()

ConvertToRGB24()

MipSmooth(preset = "movieLQ")

MonitorFilter()


You will need to know how to use DVD2AVI as well as VirtualDUB for the encoding. There are already tons of guides on this, but I will include the info here if it is requested.


Reply to topic All times are GMT - 6 Hours
Forum Index -> How to's -> User guides Page 1 of 1





You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You can vote in polls in this forum



Jump to:  
Display:   
DVDFab DVD to DVD and Blu-ray to Blu-ray offers a 20% discount until Nov 22, 2009. More info or download trial!
About   Advertise   Forum Archive   RSS Feeds   Statistics