View Full Version : MeGUI: bug reports and feature requests
tebasuna51
19th March 2022, 22:30
Thanks Barough, this build work fine for me.
simple_simon
29th March 2022, 08:00
The AVS Script Creator preview window seems to be cropping the right side of the image frame.
I experienced this when I upgraded to MeGUI 2928 and DGIndex 2005+. I went down a rabbit hole trying to get the Index to work (fake license file/manual upgrade/enable NV version/etc) so my recollection of all the steps I took is a mess, but I can say I experienced the problem once I upgraded beyond MeGUI 2924 + DGIndex 2002. I just restored back to those versions and the crop preview is now correct.
The crop was about 6 pixels from the right edge, which in my case happened to correspond to the black pixels on that edge of the frame. When I encoded that the black pixels were included in the mp4. I confirmed the crop spinner was set to 0 in the Script Creator window. If I'm remembering correctly I think I tried clicking the right spinner up a few times (0 to 2 to 4 pixels) and surprisingly noticed no change to the preview image on that edge.
I just noticed this also. It must be an error in MeGUI though (not DGIndex) because I'm using LSMASHWorks to index and getting the same problem.
And I foolishly deleted my older versions. Where can I download "megui-core-2927-64.7z" until this issue is corrected?
kedautinh12
29th March 2022, 14:06
only 2924 is older had link download. You can download megui-core-2924 here
http://megui.tmebi.de/test/?C=M;O=D
simple_simon
31st March 2022, 08:43
only 2924 is older had link download. You can download megui-core-2924 here
http://megui.tmebi.de/test/?C=M;O=D
Cool! Thanks
kedautinh12
7th April 2022, 06:28
L-SMASH-Works (20220406)
https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/releases
kedautinh12
11th April 2022, 00:08
MKVToolNix v67.0.0
https://mkvtoolnix.download/windows/releases/67.0.0/
https://mkvtoolnix.download/doc/NEWS.md
kedautinh12
16th April 2022, 04:15
ffms2_6ad7738
https://forum.doom9.org/showthread.php?p=1967460#post1967460
kedautinh12
20th April 2022, 17:40
MP4Box v2.1-DEV-rev119-gd2f75dd7b
https://www.mediafire.com/file/vku45f63d2w4k3s/MP4Box-2.1-DEV-rev119-gd2f75dd7b_Win_GCC112.7z/file
LeXXuz
24th April 2022, 08:39
Pardon me, but why are you guys posting all these tools in here? :confused:
Barough
24th April 2022, 10:14
Pardon me, but why are you guys posting all these tools in here? :confused:So that users can manually update MeGUI if they want until Zathor gets around to do the updates on the server.
Skickat från min SM-S908B via Tapatalk
Danette
24th April 2022, 23:40
NOTE: Below was posted previously. I have since submitted a bug report on the Sourceforge MeGUI site.
When encoding (x264) script (One-Click) using MT and using certain script, MeGUI crashes with the message: “MeGUI has stopped working.” This happens when using either the batch function or loading files individually. Of course, this closes MeGUI, so no log or error messages are recorded. Sometimes (I can’t reproduce it intentionally), the MeGUI crash message is preceded by a visual C++ Runtime Library error message that goes on to say that “This application has requested the Runtime to terminate it in an unusual way”, but this is rare.
When I reopen MeGUI, the batch files are still in the queue and when I start the second file (which crashed, above), it encodes normally, but then the next file in the queue crashes when it begins encoding. This cycle goes on and on through all files in the batch.
When I run the full script without MT, there is no problem. Similarly, when I run the script, without Decimate() or QTGMC(InputType=1,Preset="Medium”), but with MT, it runs fine. In other words; either the Decimate() filter OR the QTGMC(InputType=1,Preset="Medium”) filter, alone or together, will cause the crash in MeGUI.
The script used is:
SetFilterMTMode("DEFAULT_MT_MODE",2)
MPEG2Source("C:\xxxx.d2v", cpu=0)
TFM(slow=2)
Decimate()
AssumeTFF()
QTGMC(InputType=1,Preset="Medium”)
CropResize(0,0, 0, 0, 0, -0,InDAR=15.0/11.0,ResizeWO=True,Resizer="Lanczos4Resize")
GradFun3()
Prefetch(3)
MeGUI version is v2913, AviSynth+ v3.7.2 (Redistributable (x86) v14.31.31103), filters and dependencies all seem to be current.
Found this in the Windows log /application:
Application: MeGUI.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
at MeGUI.AviSynthClip.dimzon_avs_init_3(IntPtr ByRef, System.String, System.String, AVSDLLVideoInfo ByRef, MeGUI.AviSynthColorspace ByRef, MeGUI.AudioSampleType ByRef, System.String)
at MeGUI.AviSynthClip.OpenAVSScript(System.String, System.String, Boolean, System.String ByRef)
at MeGUI.AviSynthClip+<>c__DisplayClass68_0.<.ctor>b__0()
at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart()
Followed by this:
Faulting application name: MeGUI.exe, version: 1.0.2913.0, time stamp: 0x5d962e52
Faulting module name: avisynth.dll, version: 3.7.1.0, time stamp: 0x61cf9ff3
Exception code: 0xc0000005
Fault offset: 0x000db860
Faulting process id: 0x1ac
Faulting application start time: 0x01d858a1df69b791
Faulting application path: C:\Program Files (x86)\MeGUI-2913\MeGUI.exe
Faulting module path: C:\Windows\system32\avisynth.dll
Report Id: d21d136a-c498-11ec-82d4-8056f23b3d03
kedautinh12
25th April 2022, 01:54
dgdecnv_242
http://rationalqm.us/dgdecnv/binaries/dgdecnv_242.zip
LeXXuz
26th April 2022, 10:53
So that users can manually update MeGUI if they want until Zathor gets around to do the updates on the server.
Ah. Got it ;)
Danette
27th April 2022, 01:35
So that users can manually update MeGUI if they want until Zathor gets around to do the updates on the server.
Thanks for all of these updates. I didn't realize that Zathor was MIA (I guess my bug report on Sourceforge will be never be solved).
Is there a way to get MeGUI's updater to load these zipped files (I assume after placing them in the update_cache folder), or do the unzipped contents need to be manually placed into the appropriate locations?
Barough
27th April 2022, 01:52
Thanks for all of these updates. I didn't realize that Zathor was MIA (I guess my bug report on Sourceforge will be never be solved).
Is there a way to get MeGUI's updater to load these zipped files (I assume after placing them in the update_cache folder), or do the unzipped contents need to be manually placed into the appropriate locations?Zathor is MIA from here but he's on Sourceforge once in a while. All issues should be posted on MeGUI's issue tracker on Sourceforge.
Regarding the updates..... you need to manually extract and replace the files in question.
Sent from my SM-S908B via Tapatalk
tebasuna51
27th April 2022, 09:25
...
MeGUI version is v2913, AviSynth+ v3.7.2 (Redistributable (x86) v14.31.31103), filters and dependencies all seem to be current.
I see in one log from your megui bug (https://sourceforge.net/p/megui/bugs/970/):
---[Information] AviSynth Wrapper
----[Information] Version: 1.0.2847.0
----[Information] Date: 06-05-2018
----[Information] Interface: 3
---[Information] AviSynth
----[Information] File Version: 3.7.2
----[Information] File Date: 18-03-2022
Remember replace the AvisynthWrapper.dll (https://forum.doom9.org/showthread.php?p=1913117#post1913117)
If you still have the old AvisynthWrapper.dll try check Options -> Main -> Always use the included AviSynth and see if the problem persist.
If run fine with the included Avisynth+ version 3.5 r3106 it is not a MeGUI problem.
Danette
30th April 2022, 01:47
I see in one log from your megui bug (https://sourceforge.net/p/megui/bugs/970/):
Remember replace the AvisynthWrapper.dll (https://forum.doom9.org/showthread.php?p=1913117#post1913117)
Ugh!! How careless of me - I knew that ... in the past. That solved it. Thanks. At least my mistake forced me to update all my filters and add the manual updates to create MeGUI v2928.
kedautinh12
5th May 2022, 19:11
L-SMASH-Works 20220505
https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/releases
edit: older ver error with Megui when indexing VFR video
DGIndex/DGMPGDec 2.0.0.7
http://rationalqm.us/dgmpgdec/dgmpgdec2007.zip
Source: https://rationalqm.us/board/viewtopic.php?p=15684#p15684
kedautinh12
8th May 2022, 01:18
Getting close to stability. One more time, please re-download DGMPGDec 2.0.0.7 and update 64-bit DGDecode.dll. The property _AspectRatio was removed. _SARNum/_SARDen were changed to report the "pixel size", aka PAR. The alias D2VSource() was removed so as not to collide with other 3rd-party software.
kedautinh12
10th May 2022, 00:33
eac3to v3.36
http://madshi.net/eac3to.zip
kedautinh12
14th May 2022, 19:53
DGDecNV build 243
https://rationalqm.us/dgdecnv/binaries/dgdecnv_243.zip
kedautinh12
27th May 2022, 15:41
mkvtoolnix 68.0.0
https://mkvtoolnix.download/windows/releases/68.0.0/
kedautinh12
29th May 2022, 15:07
PgcDemuxMod
http://downloads.sourceforge.net/project/streaman/Useful_Tools/PgcDemux/PgcDemux_mod_bin.7z?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fstreaman%2Ffiles%2FUseful_Tools%2FPgcDemux%2F&ts=1421016601&use_mirror=iweb
tormento
2nd June 2022, 08:23
Has MeGUI x64 development stopped? Why?
Probably a lack of volunteers.
kedautinh12
3rd June 2022, 13:21
x264-r3095-baee400
https://artifacts.videolan.org/x264/
Note :
The commit value is wrong due to something upstream at MulticoreWare.
Correct commit number for this release is
9b59d45
FFmpeg version n5.0.1-x
x86
https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases
https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/latest/ffmpeg-n5.0-latest-win32-lgpl-5.0.zip
x64
https://github.com/BtbN/FFmpeg-Builds/releases
https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.0-latest-win64-lgpl-5.0.zip
Opus-tools v0.2-29-gecd50e5 (using libopus 1.3.1-107-gccaaffa9)
https://www.mediafire.com/file/7dira6fs3m5doyc/
MP4Box v2.1-DEV-rev188-ga1be12658
https://www.mediafire.com/file/i8o50mtdu9kg0kf/
Multicoreware manages x265, but not x264.
LeXXuz
9th July 2022, 11:50
Probably a lack of volunteers.
That would be really sad. It's still my favourite frontend.:(
Barough
14th July 2022, 10:06
MKVToolNix v69.0.0
https://mkvtoolnix.download/windows/releases/69.0.0/
https://mkvtoolnix.download/doc/NEWS.md
magnetite
17th July 2022, 19:34
Who maintains the update server? If they're busy IRL, maybe they could transfer those duties to someone else?
StainlessS
17th July 2022, 20:31
I think was Maintained by Zathor,
his/her/they/it public profile does NOT show last active date [does for some people, not for others],
but his last post seems to be [when right click his Avatar, "find all posts by Zathor"], shows last post May 2020.
Barough
17th July 2022, 20:31
Zathor is the only one that works with MeGUI these days as it seems so.......
kedautinh12
17th July 2022, 23:56
dgdecnv_244
https://www.rationalqm.us/dgdecnv/binaries/
kedautinh12
17th July 2022, 23:56
I think was Maintained by Zathor,
his/her/they/it public profile does NOT show last active date [does for some people, not for others],
but his last post seems to be [when right click his Avatar, "find all posts by Zathor"], shows last post May 2020.
He/she still update from here
http://megui.tmebi.de/test/?C=M;O=D
StainlessS
18th July 2022, 05:40
OK, thanks Ked.
Dont know if you know, but DGDecode(2.0.0.7) x64, does not support some/several args that the x86 version does support, eg UpConv [convert to YUY2].
kedautinh12
18th July 2022, 06:33
OK, thanks Ked.
Dont know if you know, but DGDecode(2.0.0.7) x64, does not support some/several args that the x86 version does support, eg UpConv [convert to YUY2].
I think you need talk to videoh for this
StainlessS
18th July 2022, 14:00
He probably knows, it's just that a month or two ago I tried to use an old script on x64 and it did not work,
looking at dll args, it omits several existing in x86.
Its no big deal for me.
kedautinh12
28th July 2022, 00:51
FFmpeg version n5.1-x (x86)
https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases
https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/latest/ffmpeg-n5.1-latest-win32-gpl-5.1.zip
FFmpeg version n5.1-x (x64)
https://github.com/BtbN/FFmpeg-Builds/releases
https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n5.1-latest-win64-gpl-5.1.zip
Barough
4th August 2022, 16:12
FDK-AAC v1.0.4 (GCC v12.2.0)
https://www.mediafire.com/file/cskw19a8c6d00pe
kedautinh12
10th August 2022, 13:56
DGDecNV build 245
https://rationalqm.us/dgdecnv/binaries
kedautinh12
14th August 2022, 12:44
MKVToolNix v70.0.0
https://mkvtoolnix.download/windows/releases/
https://mkvtoolnix.download/doc/NEWS.md
kedautinh12
25th August 2022, 06:22
DGDecNV build 245 (23/08/22)
https://www.rationalqm.us/dgdecnv/binaries/
kedautinh12
25th August 2022, 17:07
DGDemux/DGDemuxGUI build 62 (24/08/22)
https://rationalqm.us/dgdemux/binaries
kedautinh12
7th September 2022, 00:00
x264-r3098-7628a56
https://artifacts.videolan.org/x264/
Barough
9th September 2022, 20:34
FLAC v1.4.0 (Release)
Built on September 14, 2022, GCC 12.2.0
https://www.mediafire.com/file/eauqywbgep9nt1p
*Updated documentation in archive
Barough
13th September 2022, 20:39
x265 v3.5+40-1ea20502b
Built on September 13, 2022, GCC 12.2.0
https://www.mediafire.com/file/kfmz9m3q4r4fc6l/
x265 Note :
The commit value on the binary is wrong due to something upstream at MulticoreWare.
Correct commit number for this release is
9311783
kedautinh12
23rd September 2022, 02:00
FFmpeg n5.1.1 (x64)
Just download ffmpeg-master-latest-win64-gpl.zip (not "shared" in name)
https://github.com/BtbN/FFmpeg-Builds/releases
Shandra
26th September 2022, 14:26
The AVS Script Creator preview window seems to be cropping the right side of the image frame.
Just noticed it today (that's why I am posting with such a delay, as I've just searched for the "topic") and my guess is that it relates to the switch to NET 4.8 (just speculation on my behalf).
"Workarounds" (at least for me those have worked) I've found so far:
On Windows 7/Server 2008 R2 switching to the windows-classic theme (non aero).
On Windows 10 (21H2, tested on 2 PCs) enable a high-contrast mode OR, and this one puzzles me [1] , setting the compatibility mode for MeGUI to "Windows 7" also solves the problem (setting anything there in Win7 doesn't *fix* it).
1: as Windows 7 under Aero is affected by the preview *bug* (windows bottom and right border coming a few pixels to short and overlaying/cropping the UI Elements within)
guest
28th September 2022, 05:24
FFmpeg version n5.1.2-2-g38325c89fa-gc03f9654c9+92 (x86)
https://www.mediafire.com/file/jx6hp2ud3qz2dux
Why only x86 ??
https://www.videohelp.com/software/ffmpeg
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.