Dyolfknip
10th February 2006, 10:58
Hello!
I'm recently started to use avisynth and I would like to make a good script to encode my Friends (R2) season boxes to DivX. My current script looks like this:
mpeg2source("F:\Process\Project-1\Project.d2v")
tdeint(mode=0,order=1) or fielddeinterlace(full=true,blend=false)
crop(16,16,-16,-16)
bilinearresize(640,480)
I would like to know if I'm maintaining the original frame AR here? Source is quite noisy and I would like to clean it a little bit what filter do you suggest? Bitrate for video is 1973kbps and i think that it should be good enough for 640x480 frame size. I would be really happy if someone could post a script that would help me to get higher quality encodes.
My DivX 6.11 Pro settings are:
3xInsane mode
250 Keyframe interval
Bi-directional encoding as allowed by the home theatre profile
263h Optimized
I'm recently started to use avisynth and I would like to make a good script to encode my Friends (R2) season boxes to DivX. My current script looks like this:
mpeg2source("F:\Process\Project-1\Project.d2v")
tdeint(mode=0,order=1) or fielddeinterlace(full=true,blend=false)
crop(16,16,-16,-16)
bilinearresize(640,480)
I would like to know if I'm maintaining the original frame AR here? Source is quite noisy and I would like to clean it a little bit what filter do you suggest? Bitrate for video is 1973kbps and i think that it should be good enough for 640x480 frame size. I would be really happy if someone could post a script that would help me to get higher quality encodes.
My DivX 6.11 Pro settings are:
3xInsane mode
250 Keyframe interval
Bi-directional encoding as allowed by the home theatre profile
263h Optimized