12thman115
30th November 2013, 02:02
Hello Everyone,
long story short I am trying to compress files sizes from 3.5-4.5 gigs down to 1 gig or less. I know it is possible to do so as I have watched these files and there is no loss of quality. So my question is can this be done using AviSynth 2.5 filters or a combination of both? below are my settings that I use so far. My quality is ok and my file size is about 1.3 gigs. Not looking for someone to tell me how to do it but point me in the right direction?
AviSynth script -
# Set DAR in encoder to 16 : 9. The following line is for automatic signalling
global MeGUI_darx = 16
global MeGUI_dary = 9
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\deblock.dll")
#deinterlace
#crop
#resize
LoadPlugin("C:\Program Files (x86)\megui\tools\avisynth_plugin\UnDot.dll")
Undot() # Minimal Noise
#deblock(quant=25,aOffset-boffset=25)
#DirectShowSource(Titel,fps=FpsZ)EnsureVBRMP3Sync()
Megui x264 settings -
program --preset veryslow --pass 2 --bitrate 4000 --stats ".stats" --deblock -1:-1 --qpmin 10 --qpmax 51 --psy-rd 1.0:0.06 --output "output" "input"
long story short I am trying to compress files sizes from 3.5-4.5 gigs down to 1 gig or less. I know it is possible to do so as I have watched these files and there is no loss of quality. So my question is can this be done using AviSynth 2.5 filters or a combination of both? below are my settings that I use so far. My quality is ok and my file size is about 1.3 gigs. Not looking for someone to tell me how to do it but point me in the right direction?
AviSynth script -
# Set DAR in encoder to 16 : 9. The following line is for automatic signalling
global MeGUI_darx = 16
global MeGUI_dary = 9
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\deblock.dll")
#deinterlace
#crop
#resize
LoadPlugin("C:\Program Files (x86)\megui\tools\avisynth_plugin\UnDot.dll")
Undot() # Minimal Noise
#deblock(quant=25,aOffset-boffset=25)
#DirectShowSource(Titel,fps=FpsZ)EnsureVBRMP3Sync()
Megui x264 settings -
program --preset veryslow --pass 2 --bitrate 4000 --stats ".stats" --deblock -1:-1 --qpmin 10 --qpmax 51 --psy-rd 1.0:0.06 --output "output" "input"