View Single Post
Old 16th August 2006, 09:24   #445  |  Link
Blue_MiSfit
Derek Prestegard IRL
 
Blue_MiSfit's Avatar
 
Join Date: Nov 2003
Location: Los Angeles
Posts: 5,989
I've got a wierd one all of a sudden. Here is the script for reference:

Code:
LoadPlugin("...\RemoveGrainSSE3.dll")
LoadPlugin("...\fft3dgpu.dll")
LoadPlugin("...\gradfun2db.dll")

DGDecode_mpeg2source("...\VTS_02_1.d2v",info=3)

ColorMatrix(hints=true)

fft3dgpu(sigma=2, bt=2, plane=1, wintype=1)
removegrain(mode=1)

gradfun2db()
Source is a 24p DVD. The problem is that when I go to encode with x264 shooting for a hair under 3 mbit automated 2 pass, MeGUI dissapears unexpectedly.

I tried a different movie with the same x264 settings, and a script with mpeg2source, colormatrix, removegrain, and eedi. This ran without issue.

After megui closes x264.exe is still running, and hogging up ~200MB of RAM for firstpass!!

here's my command line:
C:\Program Files\megui\tools\x264\x264.exe --pass 2 --bitrate 700 --stats ".stats" --keyint 240 --min-keyint 24 --ref 5 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --nf --subme 6 --trellis 1 --analyse all --8x8dct --me umh --thread-input --cqmfile "D:\x264 Matricies\M4G_High_Detail_AVC.cfg" --progress --no-dct-decimate --no-psnr --output "" ""


Also, this script goes smoothly through vdub into XviD CQ4.

Ideas?
~MiSfit
__________________
These are all my personal statements, not those of my employer :)

Last edited by Blue_MiSfit; 16th August 2006 at 09:39.
Blue_MiSfit is offline   Reply With Quote