View Single Post
Old 31st July 2013, 21:27   #9  |  Link
DeeSeven
Registered User
 
Join Date: Jan 2010
Posts: 21
alright so I read into qtgmc and added "present= very slow" to my script

but when I start it it throws an error.

Quote:
Simple x264 Launcher (Build #506), built 2013-07-05

Job started at 2013-07-30, 21:35:38.

Source file: C:\Documents and Settings\admin\Desktop\encoding\Dr.G.Medical.Examiner - Burning.Questions.avs
Output file: C:\Documents and Settings\admin\My Documents\My Videos\Dr.G.Medical.Examiner - .Burning.Questions (2).mkv

--- SETTINGS ---

RC Mode: CRF
Preset: Veryslow
Tuning: None
Profile: Auto
Custom: --ref 11 --level 4.1 --no-fast-pskip --no-dct-decimate --bframes 5 --b-pyramid normal --direct auto --deblock -2:-1 --subme 10 --partitions all --trellis 2 --aq-strength 0.80 --psy-rd 1.0:0.0 --b-adapt 2 --me umh --merange 48 --thread-input

--- CHECK VERSION ---

Creating process:
"C:/Program Files/MuldeR/Simple x264 Launcher v2/toolset/x86/x264_8bit_x86.exe" --version

x264 0.135.2345 f0c1c53
(libswscale 2.3.100)
(libavformat 55.11.100)
(ffmpegsource 2.17.4.0)
built by Komisar on Jul 4 2013, gcc: 4.7.3 (multilib.generic.Komisar)
configuration: --bit-depth=8 --chroma-format=all
x264 license: GPL version 2 or later
libswscale/libavformat/ffmpegsource license: GPL version 2 or later

Creating process:
"C:/Program Files/MuldeR/Simple x264 Launcher v2/toolset/x86/avs2yuv_x86.exe"

Avs2YUV 0.24bm2

x264 revision: 2345 (core #135)
Avs2YUV version: 0.24.2

--- AVS INFO ---

Creating process:
"C:/Program Files/MuldeR/Simple x264 Launcher v2/toolset/x86/avs2yuv_x86.exe" -frames 1 "C:\Documents and Settings\admin\Desktop\encoding\Dr.G.Medical.Examiner - Burning.Questions.avs" NUL

error: Plugin C:\Program Files\AviSynth 2.5\plugins\fftw3.dll is not an AviSynth 2.5 plugin.
(C:\Documents and Settings\admin\Desktop\encoding\Dr.G.Medical.Examiner - Burning.Questions.avs, line 3)

PROCESS EXITED WITH ERROR CODE: 1
my script is as follows

Quote:
MPEG2Source("C:\Documents and Settings\admin\Desktop\encoding\Dr.G.Medical.Examiner - Prescription.for.Change - 2005.d2v", cpu=0)
LoadPlugin("C:\Documents and Settings\admin\Desktop\megui\tools\avisynth_plugin\TIVTC.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\fftw3.dll")
TFM(mode=5, slow=2, clip2=QTGMC(preset="very slow",sourcematch=3, tr2=0, FPSDivisor=2)).TDecimate(hybrid=3)
DeeSeven is offline   Reply With Quote