Log in

View Full Version : megui: oversized (huge) file with cq-profile


Hobojobo
14th February 2007, 22:37
Hi,
I am doing some tests with megui (0.2.4.1038 with latest updates) and the video x264 profiles.
I took chapter 15, the lobby shooting, from "The Matrix" (PAL-DVD)
The cq-asp_q2_eq(crf) profile returned a totally oversized file (413 MB without audio)

Is something wrong with the profile or ...?

log file:

Looking for job processor for job...
Processor found!
Starting job job4 at 22:10:27
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 --thread-input --progress --no-psnr --no-ssim --output "H:\Matrix - KAP\MATRIX_KAP29\Kap29.mp4" "H:\Matrix - KAP\MATRIX_KAP29\Kap29.avs"
successfully started encoding
Processing ended at 22:27:46
----------------------------------------------------------------------------------------------------------

Log for job job4

avis [info]: 704x288 @ 25.00 fps (4689 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2 3DNow!
x264 [warning]: VBV maxrate specified, but no bufsize.
mp4 [info]: initial delay 2 (scale 25)
x264 [info]: slice I:90 Avg QP: 0.00 size:107230
x264 [info]: slice P:2639 Avg QP: 0.00 size: 95456
x264 [info]: slice B:1960 Avg QP: 0.00 size: 87790
x264 [info]: mb I I16..4: 2.9% 0.0% 97.1%
x264 [info]: mb P I16..4: 2.0% 0.0% 58.6% P16..4: 11.7% 12.3% 11.9% 2.1% 1.4% skip: 0.0%
x264 [info]: mb B I16..4: 1.8% 0.0% 15.8% B16..8: 29.7% 7.3% 25.1% direct:20.1% skip: 0.0%
x264 [info]: ref P 77.7% 15.4% 6.9%
x264 [info]: ref B 87.2% 9.6% 3.2%
x264 [info]: kb/s:18495.5

encoded 4689 frames, 4.52 fps, 18495.80 kb/s

desired video bitrate of this job: 18 kbit/s - obtained video bitrate (approximate): 18497 kbit/s
----------------------------------------------------------------------------------------------------------
Starting postprocessing of job...
Job completed successfully and deletion of intermediate files is activated
Postprocessing finished!

----------------------------------------------------------------------------------------------------------

Log for job job4

avis [info]: 704x288 @ 25.00 fps (4689 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2 3DNow!
x264 [warning]: VBV maxrate specified, but no bufsize.
mp4 [info]: initial delay 2 (scale 25)
x264 [info]: slice I:90 Avg QP: 0.00 size:107230
x264 [info]: slice P:2639 Avg QP: 0.00 size: 95456
x264 [info]: slice B:1960 Avg QP: 0.00 size: 87790
x264 [info]: mb I I16..4: 2.9% 0.0% 97.1%
x264 [info]: mb P I16..4: 2.0% 0.0% 58.6% P16..4: 11.7% 12.3% 11.9% 2.1% 1.4% skip: 0.0%
x264 [info]: mb B I16..4: 1.8% 0.0% 15.8% B16..8: 29.7% 7.3% 25.1% direct:20.1% skip: 0.0%
x264 [info]: ref P 77.7% 15.4% 6.9%
x264 [info]: ref B 87.2% 9.6% 3.2%
x264 [info]: kb/s:18495.5

encoded 4689 frames, 4.52 fps, 18495.80 kb/s

desired video bitrate of this job: 18 kbit/s - obtained video bitrate (approximate): 18497 kbit/s
----------------------------------------------------------------------------------------------------------
Starting postprocessing of job...
Job completed successfully and deletion of intermediate files is activated
Postprocessing finished!

nurbs
14th February 2007, 23:37
--crf 0

you sure you didn't enter the wrong crf value or maybe you accidently clicked on lossless

Hobojobo
15th February 2007, 00:02
That's what I thought, too.
But uninstalled megui and downloaded all once again incl. the profiles with the auto updater, no chance to mess up the settings and did the encode again. Same thing. :confused:

Edit: When I open the video configuration dialog of the cq-profile the command line starts with --crf 18 --ref 3 --....
That is strange.
The log tells me, as above, --crf 0 --ref3 --...
Funny.

Hobojobo
15th February 2007, 00:21
Try this:
Select a CQ-ASP_Q2_eq(crf) profile
Open video configuration (config)
You can see the command line:
--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 auto --thread-input --progress --no-psnr --no-ssim --output "" ""

Tick Lossless. The command line will change.

--qp 18 --ref 3 --mixed-refs --bframes 3 --b-pyramid --b-rdo --bime --weightb --filter -2,-1 --subme 6 --trellis 1 --analyse all --8x8dct --me umh --threads auto --thread-input --progress --no-psnr --no-ssim --output "" ""

Untick Lossless again.
The command line should change. It should be identical with the default.
No, it does not do the trick.
It remains the same.

Is this a bug?

Hobojobo
15th February 2007, 11:36
I tested megui 0.2.4.1026 with the same settings as before.

log file shows --crf 18... and the output size is of course reasonable.

So it is a bug in megui 0.2.4.1038, I guess.
Can somebody confirm this behaviour?