Log in

View Full Version : Megui Problems!


Deathless
24th February 2011, 16:08
Hi, i have some problems using MeGUI.

OS: Windows 7, 64-bit.

Codecs: ffdshow and matroska.

Tools i'm using: avisynth 2.5, MeGUI with the following script:

# plugins
LoadPlugin("C:\Bluray\AviSynth 2.5\plugins\fft3dfilter.dll")
LoadPlugin("C:\Bluray\AviSynth 2.5\plugins\MTMaskTools.dll")
LoadPlugin("C:\Bluray\AviSynth 2.5\plugins\WarpSharp.dll")
LoadPlugin("C:\Bluray\AviSynth 2.5\plugins\MTMaskTools26.dll")
LoadPlugin("C:\Bluray\AviSynth 2.5\plugins\RemoveGrainSSE3.dll")
LoadPlugin("C:\Bluray\AviSynth 2.5\plugins\RepairSSE3.dll")
Loadplugin("C:\Bluray\AviSynth 2.5\plugins\DeBlock.dll")
LoadPlugin("C:\Bluray\AviSynth 2.5\plugins\FFT3DGpu.dll")
Import("C:\Bluray\AviSynth 2.5\plugins\LSFmod.avsi")

# source
Directshowsource("source")
ConvertToYV12()

# script
# *
FFT3DGpu(mode=1,precision=2,bt=4,bw=32,bh=32,oh=16,ow=16,degrid=1,\
sigma=2.7,sigma2=1.9,sigma3=1.7,sigma4=1.4,plane=4,wintype=2,interlaced=false,\
scutoff=0.2,svr=1.0,smin=5.0,smax=20.0,sharpen=0.3)
# **
LSFmod(defaults="slow",strength=70,Smode=5,Smethod=3,kernel=11,preblur="OFF",\
secure=true,Szrp=16,Spwr=4,SdmpLo=4,SdmpHi=48,Lmode=4,soft=0,soothe=true,keep=20,\
edgemaskHQ=true,show=false)

My source files are only 720p files. I'm trying to encode them to .avi files so they can be watched on standalone players, such as E-Boda DVX HD 1000.

Everything was working fine 1 week ago, when i encoded a file using the same tools. Since then i tried 3 times but the result was the same. Megui does "fine" the encode, but when i try to play it in MPC-HC i get this erorr. I even tried in Splash Player(which has internal codecs) but it won't work. This is the error i'm getting after MeGUI encoding.

L:\Workspace\Final\shooter.avi::Output

Media Type 0:
--------------------------
Unknown

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Stream {E436EB83-524F-11CE-9F53-0020AF0BA770}
subtype: MEDIASUBTYPE_Avi {E436EB88-524F-11CE-9F53-0020AF0BA770}
formattype: TIME_FORMAT_NONE {00000000-0000-0000-0000-000000000000}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 0


But the weird thing is that when i tried to obtain a sample from the source file adding .trim(2500,5000), everything went fine. So i can't tell where is the problem.

Thank you!

Sharktooth
24th February 2011, 16:12
reinstall ffdshow, or install a newer version and see if it helps.

Deathless
24th February 2011, 16:28
Ok. I'l try. But i can't right now. Maybe Saturday. Thank you anyway!

Deathless
6th April 2011, 20:16
The problem was because of MeGUI. MeGUI couldn't handle files larger than 1GB or something like that.. Everything works fine now.

Zathor
6th April 2011, 20:30
The problem was because of MeGUI. MeGUI couldn't handle files larger than 1GB or something like that.. Everything works fine now.
The included xvid_encraw 1.3.x on the dev server was not able to write files larger than 2GB. This has been "solved" by reverting back to 1.2.2.

Deathless
28th April 2011, 13:48
This time everything went fine. The same settings. I used the last version of MeGUI.