Log in

View Full Version : Megui crashes while opening avs script with 720 or 1080p DVB-S2 source


Altaria
15th November 2008, 20:21
hello
first i cut my files with H264 cutter, then i use dgavc to demultiplex the streams. After that i write a small script like that:

LoadPlugin("C:\\DGAVCDecode.dll")
AVCSource("11-11_01-09-00_ORF 1 HD (ger)_C.S.I. Miami_cut.dga")

I open that avs with Avisynth Script Creator in Megui and make my settings, but when i try to save the script Megui crashes (in 9 out of 10 tryings)

has anyone an idea?

Adub
16th November 2008, 06:27
We are going to need some more info before we can help you.

What versions are you running of Avisynth, MeGUI, DGAVCindex, etc?

What are your "settings"?

Is your processor overclocked at all?

Altaria
16th November 2008, 09:15
well, i update megui everytime from the stable server so currently is running 0.3.0.3010, avisynth 2.5 and dgavc 104

i have an amd 4400+ (not overclocked), 2gb ram, geforce 8800gt

the settings in megui: resize to mod 16, filter: bilinear (soft), source: interlaced/mostly film, sometimes crop so the script looks like that:

# Set DAR in encoder to 16 : 9. The following line is for automatic signalling
global MeGUI_darx = 16
global MeGUI_dary = 9
DirectShowSource("C:\Dokumente und Einstellungen\Altaria\Eigene Dateien\Eigene Videos\csi.avs",fps=50,audio=false)
#deinterlace
#crop
BilinearResize(1280,720) # Bilinear (Soft)
#denoise

When i try to open it in vdub 1.8.0 then the error message
"not enough memory" appears

It's strange because i have encoded "planet earth" (720p) without errors, and i can open the avs script:

LoadPlugin("C:\\DGAVCDecode.dll")
AVCSource("11-11_01-09-00_ORF 1 HD (ger)_C.S.I. Miami_cut.dga")

without problems, only when i try to save, megui closes after 10sec

Sharktooth
16th November 2008, 16:15
... opening and avs script using direcshowsource from another avs...
USELESS.
replace the directshowsource("...") with the content of your csi.avs script.

Altaria
16th November 2008, 18:05
when i use the following script:

# Set DAR in encoder to 16 : 9. The following line is for automatic signalling
global MeGUI_darx = 16
global MeGUI_dary = 9
DirectShowSource("11-11_01-09-00_ORF 1 HD (ger)_C.S.I. Miami_cut.dga",fps=50,audio=false)
#deinterlace
#crop
BilinearResize(1280,720) # Bilinear (Soft)

i recieve the message: couldn't open file, the format is not supported.

when i replace "DirectShowSource" with AVCSource: "there is so such function"

poisondeathray
16th November 2008, 18:29
when i use the following script:

# Set DAR in encoder to 16 : 9. The following line is for automatic signalling
global MeGUI_darx = 16
global MeGUI_dary = 9
DirectShowSource("11-11_01-09-00_ORF 1 HD (ger)_C.S.I. Miami_cut.dga",fps=50,audio=false)
#deinterlace
#crop
BilinearResize(1280,720) # Bilinear (Soft)

i recieve the message: couldn't open file, the format is not supported.

when i replace "DirectShowSource" with AVCSource: "there is so such function"


LoadPlugin("PATH\DGAVCDecode.dll")
AVCSource("File.dga")

OR

DirectShowSource("File.ts", fps=50,audio=false)

You seem to be mixing syntax from both methods. The avisynth creator doesn't work with DGAVCDec, just enter the script manually

Altaria
16th November 2008, 19:28
thx and thx to neuron :-) for creating DGAVC

Guest
17th November 2008, 01:53
You are most welcome, and remember, your wish is my command, but be careful what you wish for. Yes, I know, I sometimes make random utterances. I believe it is due to a brain pathology. Life is so unfair.