ficofico
19th February 2007, 21:36
Hi guys, I've tried successfully mvbob with megui and x264. I want to convert my mpeg recording using avisynth script and I've tried my "most needed" filters.
mvbob
ColorMatrix()
YToUV(FFT3DFilter(sigma=3, plane=1, bw=32, bh=32).UToY,\
FFT3DFilter(sigma=3, plane=2, bw=32, bh=32).VToY,\
FFT3DFilter(sigma=2, plane=0, bw=32, bh=32))
YToUV(FFT3DFilter(sigma=3, plane=1, bw=4, bh=4).UToY,\
FFT3DFilter(sigma=3, plane=2, bw=4, bh=4).VToY,\
FFT3DFilter(sigma=2, plane=0, bw=4, bh=4))
Limitedsharpenfaster(ss_x=2.0,ss_y=2.0,strength=170,wide=true,soft=1,overshoot=5,edgemode=1)
With this script I have very good result, but frame rate from pal become 50 fps and the bitrate for encoding I presume that also need larger value.
There is a way to decimate framerate to 25 fps ?
I've read about mcbob, but my dependencies aren't setting good..........It's better than mvbob? It's a double frame rate interlacing filter?
mvbob
ColorMatrix()
YToUV(FFT3DFilter(sigma=3, plane=1, bw=32, bh=32).UToY,\
FFT3DFilter(sigma=3, plane=2, bw=32, bh=32).VToY,\
FFT3DFilter(sigma=2, plane=0, bw=32, bh=32))
YToUV(FFT3DFilter(sigma=3, plane=1, bw=4, bh=4).UToY,\
FFT3DFilter(sigma=3, plane=2, bw=4, bh=4).VToY,\
FFT3DFilter(sigma=2, plane=0, bw=4, bh=4))
Limitedsharpenfaster(ss_x=2.0,ss_y=2.0,strength=170,wide=true,soft=1,overshoot=5,edgemode=1)
With this script I have very good result, but frame rate from pal become 50 fps and the bitrate for encoding I presume that also need larger value.
There is a way to decimate framerate to 25 fps ?
I've read about mcbob, but my dependencies aren't setting good..........It's better than mvbob? It's a double frame rate interlacing filter?