supernater
24th December 2008, 22:07
Hi there,
I am compressing some anime to a very small file (50 mb) using MeGUI. I am compressing as follows...
24 kbps audio using Nero AAC HEPS
324 kbps video usingx264 using the x264: Unrestricted 2pass Anime_Toons HQ profile on MeGUI
Video,
640x480 partially interlaced video
19:49 in duration
I know some of you are going to say that this is way too low of a bitrate, but the quality has been fine by my eye. I also throw in some FFT3D to sharpen the image and I lower the framerate to 23.976 fps (works better on XBMC than 29 fps)
I'm kind of new to avisynth MeGUI, so I have a question...
My script is as follows....
DGDecode_mpeg2source("E:\Share\set1 disk2\001 video.d2v",info=3)
ColorMatrix(hints=true,interlaced=true)
tfm(order=1).tdecimate(mode=1,hybrid=1)
crop( 8, 4, -8, 0)
LanczosResize(640,480) # Lanczos (Sharp)
FFT3DFilter(sigma=1.5, bt=5, bw=32, bh=32, ow=16, oh=16, sharpen=0.4, plane=4)
ConvertFPS(23.976)
My question is....
FFT3D has an option for interlaced film (which this is). Do I have to set it as interlaced=true? Since the deinterlaced settings are in the script before FFT3DFilter is, isn't the frame deinterlaced by the time it gets to the FFT3DFilter part of the script? Or am I misunderstanding how avisynth works.
By the way, I just wanted to say thank you for making MeGUI and the codecs. It is such a wonderful application. My friends scoffed at the notion of 50 MB compression per 20 minute episode until I showed them the results. At first I told them it was 175 MB in size, then after we watched some of it, I showed them it was really 50 MB, they immediatly demanded to know how I had done it, heh heh heh. They hadn't even heard of MeGUI until I showed them. Where do I donate to support this application and avisynth?
I am compressing some anime to a very small file (50 mb) using MeGUI. I am compressing as follows...
24 kbps audio using Nero AAC HEPS
324 kbps video usingx264 using the x264: Unrestricted 2pass Anime_Toons HQ profile on MeGUI
Video,
640x480 partially interlaced video
19:49 in duration
I know some of you are going to say that this is way too low of a bitrate, but the quality has been fine by my eye. I also throw in some FFT3D to sharpen the image and I lower the framerate to 23.976 fps (works better on XBMC than 29 fps)
I'm kind of new to avisynth MeGUI, so I have a question...
My script is as follows....
DGDecode_mpeg2source("E:\Share\set1 disk2\001 video.d2v",info=3)
ColorMatrix(hints=true,interlaced=true)
tfm(order=1).tdecimate(mode=1,hybrid=1)
crop( 8, 4, -8, 0)
LanczosResize(640,480) # Lanczos (Sharp)
FFT3DFilter(sigma=1.5, bt=5, bw=32, bh=32, ow=16, oh=16, sharpen=0.4, plane=4)
ConvertFPS(23.976)
My question is....
FFT3D has an option for interlaced film (which this is). Do I have to set it as interlaced=true? Since the deinterlaced settings are in the script before FFT3DFilter is, isn't the frame deinterlaced by the time it gets to the FFT3DFilter part of the script? Or am I misunderstanding how avisynth works.
By the way, I just wanted to say thank you for making MeGUI and the codecs. It is such a wonderful application. My friends scoffed at the notion of 50 MB compression per 20 minute episode until I showed them the results. At first I told them it was 175 MB in size, then after we watched some of it, I showed them it was really 50 MB, they immediatly demanded to know how I had done it, heh heh heh. They hadn't even heard of MeGUI until I showed them. Where do I donate to support this application and avisynth?