crasus
26th August 2009, 15:51
Good afternoon! :)
As a follow up, on my original topic here : http://forum.doom9.org/showthread.php?p=1318524#post1318524
It seems that when I enable FFT3D, the bitrate gets oversized. 1850 -> 2200 for example. Tested on 3 different xvid builds. If FFT3D is disabled, there are no problems and the bitrate comes as configured.
I'm currently using the following script & settings to encode a file :
Profile : Advanced Simple@L5
Quantization : MPEG
Adaptive Quantization : OFF
B-VOPs : 1/1.62/0.00
Packed Bitstream/QP/GMC : OFF
Zones : None
Motion Search : 6 - Ultra High
VHQ Mode : 4 - Wide Search
Use VHQ for B-frames
Use Chroma Motion
Frame drop : 0
Maximum I-Frame : 240
Quantizer restrictions : 1/31/1/31/1/31
Trellis quantization
AviSynth Script :
TFM(slow=2).TDecimate()
Crop(18,8,-14,-8)
BicubicResize(640,480,0,0.5)
greyscale()
DeGrainMedian(limitY=2,limitUV=3,mode=1)
DeGrainMedian(limitY=2,limitUV=3,mode=1)
FFT3DFilter(sigma=3)
Encoding via VirtualDubMod.
As a follow up, on my original topic here : http://forum.doom9.org/showthread.php?p=1318524#post1318524
It seems that when I enable FFT3D, the bitrate gets oversized. 1850 -> 2200 for example. Tested on 3 different xvid builds. If FFT3D is disabled, there are no problems and the bitrate comes as configured.
I'm currently using the following script & settings to encode a file :
Profile : Advanced Simple@L5
Quantization : MPEG
Adaptive Quantization : OFF
B-VOPs : 1/1.62/0.00
Packed Bitstream/QP/GMC : OFF
Zones : None
Motion Search : 6 - Ultra High
VHQ Mode : 4 - Wide Search
Use VHQ for B-frames
Use Chroma Motion
Frame drop : 0
Maximum I-Frame : 240
Quantizer restrictions : 1/31/1/31/1/31
Trellis quantization
AviSynth Script :
TFM(slow=2).TDecimate()
Crop(18,8,-14,-8)
BicubicResize(640,480,0,0.5)
greyscale()
DeGrainMedian(limitY=2,limitUV=3,mode=1)
DeGrainMedian(limitY=2,limitUV=3,mode=1)
FFT3DFilter(sigma=3)
Encoding via VirtualDubMod.