Hi folks,
I've been trying to convert a DVD to mp4 using meGUI with x264. As stated in the subject line I go with x264 r1301.
When configuring meGUI I have this commandline:
Then queue and run it...Error message occurs sayingCode:program --profile high --pass 2 --bitrate 465 --stats ".stats" --thread-input --deblock -1:-1 --b-adapt 2 --b-pyramid --scenecut 64 --ref 5 --rc-lookahead 45 --cqm "jvt" --merange 32 --me umh --subme 10 --partitions all --trellis 2 --no-dct-decimate --no-fast-pskip --no-psy --output "output" "input"
invalid argument: b-pyramid = --scenecut
So resetting the scenecut value to its default of 40 actually removes that option from the commandline and things look like this:
The queue and run it again...Error message occurs sayingCode:program --profile high --pass 2 --bitrate 465 --stats ".stats" --thread-input --deblock -1:-1 --b-adapt 2 --b-pyramid --ref 5 --rc-lookahead 45 --cqm "jvt" --merange 32 --me umh --subme 10 --partitions all --trellis 2 --no-dct-decimate --no-fast-pskip --no-psy --output "output" "input"
invalid argument: b-pyramid == --ref
Prior to r1301 I used r1292 and it worked fine. No problems at all. Maybe anybody has an idea how to fix this? Despite downgrading to r1292...
+ Reply to Thread
Results 1 to 4 of 4
-
-
MeGUI hasn't been updated yet to reflect the new changes
The new switches are
--b-pyramid strict
--b-pyramid normal
--b-pyramid none
none is default, strict is for the new blu-ray compliance (no p-frames can reference b-frames) and slightly worse compression, normal is the old method
If you are using mb-tree, b-pyramid doesn't work with it yet anyways, otherwise you can turn it off
--no mb-tree -
well then, it's waiting for an update or manually changing stuff...
Das Leben ist eine Nebelwand voller Rasierklingen. (C. Bukowski) -
Development has slowed down on that project, especially compared to the furious pace x264 development. I wouldn't hold my breath waiting for updates.
Kurtnoise has a beta server, if you update your config in the options, but even that is far behind compared to x264 development
http://kurtnoise.free.fr/MeGUI/
The gui is still useable, if you use the commandline box.
Similar Threads
-
Really odd issue playing some x264
By NotSoEasy in forum Software PlayingReplies: 12Last Post: 27th Mar 2012, 14:17 -
Joining x264 mp4 files issue
By dreamweaver888 in forum EditingReplies: 3Last Post: 27th Feb 2012, 18:30 -
DXVA issue in MPC HC with x264 video
By Phat J in forum Software PlayingReplies: 9Last Post: 24th Jan 2012, 14:52 -
Bitrate vs Size Calculator for x264 for ripping DVD to x264 + AC3
By Bonie81 in forum DVD RippingReplies: 7Last Post: 5th Jul 2010, 18:24 -
x264: -1920, -ESiR, -SEPTiC, -CiNEFiLE.... What are these x264 extentions?
By NWNewell in forum Newbie / General discussionsReplies: 7Last Post: 18th May 2009, 17:10