Log in

View Full Version : meGui 0.2.4.1039 forwards wrong parameters to encoder


Hobojobo
9th April 2007, 11:07
I'm having a problem with the latest meGui 0.2.4.1039.
meGUi 0.2.4.1026 works all right.

I am running Windows XP SP2.

I am using this video profile: CQ-ASP_Q2_eq(crf)
For testing both versions are in the same directory, named differently.
They are using the same job list.

meGui 0.2.4.1039 is passing "--crf 0 --..." to the encoder, what should be "--crf 18 --..."
See the logs.

Can somebody confirm this behaviour?


MeGui 0.2.4.1039

Looking for job processor for job...
Processor found!
Starting job job1 at 11:42:33
Starting preprocessing of job...
Preprocessing finished!
encoder commandline:
--crf 0 --ref 3 --mixed-refs --bframes 3 --b-pyramid --b-rdo --bime --weightb --filter -2,-1 --subme 6 --trellis 1 --analyse all --8x8dct --vbv-maxrate 25000 --me umh --threads 2 --thread-input --progress --no-psnr --no-ssim --output "D:\clip.mp4" "D:\clip.avs"
successfully started encoding


MeGui 0.2.4.1026

Looking for job processor for job...
Processor found!
Starting job job1 at 11:45:05
Starting preprocessing of job...
Preprocessing finished!
encoder commandline:
--crf 18 --ref 3 --mixed-refs --bframes 3 --b-pyramid --b-rdo --bime --weightb --filter -2,-1 --subme 6 --trellis 1 --analyse all --8x8dct --vbv-maxrate 25000 --me umh --threads 2 --thread-input --progress --no-psnr --no-ssim --output "D:\clip.mp4" "D:\clip.avs"
successfully started encoding