Log in

View Full Version : MeGUI: bug reports and feature requests


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 [116] 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147

laurentje
13th November 2017, 18:53
@Zathor

Here is the avs:

LoadPlugin("C:\programs\megui\tools\avs\plugins\DirectShowSource.dll")
LoadPlugin("C:\programs\megui\tools\avisynth_plugin\TDeint.dll")
DirectShowSource("D:\roland\Videos\can\m2ts\04-08-17\20170804141228.m2ts",fps=25.000)
TDeint() #Deinterlaces the clip
#Crop(4,0,-4,0) #Crops video to get rid of black bars
Spline36Resize(640,360) #Resize the clip
ConvertToYV12()

For the Oneclick-solution: I'll see, but I want also resize the frames at the same time. Thanks for your suggestion.

LigH
13th November 2017, 20:45
And again, the "Groundhog Day" of AviSynth in general, and MeGUI specifically: How old is the guide which recommends DirectShowSource over the File Indexer? We don't, rather the opposite.

Zathor
13th November 2017, 22:21
For the Oneclick-solution: I'll see, but I want also resize the frames at the same time. Thanks for your suggestion.
Give it a try, you can also resize in there if you need no preview.
Regarding your audio issues - I cannot support DirectShowSource. Either use the old MeGUI version if that works for you (change should only be the AVS+ version used) or switch to file indexer / OneClick.

hello_hello
15th November 2017, 10:11
Hi Zathor.

Is there any chance of an option to disable the disabling of the "Improve AVS opening" setting when MeGUI thinks it's crashed or there's been a preview error or a light shower within 30 miles while previewing a video? :)
I ask, because when you're fiddling with scripts and experimenting with plugins etc it's inevitable you'll do something to hurt MeGUI's feelings, and I swear I must go back into Options at least 354 times per day to re-enable "Improve AVS opening".

Under what sort of circumstance would disabling that option allow MeGUI to open a script it otherwise couldn't open?

Thank you!

PS. When you open a source, MeGUI always sets the Input DAR in the script creator, but if it's not a standard DAR and you change the Input DAR yourself, you can't change it back to what it was. An InputDAR "scratchpad" maybe? Otherwise you have to reload the source and start again or create a custom Input DAR, which will force you to delete any currently saved custom DAR's when you want to eventually remove it (which is annoying because MeGUI still uses the old ITU PARs rather than the mpeg4 PARs).

PPS I've noticed MeGUI is fairly attached to choosing an ITU or generic Input DAR if the source is of a DVD-type resolution. For instance if you open an MKV at 720x576 with something close to 4:3 written to the container/video stream, MeGUI will ignore it and choose ITU or generic instead. When the aspect ratio differs enough from a standard generic or ITU PAR, MeGUI starts to pay attention, but to my way of thinking it should always do so.

PPPS. Is there any chance one day MeGUI could display the resizing resolution in the script creator? Somewhere near the aspect error area maybe? So if you set 640x480 as the resizing for example, MeGUI would tell you it's 4:3. While 640x480 is fairly obvious, often it's not.

I'm sure I had something else to complain about, but I seem to have forgotten what it was. ;)

Thanks for the continued work. It's appreciated.

PPPPS. I remembered. :)
Do you think the option to add a pre-recording job to the queue gets much use? I ask, because I use it, but mainly to encode to a lossless output, and then I re-encode that, but usually after manually creating a new script and adding more filtering etc. Theretofore, I always have to delete the other jobs MeGUI adds to the queue, but it's the only way to losslessly encode with huffYUV.
I assume the original purpose of the "pre-rendering" option was to automatically encode to an intermediate file while running slow filtering and MeGUI would then busy itself running a 2 pass encode, which is why I asked how much use it's likely to get these days. I was wondering if it'd be more useful now if it simply ran a lossless encode and let the user do the rest.

I'm done now. :)

laurentje
16th November 2017, 19:52
Btw you can try OneClick. You have to setup it once but then you can drag your m2ts files...

I tried OneClick, but Megui crashed.
Log file is here (https://rolandvl.stackstorage.com/s/8Gec3uB7cfg0SaI).

Tried several files with same result (crashing...)
Crashed at job3: Creating LSMASH index....

Zathor
16th November 2017, 20:15
Is there any chance of an option to disable the disabling of the "Improve AVS opening" setting when MeGUI thinks it's crashed or there's been a preview error or a light shower within 30 miles while previewing a video? :)
I ask, because when you're fiddling with scripts and experimenting with plugins etc it's inevitable you'll do something to hurt MeGUI's feelings, and I swear I must go back into Options at least 354 times per day to re-enable "Improve AVS opening".

Under what sort of circumstance would disabling that option allow MeGUI to open a script it otherwise couldn't open?

Not sure anymore why I added that. It had something to do with preventing crashes. It may be time to remove it and see what will happen. Btw. it did not happen for me in years so not sure why it will be raised for you so often.



PS. When you open a source, MeGUI always sets the Input DAR in the script creator, but if it's not a standard DAR and you change the Input DAR yourself, you can't change it back to what it was. An InputDAR "scratchpad" maybe? Otherwise you have to reload the source and start again or create a custom Input DAR, which will force you to delete any currently saved custom DAR's when you want to eventually remove it (which is annoying because MeGUI still uses the old ITU PARs rather than the mpeg4 PARs).
The last point is easy - disable "use ITU aspect ratio" in the settings. The part with the lost aspect ratio information is not so easy :-(


PPS I've noticed MeGUI is fairly attached to choosing an ITU or generic Input DAR if the source is of a DVD-type resolution. For instance if you open an MKV at 720x576 with something close to 4:3 written to the container/video stream, MeGUI will ignore it and choose ITU or generic instead. When the aspect ratio differs enough from a standard generic or ITU PAR, MeGUI starts to pay attention, but to my way of thinking it should always do so.

Do you have a sample file for that? What does MediaInfo report?


PPPS. Is there any chance one day MeGUI could display the resizing resolution in the script creator? Somewhere near the aspect error area maybe? So if you set 640x480 as the resizing for example, MeGUI would tell you it's 4:3. While 640x480 is fairly obvious, often it's not.

Mhm, need to check that.



Do you think the option to add a pre-recording job to the queue gets much use? I ask, because I use it, but mainly to encode to a lossless output, and then I re-encode that, but usually after manually creating a new script and adding more filtering etc. Theretofore, I always have to delete the other jobs MeGUI adds to the queue, but it's the only way to losslessly encode with huffYUV.
I assume the original purpose of the "pre-rendering" option was to automatically encode to an intermediate file while running slow filtering and MeGUI would then busy itself running a 2 pass encode, which is why I asked how much use it's likely to get these days. I was wondering if it'd be more useful now if it simply ran a lossless encode and let the user do the rest.

I never have used that option myself likely because I am not doing multi-pass encodings.


I'm done now. :)
Ideally you raise for the changes feature requests on sourceforge. Likely it will not be faster, but your points are also no points I can implement / change right now. So it may happen that it will be burried here which I want to avoid. :)
Btw great to have you here!

I tried OneClick, but Megui crashed.
Log file is here (https://rolandvl.stackstorage.com/s/8Gec3uB7cfg0SaI).

Tried several files with same result (crashing...)
Crashed at job3: Creating LSMASH index....
Glad that you would like to try it - not so good that it crashes MeGUI. MeGUI itself should never crash itself so when it happens when the first time lsmash is called the crash very likely is related to it. Are there additional information? E.g. an error window? Maybe a redist is not installed.
As a workaround you can try to change the priorities in the oneclick profile so that ffms will be used as primary indexer.
Sorry for the trouble... :(

hello_hello
18th November 2017, 00:49
Not sure anymore why I added that. It had something to do with preventing crashes. It may be time to remove it and see what will happen. Btw. it did not happen for me in years so not sure why it will be raised for you so often.

I think it's just because I fiddle with scripts a lot while previewing. Naturally I couldn't make it happen when I tried. Next time MeGUI resets AVS opening, I'll make a note of what happened so I can reproduce it.

The last point is easy - disable "use ITU aspect ratio" in the settings. The part with the lost aspect ratio information is not so easy :-(

I maybe didn't explain it well.
I don't use the old ITU pixel aspect ratios because they were never exactly correct to begin with (MeGUI is the only current GUI I know of that still uses them). The mpeg4 aspect ratios are simpler and easier to work with, they match the SARs in the x264 encoder configuration, they generally make it easier to crop to exactly 16:9 or 4:3, and they apply to both PAL and NTSC.
I was just having a little whine about MeGUI removing the custom MPEG4 DAR's every time I create a temporary InputDAR and then delete it.

https://files.videohelp.com/u/210984/MeGUI%20DAR.gif

Do you have a sample file for that? What does MediaInfo report?

Here's two.

NTSC & PAL.zip (https://files.videohelp.com/u/210984/NTSC%20_%20PAL.zip) (6MB)

I started with an NTSC DVD (using an Input DAR of 15:11), cropped 2 pixels from each side and resized back to 720x480. I then encoded it again, resizing to 720x576. The script itself:

# Set DAR in encoder to 179 : 132. The following line is for automatic signalling
global MeGUI_darx = 179
global MeGUI_dary = 132
<source>
crop(2, 0, -2, 0)
Spline36Resize(720,480) # or 720x576

MPC-HC (File/Properties) reports a DAR of 72:53 for the NTSC encode and 781:576 for the PAL resolution. Aside from some very minor rounding, both are correct. MeGUI opens both as 4:3 (or ITU).
It only applies when the resolution is exactly 720x480 or 720x576 and I haven't tried to work out how far the DAR needs to be from 4:3 or 16:9 before MeGUI starts using it, but there's obviously a point at which it does.

I never have used that option myself likely because I am not doing multi-pass encodings.

I only use it because it's the only way to encode as huffyuv. The pre-rendering option is possibly obsolete, but there's probably no need to remove it, however it'd be nice to have huffyuv as an encoder choice along with x264 and xvid etc.

Ideally you raise for the changes feature requests on sourceforge. Likely it will not be faster, but your points are also no points I can implement / change right now. So it may happen that it will be burried here which I want to avoid. :)
Btw great to have you here!

Thanks. I think I've still got a few requests waiting in the queue over there but I'll add some later. ;)
Did you ever read my request for adding filtering to each trim you add with the AVS Cutter? I'm longing for the day....
The idea was to be able to include filtering with each Trim so not only could the AVS Cutter do basic cutting, you could use it as an editor of sorts. Like so:

Trim(0,100).ThisFilter().ThatFilter()

MeGUI's preview is already open and ready to preview the changes, all that's required is a way to enter them and life would be joyous once again... :)

As a workaround you can try to change the priorities in the oneclick profile so that ffms will be used as primary indexer.

On the subject of indexing, when the output folder is something other than the input folder, MeGUI no longer deletes the lsmash index file from the source directory after copying it to the output directory. Was that an intentional change?

Thanks

raymondjpg
19th November 2017, 03:25
Is it possible to change the order of preference of source filters in the File Indexer (e.g. always FFMS2 over L-SMASH Source)?

Also asked in the VideoHelp forum (https://forum.videohelp.com/threads/383449-FFVideoSource-vs-LWLibavVideoSource) by someone else...

Was this question ever answered? I can't find it.

Regards

Edit: Looks like ability to change priority of indexer has been implemented in One-Click under the 'Other' tab.

LigH
19th November 2017, 10:04
An issue with xvid_encraw has just been discussed in the German doom9/Gleitz board. It turned out that xvid_encraw (in contrast to other encoders) only accepts an avisynth.dll located in a directory where a registry value of the AviSynth installation points at, but not from its base directory or %PATH%.

Recompiling an enhanced xvid_encraw (after adding such code) would require Visual Studio. I can't offer this service. Any other volunteers? — Until that, MeGUI may have to temporarily manipulate this registry value (and "temporarily" means, there may be a risk of getting permanent in case it crashes before it restores the original value).

Groucho2004
19th November 2017, 13:56
It turned out that xvid_encraw (in contrast to other encoders) only accepts an avisynth.dll located in a directory where a registry value of the AviSynth installation points at, but not from its base directory or %PATH%.
That is not correct.

xvid_encraw (and I presume similar tools that use the VfW API) will work just fine with these registry entries present:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AVIFile\Extensions\avs]
@="{E6D6B700-124D-11D4-86F3-DB80AFD98778}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}]
@="AviSynth"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}\InProcServer32]
@="avisynth.dll"
"ThreadingModel"="Apartment"


Tools that use the native Avisynth API don't need them to work.

LigH
19th November 2017, 14:05
Well, maybe I misinterpreted these brief reports (https://forum.gleitz.info/showthread.php?47949-MeGui-Error-Diagnostik-hilfe&p=459748&viewfull=1#post459748).

Your analysis seems to suggest that MeGUI should "temporarily register AviSynth to the local copy" if AviSynth was not yet installed in the system? I hope I understood this time.

Groucho2004
19th November 2017, 14:12
Your analysis seems to suggest that MeGUI should "temporarily register AviSynth to the local copy" if AviSynth was not yet installed in the system?Yes. Installing Avisynth is not necessary but these 3 entries must be there. Xvid will then use the standard Windows search hierarchy to look for avisynth.dll/devil.dll. However, auto-loading plugins will not work without additional registry entries.

LigH
19th November 2017, 14:19
I guess these will have been redirected to MeGUI's selection while it is active, anyway.
_

P.S.: But that also means that making xvid_encraw use native AviSynth API would be quite an overhaul? That may not be worth the efforts, with an expectable obsolescence...

Groucho2004
19th November 2017, 14:51
But that also means that making xvid_encraw use native AviSynth API would be quite an overhaul?Definitely not worth it.

Zetti
19th November 2017, 15:10
eac3to v3.33 is released.

MKVToolNix v18.0.0 is released.

Zathor
19th November 2017, 18:08
My report in the other forum really was not very precise. But the reg keys pointed out by Groucho are the ones who have been reported missing by Process Monitor and after writing them everything is fine. MeGUI will now check first if those exist and if not it will create them (in the HKCU part). Directly after xvid starts they will be removed again.

These are the keys (stripped down to the bare minimum):


[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AVIFile\Extensions\avs]
@="{E6D6B700-124D-11D4-86F3-DB80AFD98778}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E6D6B700-124D-11D4-86F3-DB80AFD98778}\InProcServer32]
@="avisynth.dll"



2779 [Xvid] added a workaround to be able to use Xvid in portable AviSynth mode
2778 [Chapter] fixed non-ASCII handling (regression of 2753). bug #898
2777 [Settings] changed the default value of "delete completed jobs" to be enabled
2776 [OneClick] added support for MKV attachments. If the MKV source does have such attachments, it will be copied to the target MKV. feature request #617

Zathor
19th November 2017, 18:08
eac3to v3.33 is released.

MKVToolNix v18.0.0 is released.

Thx, uploaded as well.

Zathor
19th November 2017, 18:24
Thanks. I think I've still got a few requests waiting in the queue over there but I'll add some later. ;)

I usually do not have much time and searching in threads and posts for a topic is very time consuming. E.g. your posts contain several items and it is quite hard to follow in a time efficient way (and therefore I postpone the answers and forgot then about them...)

Was this question ever answered? I can't find it.

Regards

Edit: Looks like ability to change priority of indexer has been implemented in One-Click under the 'Other' tab.
No, it has not been implemented for the file indexer.

With the recent issue posts about lsmash I think about to move the default priority back to ffms.

Zathor
19th November 2017, 19:46
On the subject of indexing, when the output folder is something other than the input folder, MeGUI no longer deletes the lsmash index file from the source directory after copying it to the output directory. Was that an intentional change?

Sort of - it will only be deleted if "delete intermediate files" is enabled. While thinking about it, as it is copied I believe the original file can be deleted in any case. I will change it.

Zathor
19th November 2017, 22:37
2784 [AVS Script Creator] fixed DirectShowSource/AVISource not available if the portable AviSynth is used. bug #896
DirectShowSource/AVISource are disabled by default and have to be enabled in the MeGUI settings
2783 [AVS Script Creator] improved the file extension filters of the "video input" file open dialogue
2782 [L-SMASH Indexer] delete always the index file after it has been copied (and not only when "delete intermediate files" is selected)
2781 [Settings] removed "improved AVS opening" setting. It is now always enabled.
2780 [Update] removed the abort button

Zetti
20th November 2017, 08:38
eac3to v3.34 is released.

Zathor
20th November 2017, 19:03
Thanks, but I will wait for 3.35:
https://forum.doom9.org/showthread.php?p=1824950#post1824950
3.33 seems to be fine for the MeGUI functions used for the moment.

Morku
21st November 2017, 10:49
There are also new LAME binaries: http://www.rarewares.org/mp3-lame-bundle.php

EDIT:
Bug:

Since Build 2784 (propably 2783) I can't select *.mpls files in the AVS script creator at video input as "All supported files". I have to change to "All files(*.*)"

Zathor
21st November 2017, 20:43
There are also new LAME binaries: http://www.rarewares.org/mp3-lame-bundle.php
Thanks, I will have a look.

Since Build 2784 (propably 2783) I can't select *.mpls files in the AVS script creator at video input as "All supported files". I have to change to "All files(*.*)"

Not really a bug, but a good catch! Before *.* was preselected which allowed also to select totally wrong files.
MPLS is also not in the default file open filter of the file indexer. Are there any other filters missing?

Zathor
21st November 2017, 21:10
There are also new LAME binaries: http://www.rarewares.org/mp3-lame-bundle.php


lame.exe in both versions (32/64) is detected as a virus by my virus scanner. this will only be a false alert very likely based on reputation - however if I upload it MeGUI will also get a bad reputation score as it is downloading such a thing. Therefore I will not update it for the moment.

Morku
21st November 2017, 21:31
Thats weird. I use Windows Defender and it's not detecting a virus. Also virustotal gives a good reputation: https://www.virustotal.com/de/file/36525f3f84c6512228152b9899265652e8c4e1bcd18d1a84ed74db1a612c7fd0/analysis/1511295863/

If not a bug, can I change the behaviour to make "All files (*.*)" as default? Since DGIndexNV supports mpls files, I prefer this way over finding out the m2ts files (especially when the movie is parted in many m2ts files).

Barough
21st November 2017, 21:43
lame.exe in both versions (32/64) is detected as a virus by my virus scanner. this will only be a false alert very likely based on reputation - however if I upload it MeGUI will also get a bad reputation score as it is downloading such a thing. Therefore I will not update it for the moment.It's a false positive and nothing to worry about. Have used the lame.exe's from Rarewares on 4 different computers with 3 different AV's (2 x Avira, Comodo, Bitdefender) and non of these detects anything. I don't see how MeGUI would get a bad rep due to using good lame.exe compiles.
Care to tell what AV your using Zathor?

Sent from my SM-G935F via Tapatalk

Zathor
21st November 2017, 21:43
If not a bug, can I change the behaviour to make "All files (*.*)" as default? Since DGIndexNV supports mpls files, I prefer this way over finding out the m2ts files (especially when the movie is parted in many m2ts files).
No, that was the reason for the change. *.* does catch all files and therefore also exe, bat, cmd, txt, ... so that mpls has been left out is a mistake but it has also been left out in the file indexer.

Btw why do you open the mpls in AVS Creator? Why not directly with file indexer / oneclick?

Morku
21st November 2017, 22:04
Uh, good question. I have never tried the One Click before, so I use the "manual way" for years. I use AVS Creator to index the file and crop if necessary, "HD streams extractor" to get subtitles and audio. Convert audio with a bat, convert subs with SubtitleEdit and after all bring together with MeGUI. But I will have a look into the One Click Encoder :)

Zathor
21st November 2017, 22:29
OK, but then AVS Script Creator will just open the File Indexer, a bit faster would be to open directly the file indexer.
I will implement MPLS support in the same way as with IFO so that also the other indexers will work. DGIndexIM/NV will directly use the mpls, for the others eac3to will demux it.

Pko
23rd November 2017, 02:06
The One Click Encoder window is not resizeable and the input selector field is too wide and part of it, the part that allows to select an option, is outside the window limits:
https://www.dropbox.com/s/hn0v75nqo0ezhj6/captura.png?dl=0

https://www.dropbox.com/s/hn0v75nqo0ezhj6/captura.png?dl=0

Pko
23rd November 2017, 02:51
Also, the audio processing gets hung forever for some files:

Log: https://www.dropbox.com/s/s9j3ztspkevs73h/log1.log?dl=0
Capture: https://www.dropbox.com/s/5tw3vocnucgu0cq/2017-11-23%20%283%29.png?dl=0

The task uses 31% CPU permanently and never ends

MeGUI 2774 updated

tebasuna51
23rd November 2017, 10:54
Also, the audio processing gets hung forever for some files:

Your log seems ok, but sometimes the NeroAacEnc have troubles with not congruent parameters:

-lc -q 0.3

In Automatic profile (always recomended with Variable BitRate) a quality of 0.3 output -he profile, use 0.32 at least to obtain -lc quality.

EDIT:
With a music sample file (48 KHz) I obtain a
HE 88 Kb/s with -q 0.3
LC 90 Kb/s with -q 0.32
LC 94 Kb/s with -q 0.35

I recommend at least 0.35 for LC (it's not good work in limits)

@Zathor
Maybe in Nero AAC configuration dialog you can disable the AAC Profile, and let in Automatic, when Variable Bitrate is selected.

And replace the label with:

Variable Bitrate, Q > 0,31 for AAC LC (Q=selected)

tuanden0
25th November 2017, 09:23
After update to MeGUI 2784 Dev, I can't open video as DirectShowSource.
The Message Box to chose way to open source is disappeared.
MeGUI automaticaly open source as index file.
How can I fixed it?

LigH
25th November 2017, 09:28
This is intentional. Read the changelog.

DirectShoiwSource is the most unreliable way to process media files. If you really want to use it, enable it manually. It's your own risk.

tuanden0
25th November 2017, 10:31
@LigH:
Thank You
This is my mistake because I didn't read changelog after update :(

Zathor
25th November 2017, 12:36
@Zathor
Maybe in Nero AAC configuration dialog you can disable the AAC Profile, and let in Automatic, when Variable Bitrate is selected.

And replace the label with:

Variable Bitrate, Q > 0,31 for AAC LC (Q=selected)
Thanks & done in 2785

Zathor
25th November 2017, 16:18
Since DGIndexNV supports mpls files, I prefer this way over finding out the m2ts files (especially when the movie is parted in many m2ts files).
Does this work for you? I tried it now in order to implement MPLS support and noticed this issue:

http://rationalqm.us/board/viewtopic.php?f=8&t=605

EDIT: Solution found

Zathor
26th November 2017, 19:57
2787 [AVS Script Creator] added mpls as supported input type
[File Indexer] added mpls as supported input type
[File Indexer] do not reset the output path when selecting a different indexer if the path has already been set
2786 [DGIndex* Indexer] all: support absolute paths in the index files when written with Full_Path_In_Files=0
IM/NV: ensure that ResponseOnAudioMismatch=0 is not set (if set, it will be set to 1)
2785 [Nero AAC Encoder] if VBR is used the profile will automatically be selected

Morku
27th November 2017, 09:47
Does this work for you?

No :(
https://i.imgur.com/ZMWtLF1.png

[Error] Log
-[Information] Versions
--[Information] MeGUI: 2787 x64
--[Information] System Information
---[Information] Operating System: Windows 10 Professional 1709 x64 (10.0.16299.64)
---[Information] .NET Framework: 4.0 (4.0.0.0)
---[Information] .NET Framework: 4.7 (4.7.02556)
--[Information] Component Information
---[Information] Haali Media Splitter: 1.13.138.14 (14-04-2013)
---[Information] Haali DSS2: not installed
---[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
---[Information] MediaInfo: 17.10.0.0 (02-11-2017)
---[Information] MessageBoxExLib: 1.0.2218.28317 (19-12-2008)
---[Information] SevenZipSharp: 0.64.3890.29348 (02-01-2011)
---[Information] 7z: 9.20 (18-11-2010)
--[Information] AviSynth Information
---[Information] AviSynth Wrapper
----[Information] Version: 1.0.2721.0
----[Information] Date: 29-04-2017
----[Information] Interface: 3
---[Information] AviSynth
----[Information] File Version: 0.1
----[Information] Date: 15-11-2017
----[Information] Name: AviSynth+ 0.1 (r2544, MT, x86_64)
----[Information] Version: AviSynth+ 0.1 (r2544, MT, x86_64)
----[Information] AviSynth+: true
----[Information] MT: true
----[Information] Status: active
---[Information] AviSynth portable
----[Information] File Version: 0.1
----[Information] Date: 15-11-2017
----[Information] Name: AviSynth+ 0.1 (r2544, MT, x86_64)
----[Information] Status: inactive
-[Information] Update detection
--[Information] [27.11.2017 09:41:48] Automatic update is disabled
--[Information] [27.11.2017 09:41:48] Using cached update config and server: http://megui.tmebi.de/test/
--[Information] [27.11.2017 09:41:48] No package requires an update
-[Information] HD Streams Extractor
--[Information] [27.11.2017 09:42:17] Input: D:\Temp\BluRay\GIRL_NEXT_DOOR_F2\BDMV\PLAYLIST\00800.mpls
--[Information] [27.11.2017 09:42:17] Arguments: "D:\Temp\BluRay\GIRL_NEXT_DOOR_F2\BDMV\PLAYLIST\00800.mpls"
--[Information] [27.11.2017 09:42:18] 1) 00800.mpls, 00800.m2ts, 1:49:29
--[Information] [27.11.2017 09:42:18] - Chapters, 28 chapters
--[Information] [27.11.2017 09:42:19] - h264/AVC, 1080p24 /1.001 (16:9)
--[Information] [27.11.2017 09:42:19] - DTS Master Audio, English, multi-channel, 48kHz
--[Information] [27.11.2017 09:42:19] - DTS, French, multi-channel, 48kHz
--[Information] [27.11.2017 09:42:19] - DTS, German, multi-channel, 48kHz
--[Information] [27.11.2017 09:42:19] - DTS, Italian, multi-channel, 48kHz
--[Information] [27.11.2017 09:42:19] - DTS, Spanish, multi-channel, 48kHz
--[Information] [27.11.2017 09:42:19] - AC3, Czech, stereo, 48kHz
--[Information] [27.11.2017 09:42:19] - AC3, Hungarian, multi-channel, 48kHz
--[Information] [27.11.2017 09:42:19] - AC3, Polish, stereo, 48kHz
--[Information] [27.11.2017 09:42:19] - AC3, Turkish, stereo, 48kHz
--[Information] [27.11.2017 09:42:20] - AC3, English, stereo, 48kHz
--[Information] [27.11.2017 09:42:20] Feature Retrieval Completed
--[Information] [27.11.2017 09:42:20] Arguments: "D:\Temp\BluRay\GIRL_NEXT_DOOR_F2\BDMV\PLAYLIST\00800.mpls" 1) -progressnumbers
--[Information] [27.11.2017 09:42:22] M2TS, 1 video track, 10 audio tracks, 24 subtitle tracks, 1:49:29, 24p /1.001
--[Information] [27.11.2017 09:42:22] 1: Chapters, 28 chapters
--[Information] [27.11.2017 09:42:22] 2: h264/AVC, 1080p24 /1.001 (16:9)
--[Information] [27.11.2017 09:42:22] 3: DTS Master Audio, English, 5.1 channels, 24 bits, 48kHz
--[Information] [27.11.2017 09:42:23] (core: DTS, 5.1 channels, 1509kbps, 48kHz)
--[Information] [27.11.2017 09:42:23] 4: DTS, French, 5.1 channels, 768kbps, 48kHz
--[Information] [27.11.2017 09:42:23] 5: DTS, German, 5.1 channels, 768kbps, 48kHz
--[Information] [27.11.2017 09:42:23] 6: DTS, Italian, 5.1 channels, 768kbps, 48kHz
--[Information] [27.11.2017 09:42:23] 7: DTS, Spanish, 5.1 channels, 768kbps, 48kHz
--[Information] [27.11.2017 09:42:23] 8: AC3 Surround, Czech, 2.0 channels, 224kbps, 48kHz, dialnorm: -27dB
--[Information] [27.11.2017 09:42:23] 9: AC3, Hungarian, 5.1 channels, 448kbps, 48kHz, dialnorm: -27dB
--[Information] [27.11.2017 09:42:23] 10: AC3, Polish, 2.0 channels, 224kbps, 48kHz, dialnorm: -27dB
--[Information] [27.11.2017 09:42:23] 11: AC3 Surround, Turkish, 2.0 channels, 224kbps, 48kHz, dialnorm: -27dB
--[Information] [27.11.2017 09:42:23] 12: AC3, English, 2.0 channels, 224kbps, 48kHz, dialnorm: -27dB
--[Information] [27.11.2017 09:42:24] 13: Subtitle (PGS), English
--[Information] [27.11.2017 09:42:24] 14: Subtitle (PGS), French
--[Information] [27.11.2017 09:42:24] 15: Subtitle (PGS), Danish
--[Information] [27.11.2017 09:42:24] 16: Subtitle (PGS), Finnish
--[Information] [27.11.2017 09:42:24] 17: Subtitle (PGS), German
--[Information] [27.11.2017 09:42:24] 18: Subtitle (PGS), Italian
--[Information] [27.11.2017 09:42:24] 19: Subtitle (PGS), Dutch
--[Information] [27.11.2017 09:42:24] 20: Subtitle (PGS), Norwegian
--[Information] [27.11.2017 09:42:24] 21: Subtitle (PGS), Spanish
--[Information] [27.11.2017 09:42:24] 22: Subtitle (PGS), Swedish
--[Information] [27.11.2017 09:42:25] 23: Subtitle (PGS), Czech
--[Information] [27.11.2017 09:42:25] 24: Subtitle (PGS), Arabic
--[Information] [27.11.2017 09:42:25] 25: Subtitle (PGS), Modern Greek
--[Information] [27.11.2017 09:42:25] 26: Subtitle (PGS), Hungarian
--[Information] [27.11.2017 09:42:25] 27: Subtitle (PGS), Icelandic
--[Information] [27.11.2017 09:42:25] 28: Subtitle (PGS), Hebrew
--[Information] [27.11.2017 09:42:25] 29: Subtitle (PGS), Polish
--[Information] [27.11.2017 09:42:25] 30: Subtitle (PGS), Portuguese
--[Information] [27.11.2017 09:42:25] 31: Subtitle (PGS), Turkish
--[Information] [27.11.2017 09:42:25] 32: Subtitle (PGS), French
--[Information] [27.11.2017 09:42:26] 33: Subtitle (PGS), German
--[Information] [27.11.2017 09:42:26] 34: Subtitle (PGS), Italian
--[Information] [27.11.2017 09:42:26] 35: Subtitle (PGS), Dutch
--[Information] [27.11.2017 09:42:26] 36: Subtitle (PGS), Spanish
--[Information] [27.11.2017 09:42:26] Stream Retrieval Completed
--[Information] [27.11.2017 09:42:37] Input: D:\Temp\BluRay\GIRL_NEXT_DOOR_F2\BDMV\PLAYLIST\00800.mpls
--[Information] [27.11.2017 09:42:37] Arguments: "D:\Temp\BluRay\GIRL_NEXT_DOOR_F2\BDMV\PLAYLIST\00800.mpls"
--[Information] [27.11.2017 09:42:37] 1) 00800.mpls, 00800.m2ts, 1:49:29
--[Information] [27.11.2017 09:42:37] - Chapters, 28 chapters
--[Information] [27.11.2017 09:42:37] - h264/AVC, 1080p24 /1.001 (16:9)
--[Information] [27.11.2017 09:42:37] - DTS Master Audio, English, multi-channel, 48kHz
--[Information] [27.11.2017 09:42:37] - DTS, French, multi-channel, 48kHz
--[Information] [27.11.2017 09:42:37] - DTS, German, multi-channel, 48kHz
--[Information] [27.11.2017 09:42:37] - DTS, Italian, multi-channel, 48kHz
--[Information] [27.11.2017 09:42:37] - DTS, Spanish, multi-channel, 48kHz
--[Information] [27.11.2017 09:42:37] - AC3, Czech, stereo, 48kHz
--[Information] [27.11.2017 09:42:38] - AC3, Hungarian, multi-channel, 48kHz
--[Information] [27.11.2017 09:42:38] - AC3, Polish, stereo, 48kHz
--[Information] [27.11.2017 09:42:38] - AC3, Turkish, stereo, 48kHz
--[Information] [27.11.2017 09:42:38] - AC3, English, stereo, 48kHz
--[Information] [27.11.2017 09:42:38] Feature Retrieval Completed
--[Information] [27.11.2017 09:42:38] Arguments: "D:\Temp\BluRay\GIRL_NEXT_DOOR_F2\BDMV\PLAYLIST\00800.mpls" 1) -progressnumbers
--[Information] [27.11.2017 09:42:39] M2TS, 1 video track, 10 audio tracks, 24 subtitle tracks, 1:49:29, 24p /1.001
--[Information] [27.11.2017 09:42:39] 1: Chapters, 28 chapters
--[Information] [27.11.2017 09:42:39] 2: h264/AVC, 1080p24 /1.001 (16:9)
--[Information] [27.11.2017 09:42:40] 3: DTS Master Audio, English, 5.1 channels, 24 bits, 48kHz
--[Information] [27.11.2017 09:42:40] (core: DTS, 5.1 channels, 1509kbps, 48kHz)
--[Information] [27.11.2017 09:42:40] 4: DTS, French, 5.1 channels, 768kbps, 48kHz
--[Information] [27.11.2017 09:42:40] 5: DTS, German, 5.1 channels, 768kbps, 48kHz
--[Information] [27.11.2017 09:42:40] 6: DTS, Italian, 5.1 channels, 768kbps, 48kHz
--[Information] [27.11.2017 09:42:40] 7: DTS, Spanish, 5.1 channels, 768kbps, 48kHz
--[Information] [27.11.2017 09:42:40] 8: AC3 Surround, Czech, 2.0 channels, 224kbps, 48kHz, dialnorm: -27dB
--[Information] [27.11.2017 09:42:40] 9: AC3, Hungarian, 5.1 channels, 448kbps, 48kHz, dialnorm: -27dB
--[Information] [27.11.2017 09:42:40] 10: AC3, Polish, 2.0 channels, 224kbps, 48kHz, dialnorm: -27dB
--[Information] [27.11.2017 09:42:40] 11: AC3 Surround, Turkish, 2.0 channels, 224kbps, 48kHz, dialnorm: -27dB
--[Information] [27.11.2017 09:42:41] 12: AC3, English, 2.0 channels, 224kbps, 48kHz, dialnorm: -27dB
--[Information] [27.11.2017 09:42:41] 13: Subtitle (PGS), English
--[Information] [27.11.2017 09:42:41] 14: Subtitle (PGS), French
--[Information] [27.11.2017 09:42:41] 15: Subtitle (PGS), Danish
--[Information] [27.11.2017 09:42:41] 16: Subtitle (PGS), Finnish
--[Information] [27.11.2017 09:42:41] 17: Subtitle (PGS), German
--[Information] [27.11.2017 09:42:41] 18: Subtitle (PGS), Italian
--[Information] [27.11.2017 09:42:41] 19: Subtitle (PGS), Dutch
--[Information] [27.11.2017 09:42:41] 20: Subtitle (PGS), Norwegian
--[Information] [27.11.2017 09:42:41] 21: Subtitle (PGS), Spanish
--[Information] [27.11.2017 09:42:42] 22: Subtitle (PGS), Swedish
--[Information] [27.11.2017 09:42:42] 23: Subtitle (PGS), Czech
--[Information] [27.11.2017 09:42:42] 24: Subtitle (PGS), Arabic
--[Information] [27.11.2017 09:42:42] 25: Subtitle (PGS), Modern Greek
--[Information] [27.11.2017 09:42:42] 26: Subtitle (PGS), Hungarian
--[Information] [27.11.2017 09:42:42] 27: Subtitle (PGS), Icelandic
--[Information] [27.11.2017 09:42:42] 28: Subtitle (PGS), Hebrew
--[Information] [27.11.2017 09:42:42] 29: Subtitle (PGS), Polish
--[Information] [27.11.2017 09:42:42] 30: Subtitle (PGS), Portuguese
--[Information] [27.11.2017 09:42:42] 31: Subtitle (PGS), Turkish
--[Information] [27.11.2017 09:42:43] 32: Subtitle (PGS), French
--[Information] [27.11.2017 09:42:43] 33: Subtitle (PGS), German
--[Information] [27.11.2017 09:42:43] 34: Subtitle (PGS), Italian
--[Information] [27.11.2017 09:42:43] 35: Subtitle (PGS), Dutch
--[Information] [27.11.2017 09:42:43] 36: Subtitle (PGS), Spanish
--[Information] [27.11.2017 09:42:43] Stream Retrieval Completed
-[Information] FileIndexer
-[Error] Unhandled error
--[Information] [27.11.2017 09:42:43] Exception message
---[NoImage] Der Wert darf nicht NULL sein.
---[NoImage] Parametername: path1
--[Information] [27.11.2017 09:42:43] Stacktrace
---[NoImage] bei System.IO.Path.Combine(String path1, String path2)
---[NoImage] bei MeGUI.FileIndexerWindow.GetDVDSource(String fileName, MediaInfoFile& iFileTemp)
---[NoImage] bei MeGUI.FileIndexerWindow.openVideo(String fileName)
---[NoImage] bei MeGUI.FileIndexerWindow.setConfig(String input, String projectName, Int32 demuxType, Boolean showCloseOnQueue, Boolean closeOnQueue, Boolean loadOnComplete, Boolean updateMode)
---[NoImage] bei MeGUI.AviSynthWindow.openVideoSource(String videoInput, String indexFileTemp)
---[NoImage] bei MeGUI.AviSynthWindow.input_FileSelected(FileBar sender, FileBarEventArgs args)
---[NoImage] bei MeGUI.FileBar.triggerEvent()
---[NoImage] bei MeGUI.FileBar.openButton_Click(Object sender, EventArgs e)
---[NoImage] bei System.Windows.Forms.Control.OnClick(EventArgs e)
---[NoImage] bei System.Windows.Forms.Button.OnClick(EventArgs e)
---[NoImage] bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
---[NoImage] bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
---[NoImage] bei System.Windows.Forms.Control.WndProc(Message& m)
---[NoImage] bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
---[NoImage] bei System.Windows.Forms.Button.WndProc(Message& m)
---[NoImage] bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
--[Information] [27.11.2017 09:42:43] Inner exception: null


It worked fine before...

LigH
27th November 2017, 10:02
At least the stack trace at the end of this log should narrow down the reason a bit...

numaios
27th November 2017, 19:19
Hello to everyone.

I've been encoding several files in MeGUI 2787, with x264 codec, using preset Slow, and ticking the "show advanced settings" checkbox to change ME method from hex to uneven multihex and "adaptive b-frames" to 2 (Optimal) (the default option for x264's slow preset now is 1 (fast), but in fact the default option in MeGUI is 2).

The thing is I want to use --b-adapt 2 but even when I set it in the GUI, the command line is:

program --preset slow --tune film --crf 21.0 --me umh --output "output" "input"

(See this screenshot: https://forum.doom9.org/showthread.php?p=1825604#post1825604)

So, the encoded file is reported by Mediainfo as:

Writing library : x264 core 152 r2851 ba24899
Encoding settings : cabac=1 / ref=5 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=8 / psy=1 / psy_rd=1.00:0.15 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-3 / threads=3 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=50 / rc=crf / mbtree=1 / crf=21.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00

I know I can add --b-adapt 2 as a custom command line in "Misc" tab, but maybe this could be fixed in the next version?

Thank you very much.

Zathor
27th November 2017, 19:49
No :(
https://i.imgur.com/ZMWtLF1.png

Thanks, please test it with the debug build: http://megui.org/megui_debug.zip
EDIT: Ignore it, I found the line. But I do not know what is causing it... I tried several Blu-ray files and it does work as intended. Searching...

Zathor
27th November 2017, 19:53
program --preset slow --tune film --crf 21.0 --me umh --output "output" "input"

As you wrote MeGUI is not adding anything related to --b-adapt as it is the default. So the problem likely is somewhere else. Could you maybe upload an encoding log if it is added there? Have you already tried to reset the profile to default?

sneaker_ger
27th November 2017, 20:02
as it is the default.
It's not anymore.

http://git.videolan.org/?p=x264/x264-sandbox.git;a=commit;h=4e5adb87070c82b937c03e0cc030eae3578c251d

Morku
27th November 2017, 20:16
Thanks, please test it with the debug build: http://megui.org/megui_debug.zip

https://i.imgur.com/u2olNnH.png
Preliminary log file only. During closing of MeGUI the well formed log file will be written.

-[Information] Versions
--[Information] MeGUI: 2787 x86
--[Information] MeGUI Debug Data: available
-[Information] Operating System: Windows 10 Professional 1709 x64 (10.0.16299.64)
-[Information] .NET Framework: 4.0 (4.0.0.0)
-[Information] .NET Framework: 4.7 (4.7.02556)
--[Information] System Information
-[Information] Update detection
--[Information] [27.11.2017 20:12:09] Automatic update is disabled
-[Information] Haali Media Splitter: 1.13.138.14 (14-04-2013)
-[Information] Haali DSS2: not installed
-[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
--[Information] [27.11.2017 20:12:09] Using cached update config and server: http://megui.org/auto/
-[Information] MediaInfo: 17.10.0.0 (02-11-2017)
-[Information] MessageBoxExLib: 1.0.2218.28317 (19-12-2008)
-[Information] SevenZipSharp: 0.64.3890.29348 (02-01-2011)
-[Information] 7z: 9.20 (18-11-2010)
--[Information] Component Information
--[Information] [27.11.2017 20:12:09] There are 14 packages which can be updated: MeGUI, MeGUI Libraries, MediaInfo, DGIndex, DGIndexNV, Xvid, FFmpeg, FFMS, AviSynth portable, AviSynth plugins, DGIndexIM, L-SMASH Works, x265, Runtime Files
-[Information] Version: 1.0.2721.0
-[Information] Date: 29-04-2017
-[Information] Interface: n/a
-[Information] AviSynth Wrapper
-[Information] File Version: 0.1
-[Information] Date: 15-11-2017
-[Information] Name: AviSynth+ 0.1 (r2544, MT, i386)
-[Error] Unhandled error
--[Information] [27.11.2017 20:12:09] Exception message: Es wurde versucht, eine Datei mit einem falschen Format zu laden. (Ausnahme von HRESULT: 0x8007000B)
-[NoImage] bei MeGUI.AviSynthClip.dimzon_avs_init_2(IntPtr& avs, String func, String arg, AVSDLLVideoInfo& vi, AviSynthColorspace& originalColorspace, AudioSampleType& originalSampleType, String cs)
-[NoImage] bei MeGUI.AviSynthClip.CheckAvisynthInstallation(String& strVersion, Boolean& bIsAVS26, Boolean& bIsAVSPlus, Boolean& bIsMT) in D:\MeGUI\_MeGUI_clean\packages\tools\avscreator\AvisynthWrapper.cs:Zeile 481.
-[NoImage] bei MeGUI.core.util.FileUtil.CheckAviSynth(LogItem& oLog) in D:\MeGUI\_MeGUI_clean\core\util\FileUtil.cs:Zeile 705.
-[NoImage] bei MeGUI.MainForm.getVersionInformation() in D:\MeGUI\_MeGUI_clean\core\gui\MainForm.cs:Zeile 1385.
-[NoImage] bei MeGUI.MainForm..ctor() in D:\MeGUI\_MeGUI_clean\core\gui\MainForm.cs:Zeile 170.
-[NoImage] bei MeGUI.MainForm.Main(String[] args) in D:\MeGUI\_MeGUI_clean\core\gui\MainForm.cs:Zeile 1087.
--[Information] [27.11.2017 20:12:09] Stacktrace
--[Information] [27.11.2017 20:12:09] Inner exception: null

numaios
27th November 2017, 20:23
As you wrote MeGUI is not adding anything related to --b-adapt as it is the default.
But the default (nowadays) b-adapt option is 1 (fast), since last year:
http://git.videolan.org/?p=x264/x264-sandbox.git;a=commit;h=4e5adb87070c82b937c03e0cc030eae3578c251d

It's like if MeGUI "thought" it has an outdated x264 version.

Could you maybe upload an encoding log if it is added there?

[Warning] Log
-[Information] Versions
--[Information] MeGUI: 2787 x86
--[Information] System Information
---[Information] Operating System: Windows 10 Home 1607 x64 (10.0.14393.1884)
---[Information] .NET Framework: 4.0 (4.0.0.0)
---[Information] .NET Framework: 4.7 (4.7.02053)
--[Information] Component Information
---[Information] Haali Media Splitter: 1.13.138.14 (14-04-2013)
---[Information] Haali DSS2: (14-04-2013)
---[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (16-11-2017)
---[Information] MediaInfo: 17.10.0.0 (16-11-2017)
---[Information] MessageBoxExLib: 1.0.2218.28317 (16-11-2017)
---[Information] SevenZipSharp: 0.64.3890.29348 (16-11-2017)
---[Information] 7z: 9.20 (16-11-2017)
--[Information] AviSynth Information
---[Information] AviSynth Wrapper
----[Information] Version: 1.0.2721.0
----[Information] Date: 16-11-2017
----[Information] Interface: 3
---[Information] AviSynth
----[Information] not installed
---[Information] AviSynth portable
----[Information] File Version: 0.1
----[Information] Date: 15-11-2017
----[Information] Name: AviSynth+ 0.1 (r2544, MT, i386)
----[Information] Version: AviSynth+ 0.1 (r2544, MT, i386)
----[Information] AviSynth+: true
----[Information] MT: true
----[Information] Status: active
[...]
-[Information] Log for job505 (video, Cameo.mkv.avs -> Cameo_Video.264)
--[Information] [27/11/2017 20:09:48] Started handling job
--[Information] [27/11/2017 20:09:48] Preprocessing
--[Information] [27/11/2017 20:09:48] AviSynth input script
---[NoImage] LoadPlugin("C:\Program Files (x86)\MeGUI-2774-32\tools\lsmash\LSMASHSource.dll")
---[NoImage] LWLibavVideoSource("D:\Users\J\Videos\0r51zqlt.40r\Cameo.mkv.lwi")
---[NoImage] #Not enough useful sections for source detection. Doing no processing
---[NoImage] #crop
---[NoImage] LanczosResize(720,404) # Lanczos (Sharp)
---[NoImage] #denoise
--[Information] [27/11/2017 20:09:49] resolution: 720x404
--[Information] [27/11/2017 20:09:49] frame rate: 25/1
--[Information] [27/11/2017 20:09:49] frames: 439
--[Information] [27/11/2017 20:09:49] aspect ratio (avs): 180:101 (1.782)
--[Information] [27/11/2017 20:09:49] Job command line: "C:\Program Files (x86)\MeGUI-2774-32\tools\x264\avs4x26x.exe" --x26x-binary "C:\Program Files (x86)\MeGUI-2774-32\tools\x264\x264.exe" --preset slow --tune film --crf 21.0 --me umh --sar 1:1 --output "D:\Users\J\Videos\0r51zqlt.40r\Cameo_Video.264" "D:\Users\J\Videos\0r51zqlt.40r\Cameo.mkv.avs"

Have you already tried to reset the profile to default?
Yes, I have.

-If you select "0-Off" in the dropdown list, " --b-adapt 0" is added to the command line.
-If you select "1-Fast" in the dropdown list, " --b-adapt 1" is added to the command line.
-If you select "2-Optimal" in the dropdown list, nothing is added to the command line (as if the default option was 2, but it isn't, so the x264 version used by MeGUI won't apply the correct setting)

Zathor
27th November 2017, 21:04
Thanks, I have adjusted last year the "Swap --me umh for --trellis 2" part, but it seems I have missed the --b-adapt change :rolleyes:

Zathor
27th November 2017, 21:10
https://i.imgur.com/u2olNnH.png
[code]Preliminary log file only. During closing of MeGUI the well for
Oh, you are using the x64 version... the debug files will not work for that. Give me a few minutes and I will post another link...

Zathor
27th November 2017, 21:17
Please use: http://megui.org/megui_debug_x64.zip