cjaar
12th May 2003, 08:19
I was trying to encode gladiator to 1 cd following the below setting give by keopi, i coundnt find lumafilter!!!!
#################################################################
If it's hard to compress and you're heading for 1CD you should use 2 bframes and a threshold of 255 SysKin doesn't like that high threshold, but for 1CD rips it really helps a lot. I didn't get my hands on that particular DVD yet so I don't know how much detail and noise is in there, but I'd recommand
Avisynth 2.5x, YV12
- LumaFilter()
- Convolution3d(preset="movieHQ") # only if there's little noise,
# sometimes preset="movieLQ" is necessary - movieHQ doesn't harm
# quality at least
- UnFilter(-5,-5) # for very little oversharped movies, else more
- UnDot()
- LanczosResize()(+bilinear resize for credits range)
If you still don't hit desired low bitrate you may try Bicubic Resize(x,y,0,0.5) instead of Lanczos.
VDubMod for encoding in YV12
If the movie has plenty details, try qpel. ChromaME is mandatory of course, it's just slowing down the encoding a little but usually helps where you else would've gotten blocks since it takes colour information into account as well.
...so nobody can complain I'd hide my favorite settings.
###################################################################
the encode hs comeout well but its bit dark, lumafilter will do the trick(after ready some post here on the forum).
I did a search but did get where to download, check avisynth/~warpenterprice page did get.... can any1 point to me to the url plz... looking for avs2.5 one.
thanks
cjaar
#################################################################
If it's hard to compress and you're heading for 1CD you should use 2 bframes and a threshold of 255 SysKin doesn't like that high threshold, but for 1CD rips it really helps a lot. I didn't get my hands on that particular DVD yet so I don't know how much detail and noise is in there, but I'd recommand
Avisynth 2.5x, YV12
- LumaFilter()
- Convolution3d(preset="movieHQ") # only if there's little noise,
# sometimes preset="movieLQ" is necessary - movieHQ doesn't harm
# quality at least
- UnFilter(-5,-5) # for very little oversharped movies, else more
- UnDot()
- LanczosResize()(+bilinear resize for credits range)
If you still don't hit desired low bitrate you may try Bicubic Resize(x,y,0,0.5) instead of Lanczos.
VDubMod for encoding in YV12
If the movie has plenty details, try qpel. ChromaME is mandatory of course, it's just slowing down the encoding a little but usually helps where you else would've gotten blocks since it takes colour information into account as well.
...so nobody can complain I'd hide my favorite settings.
###################################################################
the encode hs comeout well but its bit dark, lumafilter will do the trick(after ready some post here on the forum).
I did a search but did get where to download, check avisynth/~warpenterprice page did get.... can any1 point to me to the url plz... looking for avs2.5 one.
thanks
cjaar