Log in

View Full Version : MeGUI video file size issue


las7h0p3
19th January 2011, 23:02
Hello everyone,

I have a problem, every time when I click on AutoEncode and set a video file size like... 230mb it ends up 345mb or something like that... I'm using Xvid: 2pass HQ (no Qpel). How can this problem be fixed?

Sharktooth
20th January 2011, 01:02
post the logfile and avs script

las7h0p3
20th January 2011, 06:24
LoadPlugin("E:\asdsdadasas\plugins\vsfilter.dll")
LoadPlugin("D:\plugins\tdeint.dll")
LoadPlugin("D:\plugins\tivtc.dll")
LoadPlugin("D:\plugins\dgdecode.dll")
LoadPlugin("D:\plugins\fieldhint.dll")


function Preset0(clip c) {
#Name: Default
c
return last
}

DGDecode_Mpeg2Source("D:\01_HD.d2v")
Trim(2703,8269)++Trim(10374,30510)++Trim(32311,49153)++Trim(51851,0)


YattaPreMatchClip = last
FieldHint(ovr="D:\01_HD.d2v.fh.txt")
TDeint(clip2=YattaPreMatchClip,hints=true,order=1,type=0,sharp=true)


PresetClip0=Preset0()

PresetClip0.Trim(0,43375)



TDecimate(mode=1,cycle=5,ovr="D:\01_HD.d2v.dec.txt")


Spline36Resize(704,400)

TextSub("C:\Users\Administrator\Desktop\subtitles.ass")


logfile: http://rapidshare.com/files/443514018/logfile.txt


Everything was okay and all of a sudden it started to mess with the filesize...

Sharktooth
20th January 2011, 15:01
that's pretty weird. try reinstalling the xvid package (force reinstall) from the autoupdate window.

las7h0p3
20th January 2011, 18:54
nope, still the same...