PDA

View Full Version : mencoder problem


Lemonzest
1st January 2006, 19:06
Hi

i'm wanting to encode to xvid using MeGUI and mencoder (dated 1/1/2006) and no matter what resize i use in my avs file megui just quits. what input sizes does mencoder use? i'm using 720x304 (16x16)

Thanks

Sharktooth
1st January 2006, 19:09
MeGUI version? mencoder version and build? OS? and all the usual stuff needed for a bug report...

Lemonzest
1st January 2006, 19:16
MeGUI Version:0.2.3.1029
Mencoder version:mplayer2006.01.01.Athlon-64 (celtic druids) (also tried with athlon-xp build, same date)

OS:Windows XP Pro SP2

other specs in sig

avs

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\AutoCrop.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\fft3dfilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FFT3dGPU.dll")
#DirectShowSource("",audio=false)
Mpeg2Source("C:\Documents and Settings\Lemonzest\Desktop\Temp.d2v",cpu=0,info=0)
Trim(96000,-2500)
Telecide(order=1,guide=2,post=0,show=false)
#AutoCrop(1,4,2)
Crop(0,76,720,426,align=true)
Lanczos4Resize(704,304)
#fft3dGPU(sigma=1,bw=64,bh=64,bt=3,sharpen=0,plane=4,mode=1,precision=2)
FluxsmoothST()

works fine with the x264 cli (394) but cant encode with any option that uses mencoder (xvid/asp/snow)

celtic_druid
2nd January 2006, 04:04
Perhaps?
http://forum.doom9.org/showthread.php?p=760672#post760672

Next build I guess I will package them or try and link statically.

Lemonzest
2nd January 2006, 17:15
thanks that fixed it :)