View Single Post
Old 27th December 2006, 21:19   #8  |  Link
ChrisW77
Registered User
 
Join Date: Sep 2006
Posts: 72
This looks great, but can anyone help a newbie ?

Lets say I have a simple script

Code:
LoadPlugin("C:\AviSynth\plugins\DGDecode.dll")
LoadPlugin("C:\AviSynth\plugins\MVTools.dll") 

video=mpeg2source("D:\video\project1.d2v", cpu=4, iPP=true, idct=5, info=3)
audio=MPASource("D:\video\project1 T01 DELAY 0ms.mpa")
AudioDub(video, audio)
ColorMatrix(hints=true)
ConvertToYV12(interlaced=false)
Crop(2,2,-2,-2,align=true)
Lanczos4Resize(640,360)
It's progressive, 16:9 720x576 Mpeg2 25fps PAL file.
Saved as simpletest.avs.
What would I add to simpletest.enc.txt ?
And how do you know what to add to simpletest.zones.txt

I just need a example, then hopefully I can figure out other tests from a example.

Any help, most appreciated, cheers.
ChrisW77 is offline   Reply With Quote