Reino
1st May 2008, 16:33
Good afternoon,
For personal use I've been using MeGUI (and Belight) to encode dvd material to MKV[H.264+Vorbis]. This has worked perfectly for me up until now.
The message that constantly returns is: "The current job contains errors. Skipping chained jobs". Let me just post the log-file:
Looking for job processor for job...
Processor found!
------------------------------------------------------
Starting job job1-1 at 14:24:44
Starting preprocessing of job...
Preprocessing finished!
encoder commandline:
--pass 1 --bitrate 534 --stats "D:\example.stats" --bframes 3 --b-pyramid --direct auto
--filter 1,1 --subme 1 --analyse none --vbv-maxrate 25000 --me dia --threads auto
--thread-input --progress --no-psnr --no-ssim --output NUL "D:\example.avs"
successfully started encoding
Processing ended at 16:04:15
----------------------
Log for job job1-1
avis [info]: 512x384 @ 25.00 fps (70961 frames)
x264 [info]: using cpu capabilities: MMX MMX2 SSE SSE2 SSE3 Cache64
x264 [warning]: VBV maxrate specified, but no bufsize.
----------------------
The current job contains errors. Skipping chained jobs
End of log for job1-1
-------------------------------------------------------
The actual x264.exe commandline: --pass 2 --bitrate 534 --stats ".stats" --ref 10 --mixed-refs --bframes 3 --b-pyramid
--b-rdo --bime --weightb --direct auto --filter 1,1 --subme 6 --trellis 1 --analyse all
--8x8dct --vbv-maxrate 25000 --me umh --threads auto --thread-input --progress --no-psnr
--no-ssim --output "D:\example.mkv" "D:\example.avs"
Maybe posting the aviscript is also useful: mpeg2source("D:\example.d2v")
TDeint(mode=1)
Mrestore(quality=2,numr=1001,denm=2002)
crop(6,2,-8,-2)
Lanczos4Resize(512,384)
LimitedSharpenFaster()
aWarpSharp(8.0,2,0.5)
Tweak(sat=1.05,cont=1.02)
Deen("a3d",1,3,5)
__film = last
__t0 = __film.trim(0, 70960)
__t0
Now, this hasn't happened for me before, but now everytime the first pass finishes it tells me the jobs contains errors somehow. I absolutely don't know what to do anymore. I've reinstalled MeGUI and AviSynth, updated x264.exe to the newest version and still the error shows up. I also haven't suddenly used different encoder settings. I haven't changed them at all actually!
Any help would greatly be appreciated!
For personal use I've been using MeGUI (and Belight) to encode dvd material to MKV[H.264+Vorbis]. This has worked perfectly for me up until now.
The message that constantly returns is: "The current job contains errors. Skipping chained jobs". Let me just post the log-file:
Looking for job processor for job...
Processor found!
------------------------------------------------------
Starting job job1-1 at 14:24:44
Starting preprocessing of job...
Preprocessing finished!
encoder commandline:
--pass 1 --bitrate 534 --stats "D:\example.stats" --bframes 3 --b-pyramid --direct auto
--filter 1,1 --subme 1 --analyse none --vbv-maxrate 25000 --me dia --threads auto
--thread-input --progress --no-psnr --no-ssim --output NUL "D:\example.avs"
successfully started encoding
Processing ended at 16:04:15
----------------------
Log for job job1-1
avis [info]: 512x384 @ 25.00 fps (70961 frames)
x264 [info]: using cpu capabilities: MMX MMX2 SSE SSE2 SSE3 Cache64
x264 [warning]: VBV maxrate specified, but no bufsize.
----------------------
The current job contains errors. Skipping chained jobs
End of log for job1-1
-------------------------------------------------------
The actual x264.exe commandline: --pass 2 --bitrate 534 --stats ".stats" --ref 10 --mixed-refs --bframes 3 --b-pyramid
--b-rdo --bime --weightb --direct auto --filter 1,1 --subme 6 --trellis 1 --analyse all
--8x8dct --vbv-maxrate 25000 --me umh --threads auto --thread-input --progress --no-psnr
--no-ssim --output "D:\example.mkv" "D:\example.avs"
Maybe posting the aviscript is also useful: mpeg2source("D:\example.d2v")
TDeint(mode=1)
Mrestore(quality=2,numr=1001,denm=2002)
crop(6,2,-8,-2)
Lanczos4Resize(512,384)
LimitedSharpenFaster()
aWarpSharp(8.0,2,0.5)
Tweak(sat=1.05,cont=1.02)
Deen("a3d",1,3,5)
__film = last
__t0 = __film.trim(0, 70960)
__t0
Now, this hasn't happened for me before, but now everytime the first pass finishes it tells me the jobs contains errors somehow. I absolutely don't know what to do anymore. I've reinstalled MeGUI and AviSynth, updated x264.exe to the newest version and still the error shows up. I also haven't suddenly used different encoder settings. I haven't changed them at all actually!
Any help would greatly be appreciated!