nekostephan
1st March 2007, 17:12
Hello there.
I didn't know which exact category this request does belong to, so I decided to judge by the level of my experience.
I am trying to encode a ripped DVD for archiving purposes. DVD ripped with DVDDecrypter, indexed with DGIndex.
When I load the avs in MeGUI, it displays the preview just fine. But when I launch the jobs, on the first pass job list displays error.
I'm pretty sure Avisynth and meGUI are fine, since I've done a couple of other projects in x264 lately. Though the sources were avi DivX files.
The log says this:
Looking for job processor for job...
Processor found!
Starting job job1-1 at 18:11:31
Starting preprocessing of job...
Preprocessing finished!
encoder commandline:
--pass 1 --bitrate 1300 --stats "D:\sku_workshop\24-26\24.stats" --bframes 2 --b-pyramid --nf --subme 1 --analyse none --me dia --thread-input --progress --no-psnr --no-ssim --output NUL "D:\sku_workshop\24-26\24.avs"
successfully started encoding
Processing ended at 18:11:33
----------------------------------------------------------------------------------------------------------
Log for job job1-1
----------------------------------------------------------------------------------------------------------
The current job contains errors. Skipping chained jobs
My settings are as follows:
--pass 2 --bitrate 1300 --stats ".stats" --ref 2 --no-fast-pskip --bframes 2 --b-pyramid --b-rdo --bime --weightb --nf --subme 6 --analyse p8x8,b8x8,i4x4,p4x4 --me esa --thread-input --progress --no-psnr --no-ssim --output "D:\sku_workshop\24-26\24.mkv" "D:\sku_workshop\24-26\24.avs"
And just in case, my avs file looks like this:
MPEG2Source("23_v2.d2v")
VagueDenoiser(threshold=4,nsteps=6)
TDeint(order=1,type=3)
Telecide(1,guide=2)
Crop(10,0,-14,-2)
LanczosResize(704,528)
The question is, what may be the possible source of problem?
As for codecs\playback I use latest ffdshow + Media Player Classic.
And I'm actually able to play the .vob just fine O__o
I didn't know which exact category this request does belong to, so I decided to judge by the level of my experience.
I am trying to encode a ripped DVD for archiving purposes. DVD ripped with DVDDecrypter, indexed with DGIndex.
When I load the avs in MeGUI, it displays the preview just fine. But when I launch the jobs, on the first pass job list displays error.
I'm pretty sure Avisynth and meGUI are fine, since I've done a couple of other projects in x264 lately. Though the sources were avi DivX files.
The log says this:
Looking for job processor for job...
Processor found!
Starting job job1-1 at 18:11:31
Starting preprocessing of job...
Preprocessing finished!
encoder commandline:
--pass 1 --bitrate 1300 --stats "D:\sku_workshop\24-26\24.stats" --bframes 2 --b-pyramid --nf --subme 1 --analyse none --me dia --thread-input --progress --no-psnr --no-ssim --output NUL "D:\sku_workshop\24-26\24.avs"
successfully started encoding
Processing ended at 18:11:33
----------------------------------------------------------------------------------------------------------
Log for job job1-1
----------------------------------------------------------------------------------------------------------
The current job contains errors. Skipping chained jobs
My settings are as follows:
--pass 2 --bitrate 1300 --stats ".stats" --ref 2 --no-fast-pskip --bframes 2 --b-pyramid --b-rdo --bime --weightb --nf --subme 6 --analyse p8x8,b8x8,i4x4,p4x4 --me esa --thread-input --progress --no-psnr --no-ssim --output "D:\sku_workshop\24-26\24.mkv" "D:\sku_workshop\24-26\24.avs"
And just in case, my avs file looks like this:
MPEG2Source("23_v2.d2v")
VagueDenoiser(threshold=4,nsteps=6)
TDeint(order=1,type=3)
Telecide(1,guide=2)
Crop(10,0,-14,-2)
LanczosResize(704,528)
The question is, what may be the possible source of problem?
As for codecs\playback I use latest ffdshow + Media Player Classic.
And I'm actually able to play the .vob just fine O__o