archon231
13th June 2003, 22:47
I dont know why this is happening, it seems kinda odd, since most problems have to do with getting the file smaller ^_^;; But anywho..
I am encoding Read or Die (anime) and, since its 3 eps, i am using 233 for each of them (1 CD). And for some reason, after about 6 tries, i can not get the first episode to about 210mb (need room for audio) its maxing out around 130, which is terrible quality. Here is my .avs:
----------------------------------------------------------
LoadPlugin("D:\mpeg2dec.dll")
LoadPlugin("D:\decomb.dll")
LoadPlugin("D:\warpsharp.dll")
mpeg2source("D:\_Read or Die\1\readordie_1_30fps.d2v")
Telecide()
Decimate(cycle=5)
crop(4,0,712,480)
BicubicResize(640,480,0,0.5)
Tweak(Sat=1.4,Bright=10)
WarpSharp(depth=128, blur=2, bump=150, cubic=-0.6)
----------------------------------------------------------
I'm doing a 2-pass, and i have tried different sizes in the 2nd-pass int thing too, nothing seems to work. Even tried making the avg bitrate way higher, nothin. Any help is great, thankyou ^_^
I am encoding Read or Die (anime) and, since its 3 eps, i am using 233 for each of them (1 CD). And for some reason, after about 6 tries, i can not get the first episode to about 210mb (need room for audio) its maxing out around 130, which is terrible quality. Here is my .avs:
----------------------------------------------------------
LoadPlugin("D:\mpeg2dec.dll")
LoadPlugin("D:\decomb.dll")
LoadPlugin("D:\warpsharp.dll")
mpeg2source("D:\_Read or Die\1\readordie_1_30fps.d2v")
Telecide()
Decimate(cycle=5)
crop(4,0,712,480)
BicubicResize(640,480,0,0.5)
Tweak(Sat=1.4,Bright=10)
WarpSharp(depth=128, blur=2, bump=150, cubic=-0.6)
----------------------------------------------------------
I'm doing a 2-pass, and i have tried different sizes in the 2nd-pass int thing too, nothing seems to work. Even tried making the avg bitrate way higher, nothin. Any help is great, thankyou ^_^