View Full Version : MeGUI: bug reports and feature requests


Pages : 1 2 3 4 5 6 7 [8]

tebasuna51
17th July 2021, 12:11
--[Information] MeGUI: 2913 x86
...
---[NoImage] PointResize(3840,2160)
---[NoImage] Prefetch(6)
...
--[Information] [7/11/2021 11:41:00 PM] Job command line: "cmd.exe" /c ""B:\MEGUI2\tools\ffmpeg\ffmpeg.exe" -loglevel level+error -i "B:\2f11eawv.acl\taa.mkv.avs" -strict -1 -f yuv4mpegpipe - | "B:\MEGUI2\tools\x265\x64\x265.exe" --preset slow --crf 16.0 --sar 1:1 --output "B:\2f11eawv.acl\taa_Video.hevc" --frames 30126 --y4m -"
...
---[Information] [7/11/2021 11:47:29 PM] [error] av_interleaved_write_frame(): Broken pipe
---[Information] [7/11/2021 11:47:29 PM] [error] Error writing trailer of pipe:: Broken pipe
--[Error] [7/11/2021 11:47:29 PM] Process exits with error: 0xC0000005 STATUS_ACCESS_VIOLATION (-1073741819)

I only can recommend check if works with:

1) Megui -> Options -> Extended -> Auto Update -> Use development update server -> Save
Megui -> Tools -> Update -> Show all packages -> Enable all packages -> Update

MeGUI: 2913 to MeGUI: 2924

2) Disable Prefetch(6)
useless for PointResize and exigent for RAM resources.

MrBonk
19th July 2021, 02:43
I only can recommend check if works with:

1) Megui -> Options -> Extended -> Auto Update -> Use development update server -> Save
Megui -> Tools -> Update -> Show all packages -> Enable all packages -> Update

MeGUI: 2913 to MeGUI: 2924

2) Disable Prefetch(6)
useless for PointResize and exigent for RAM resources.

Tried all that, even tried resetting my RAM to stock timings. Still same crash.
Using NVenc with Handbrake works without problem. However using standard CPU encoding with HB caused a crash of that program as well 38% through the process.
The only other thing i've not tested at this point is doing all this in Windows 10 rather than Windows 7. W7 is my daily driver for older games and a few other things.

tebasuna51
19th July 2021, 10:50
Must work in W7, the last test if you already preserve the "B:\2f11eawv.acl\taa.mkv.avs" file, the taa.mkv and B:\MEGUI2\

Create and run this test.bat file:
"B:\MEGUI2\tools\x265\avs4x26x.exe" -L "B:\MEGUI2\tools\x265\x64\x265.exe" --preset slow --crf 16.0 --sar 1:1 -o "B:\2f11eawv.acl\taa_VideoN.hevc" "B:\2f11eawv.acl\taa.mkv.avs"
pause

avs4x26x is a old interface between AviSynth and x265 instead ffmpeg.
Work fine in my PC.

[EDIT]I forget other test because you have:
---[Information] AviSynth
----[Information] File Version: 3.7.0
----[Information] File Date: 11-01-2021
----[Information] File Name: AviSynth+ 3.7.0 (r3382, 3.7, i386)
Megui -> Options -> Main -> Always use the included AviSynth

The included AviSynth+ version is 3.5.1

makoto232
19th July 2021, 21:11
I use megui to encode files to x264. most of the files I get are in an mkv container.

Every time i try to encode mkv file to mp4 I get a "No container type could be found that matches the list of acceptable types in your chosen one click profile. Your restrictions are now being ignored." error

Anyone any clue as to what might be wrong?

There is no error listed in the log if any one asks... it just ignores my mp4 setting and reencodes to mkv.

Thank you guys and have a nice day.

tebasuna51
19th July 2021, 23:26
"No container type could be found that matches the list of acceptable types in your chosen one click profile. Your restrictions are now being ignored." error

We don't know your one click profile.

Remux that mkv to mp4 is not posible because AFAIK mp4 container don't support ASS subtitles.

MrBonk
20th July 2021, 02:55
Must work in W7, the last test if you already preserve the "B:\2f11eawv.acl\taa.mkv.avs" file, the taa.mkv and B:\MEGUI2\

Create and run this test.bat file:
"B:\MEGUI2\tools\x265\avs4x26x.exe" -L "B:\MEGUI2\tools\x265\x64\x265.exe" --preset slow --crf 16.0 --sar 1:1 -o "B:\2f11eawv.acl\taa_VideoN.hevc" "B:\2f11eawv.acl\taa.mkv.avs"
pause

avs4x26x is a old interface between AviSynth and x265 instead ffmpeg.
Work fine in my PC.

[EDIT]I forget other test because you have:

Megui -> Options -> Main -> Always use the included AviSynth

The included AviSynth+ version is 3.5.1

Thank you for all the suggestions. I think the problem ended up being with my CPU actually.
I reduced the clock by 50Mhz and suddenly no crashes...
Was able to complete encoding with no issues on the normal up to date dev server version I normally used before.
:stupid:

kedautinh12
20th July 2021, 12:29
@videoh new DGIndex 2.0.0.5 error with megui. I think you change commands in 2.0.0.5, old ver still use normally. Megui still use old commands
https://sourceforge.net/p/megui/bugs/963/?limit=25#5d9c

makoto232
20th July 2021, 23:39
yeap, one click: https://prnt.sc/1do5ccx
i try with srt but the subtitle doesn't burn into the mp4 file.

videoh
21st July 2021, 01:42
@videoh new DGIndex 2.0.0.5 error with megui. I think you change commands in 2.0.0.5, old ver still use normally. Megui still use old commands
https://sourceforge.net/p/megui/bugs/963/?limit=25#5d9c Until MeGUI is updated you'll have to use an earlier version of DGIndex. Just use the one that ships with MeGUI.

tebasuna51
21st July 2021, 09:48
yeap, one click: https://prnt.sc/1do5ccx
i try with srt but the subtitle doesn't burn into the mp4 file.

Burn?

You can add ass or srt files (soft mux not burn) to mp4 using mp4box included in MeGUI: MeGUI -> Tools -> Muxer -> MP4 Muxer

Also with ffmpeg:

ffmpeg -i infile.mp4 -i infile.srt -c:v copy -c:a copy -c:s mov_text outfile.mp4

kedautinh12
21st July 2021, 12:01
Burn?


I think he say added softsub become hardsub

kedautinh12
28th July 2021, 15:04
L-SMASH Source 20210811
https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/releases

Bazzu85
2nd August 2021, 13:15
Hi guys..
about this:
https://forum.doom9.org/showpost.php?p=1880391&postcount=6853

the bug is still there..

any chance to fix this? it's annoying to always check the destination file to be sure that has alla the subtitles..

Bazzu85
13th August 2021, 09:43
guys, in one click encoder, are there a way to convert the audio tracks to eac3?
the only default scratchpad I have are:
FFMPEG AC3, AAC and MP2
FLAC
OPUS
VORBIS

any suggestions?

kedautinh12
15th August 2021, 04:30
ffms2_1c6169a
https://forum.doom9.org/showthread.php?p=1949799#post1949799

LigH
15th August 2021, 08:09
@Bazzu85:

There is no free EAC3 encoder supported by MeGUI I know of; I don't remember EAC3 being supported ever, and I know FFmpeg has some troubles with a few variants of this format (especially Blu-ray specific with 6+2 subchannels).

tebasuna51
15th August 2021, 10:09
I found a workaround to encode to eac3 with MeGUI:

In Audio encoding -> Encoder settings -> select a FFmpeg A-C3 preset and 'Config' (see the image):

1) Config like you want but ffmpeg can only create until 5.1 (and not Bluray compliant like LigH say)

2) In 'Extra' tab add: -acodec eac3
That override the default preset from ac3 to eac3

3) Create the new preset with a new name, for instance 'eac3'

The new preset 'FFmpeg A-C3: eac3' can be selected after also in One-Click process, and the full output seems correct with EAC3 audio.

When selected only for audio conversion the output file must have .ac3 extension, but internally is EAC3 and you can modify the extension without problems.

j8ee
15th August 2021, 18:36
Having problems with indexing vob files, getting "Couldn't open input file in HIDE mode! Exiting...". It's probably after an update to dgindex 2.0.0.5. Haven't used MeGUI in a while, it seems I had dgmpgdec-158-32 before the update.

In one case a fast exit with an error:

[Error] Log for job1 (idx, VTS_01_1.VOB -> 1_VTS_01_1.d2v)
--[Information] [2021-08-15 19:08:59] Started handling job
--[Information] [2021-08-15 19:08:59] Preprocessing
--[Information] [2021-08-15 19:08:59] Job command line: "C:\Users\username\PortableApps\MeGUI\tools\dgindex\dgindex.exe" -SD=< -AIF=<C:\Temp\1\VTS_01_1.VOB< -OF=<C:\Temp\1\1_VTS_01_1< -FO=0 -exit -hide -OM=2
--[Information] [2021-08-15 19:08:59] Process started
--[Information] [2021-08-15 19:08:59] Standard output stream
--[Information] [2021-08-15 19:08:59] Standard error stream
--[Error] [2021-08-15 19:09:01] Process exits with error: 1
--[Information] [2021-08-15 19:09:01] Job completed

In another there's an intermediate vob file created first, and then a buffer overrun:

[Error] Log for job3 (idx, 2_VTS_01_1_1.VOB -> 2_VTS_01_1.d2v)
--[Information] [2021-08-15 19:09:46] Started handling job
--[Information] [2021-08-15 19:09:46] Preprocessing
--[Information] [2021-08-15 19:09:46] Job command line: "C:\Users\username\PortableApps\MeGUI\tools\dgindex\dgindex.exe" -SD=< -AIF=<C:\Temp\2\2_VTS_01_1_1.VOB< -OF=<C:\Temp\2\2_VTS_01_1< -FO=0 -exit -hide -OM=2
--[Information] [2021-08-15 19:09:46] Process started
--[Information] [2021-08-15 19:09:46] Standard output stream
--[Information] [2021-08-15 19:09:46] Standard error stream
--[Error] [2021-08-15 19:09:52] Process exits with error: 0xC0000409 STATUS_STACK_BUFFER_OVERRUN (-1073740791)
--[Information] [2021-08-15 19:09:52] Job completed

Full log attached

I just replaced everything in the dgindex folder with the old 1.5.8 version and everything worked OK. Hopefully it will update fine still, but it would be nice with a simple way to roll back updates. Maybe there is...?

kedautinh12
17th August 2021, 05:10
dgindex 2.0.0.5 changed command. If you use older ver will work normally

kedautinh12
17th August 2021, 05:41
@videoh, can you share older ver in here??
http://rationalqm.us/dgmpgdec/

Barough
17th August 2021, 05:56
Post about the issues on MeGUI's bug tracker.

Skickat från min SM-G988B via Tapatalk

tebasuna51
17th August 2021, 08:57
@videoh, can you share older ver in here??
http://rationalqm.us/dgmpgdec/
In my ...\megui\update_cache I have the '_obsolete_dgmpgdec-2.0.0.2-32.7z'

Previous versions are stored like '_obsolete_*' and can be recovered.

videoh
17th August 2021, 13:05
@videoh, can you share older ver in here??
http://rationalqm.us/dgmpgdec/ I made a version of DGIndex 2.0.0.5 that supports the legacy CLI.

http://rationalqm.us/dgmpgdec/DGIndex_test.rar

Please advise if it is working for you. If so, I will release it. Thank you.

Chrome says it can't be downloaded securely. Don't know what that's about but right click the link and save as and then select Keep if this happens to you. Strange because downloads through my website work fine without issues. Could be a Doom9 thing.

StainlessS
17th August 2021, 16:04
Chrome says it can't be downloaded securely.
No issues flagged via FireFox.

kedautinh12
17th August 2021, 16:19
DGDecNV v2.0.5.3-231
http://rationalqm.us/dgdecnv/binaries/

MP4Box v1.1.0-DEV-rev1169-gbbd741e0e
https://www.mediafire.com/file/24q407q9pvytojy/MP4Box-1.1.0-DEV-rev1169-gbbd741e0e_Win_GCC103.7z/file

x265 v3.5+12-0983cffc5
https://www.mediafire.com/file/8sjhyfwgalofcr5/x265-3.5%252B12-0983cffc5_Win_GCC103.7z/file

FFmpeg 4.4 x64 gbf87bdd3f6
https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-08-17-12-39/ffmpeg-n4.4-80-gbf87bdd3f6-win64-gpl-shared-4.4.zip

FFmpeg 4.4 x86 gbf87bdd3f6
https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/autobuild-2021-08-17-12-51/ffmpeg-n4.4-80-gbf87bdd3f6-win32-gpl-shared-4.4.zip

kedautinh12
17th August 2021, 16:21
I made a version of DGIndex 2.0.0.5 that supports the legacy CLI.


Meet same error in Megui x64 ver too

videoh
17th August 2021, 17:33
Meet same error in Megui x64 ver too I downloaded most recent 64-bit MEGUI (standalone). I replaced DGIndex.exe in the tools/dgindex folder with the uploaded test version. Then I ran File Indexer (DGIndex) on a VOB. Everything worked normally.

kedautinh12
17th August 2021, 17:47
Checked again, it's work normally now. Thank for your fixed

videoh
17th August 2021, 17:53
You're welcome and thank you for your testing, kedautinh12. I will make a release.

EDIT: Released as 2.0.0.6. Document updates and source to follow.

kedautinh12
18th August 2021, 00:16
Thank DG

Edit: but document still old

Barough
30th September 2021, 19:58
x264 0.164.3075 66a5bc1 (lsmash 2.16.1)
Built on September 30, 2021, GCC 10.3.0

https://code.videolan.org/videolan/x264/-/commits/master

https://www.mediafire.com/file/epx7iakuvu5go1y/x264-0.164.3075_66a5bc1_Win_GCC103.7z/file

kedautinh12
2nd October 2021, 05:32
MKVToolNix v61.0.0
https://www.fosshub.com/MKVToolNix.html
ffmpeg_r103791+10
https://forum.doom9.org/showpost.php?p=1953017&postcount=1327

kedautinh12
2nd October 2021, 09:42
DGDecNV v2.0.5.3-233
http://rationalqm.us/dgdecnv/binaries/

tebasuna51
2nd October 2021, 11:18
ffmpeg_r103791+10
https://forum.doom9.org/showpost.php?p=1953017&postcount=1327

Warning to the qyot27 comment:
"Will require one of the test builds pinterf provided from after April, since there had been a bug in 3.7.0 (and probably the earlier versions that were also inside interface version 8) preventing the C interface from accessing frame properties; if you use 3.7.0, it will crash*."

Remember the AviSynth portable included with MeGUI is Avs+ 3.5.1

kedautinh12
2nd October 2021, 14:11
Warning to the qyot27 comment:
"Will require one of the test builds pinterf provided from after April, since there had been a bug in 3.7.0 (and probably the earlier versions that were also inside interface version 8) preventing the C interface from accessing frame properties; if you use 3.7.0, it will crash*."

Remember the AviSynth portable included with MeGUI is Avs+ 3.5.1

I used normally with avs+ 3.7.1 test 20
https://forum.doom9.org/showthread.php?p=1953460#post1953460

tebasuna51
2nd October 2021, 18:55
Is a warning for users than work with the MeGUI included Avs, or other than the last test versions, and AvisynthWrapper.dll

Remember Zathor comment:

These tools I have not updated (yet?):
...
- AviSynth+ (because I need to update the wrapper and I do not know if the wrapper provided above does work in all cases)

kedautinh12
11th October 2021, 07:40
MKVToolNix v62.0.0
https://mkvtoolnix.download/windows/releases

StainlessS
11th October 2021, 08:14
EDIT: MeGUI x64 mp4box problem.

I fixed this problem for myself some time ago, but dont know if it is a known issue.
Mp4Box [I think version 1.1 (rev 390) EDIT: x64], when muxing 1 video and 2 audio streams, it swaps over the audio stream order,
ie stream 1 becomes stream 2 and vice versa. [movie=>commentary, commentary=>movie).
I just overwrote [EDIT: replaced] Mp4Box with an older EDIT: x86, xp compatible version [so quite a bit older], problem gone.
Anyway, thought I'de better say something.
[All ok with normal encode (single audio stream), only manual mux via menu/tools/muxer/Mp4Muxer, problem]

EDIT: My problem was the x64 version, not sure if x86 also has problem.
EDIT: OK, remembered a bit more, x64 was problem, replaced with XP compatible x86 Mp4Box, that fixed it. [static compile, without gazillions of dlls in mp4box folder]

EDIT: Would someone like to confirm whether or not this is still a problem [or if already known, and if affects x86 ver$].

EDIT: I only ever do standard AutoEncode of existing Avs file, no other MeGUI magic [deinterlace or whatever],
and manual re-muxing (if multiple audio streams). No idea if my fix will mess up any other MeGUI functionality [as I dont use any other of its magic].

tebasuna51
11th October 2021, 10:25
... only manual mux via menu/tools/muxer/Mp4Muxer, problem

Using MeGUI and MeGUI64 with:
MP4Box - GPAC version 1.1.0-DEV-rev390-g4228658a9-ab-suite (64bits)

work fine here:

The command line executed is, like I select, spanish language first:
mp4box.exe -add Danish.h264#trackID=1:fps=24.0:par=1:1 -add Spanish.ac3#trackID=1:lang=spa -add Danish.ac3#trackID=1:lang=dan

and the output (MediaInfo and MPC-HC player) is correct, spanish first.

StainlessS
11th October 2021, 11:39
Thanks teb,
I not sure if the MeGUI update server 1.1 (rev 390) is same as 1.1.0 (rev 390) GPAC version, and I only ever use the MeGUI
GUI interface, perhaps the command line call is not borked, and GUI is [assuming that GPAC is the same executable].
.
EDIT: Borked mp4 showed out of order in MediaInfo as well as wrong in player.

Barough
11th October 2021, 11:45
1.1.0 and 1.1 is the same. Version 1.1 is in development stage.

StainlessS
11th October 2021, 11:46
The bad x64 MP4Box.exe shows (W10) 7839KB, MD5: e9c00af259253d978ca3e080b0bcc9ce

Google search on the MD5 and SHA-1 finds nothing.

EDIT: SHA-1: 1b7e73e6b44d66b71a82124c455179fe053dfe1e

EDIT: MD5 and SHA-1 on "mp4box-1.1-rev390-64.7z" in update cache from development update server.
MD5: b20860f686009d3874cad1e84aef6c8f
SHA-1: 04d55cb4f0d05d98280931b024bb7dce635b8f01
Google finds nothing on the MD5 and SHA-1 above for the update cache 7z, maybe I got a corrupt zip.

Barough
11th October 2021, 12:14
Here's a new MP4Box compile for ya to try out
https://www.mediafire.com/file/kjf320n4nqx7gr5/MP4Box-1.1.0-DEV-rev1350-gc1f4a2357_Win_GCC103.7z/file

I haven't had any issues with the included MP4Box in MeGUI. Im not using the x64 version of it though.

StainlessS
11th October 2021, 12:37
I've restored original mp4box, and no problems at all, I cant understand it, I had to re-do more than a dozen files,
and pinned it down to my XP MEGUI x86 working fine, and x64 MeGUI doing it wrong, every time.
I got no excuse, and no explanation, maybe I'm just going crazy or something :(

Sorry guys, looks like a total bum steer :(

EDIT: And before I swapped mp4box x64 exe for the x86 exe, I had been using the XP x86 MeGUI for Muxing only,
and a few times I forgot and used x64 by mistake, and had to go back and redo them in XP x86 version.
I eventually tried install of x86 exe into x64 MeGUI and it worked so did not need use x86 MeGUI anymore.
Maybe I am going crazy, no probs now. Maybe I'm being Punked, where's the cameras ?

Barough
11th October 2021, 13:27
Some weird shit is going on for sure, but what.......

I can say that the Mp4box 1.1 (rev 390) on MeGUI update server comes from me originally.

StainlessS
11th October 2021, 14:28
thanks Barough,
I've downed the link, and shall install that.
Thanks very much sir.

Barough
11th October 2021, 20:17
thanks Barough,
I've downed the link, and shall install that.
Thanks very much sir.

YW :)

Have a newer compile now for ya if u wanna try it out
https://www.mediafire.com/file/zct5npokud0eayl/MP4Box-1.1.0-DEV-rev1360-g862ec5b3d_Win_GCC103.7z/file

StainlessS
11th October 2021, 22:26
Got it, thanks muchly :)

kedautinh12
26th October 2021, 00:15
DGDecNV v2.0.5.3-235
http://rationalqm.us/dgdecnv/binaries/dgdecnv2053_235.zip

FFmpeg-Builds-Win32 v4.4
https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases

FFmpeg-Builds-Win64 v4.4
https://github.com/BtbN/FFmpeg-Builds/releases

MP4Box v1.1.0-DEV-rev1409-gcf8da3461
https://www.mediafire.com/file/isjl7og5or0brdk/MP4Box-1.1.0-DEV-rev1409-gcf8da3461_Win_GCC112.7z/file

x264 0.164.3075 66a5bc1
https://www.mediafire.com/file/y0jnp0jh51dd9z4/x264-0.164.3075_66a5bc1_Win_GCC112.7z/file

x265 v3.5+19-8003e4382
https://www.mediafire.com/file/glilyyqfk8o0r5y/x265-3.5%252B19-8003e4382_Win_GCC112.7z/file

Opus-tools v0.2-27-gb982c4c (using libopus 1.3.1-98-ga8e6a77c)
https://www.mediafire.com/file/yrcpeqr6c31vzq6/Opus-tools-0.2-27-gb982c4c_%2528using_libopus_1.3.1-98-ga8e6a77c%2529_Win_GCC112.7z/file

guest
26th October 2021, 02:08
DGDecNV v2.0.5.3-235
http://rationalqm.us/dgdecnv/binaries/dgdecnv2053_235.zip

FFmpeg-Builds-Win32 v4.4
https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases

FFmpeg-Builds-Win64 v4.4
https://github.com/BtbN/FFmpeg-Builds/releases

MP4Box v1.1.0-DEV-rev1409-gcf8da3461
https://www.mediafire.com/file/isjl7og5or0brdk/MP4Box-1.1.0-DEV-rev1409-gcf8da3461_Win_GCC112.7z/file

x264 0.164.3075 66a5bc1
https://www.mediafire.com/file/y0jnp0jh51dd9z4/x264-0.164.3075_66a5bc1_Win_GCC112.7z/file

x265 v3.5+19-8003e4382
https://www.mediafire.com/file/glilyyqfk8o0r5y/x265-3.5%252B19-8003e4382_Win_GCC112.7z/file

Opus-tools v0.2-27-gb982c4c (using libopus 1.3.1-98-ga8e6a77c)
https://www.mediafire.com/file/yrcpeqr6c31vzq6/Opus-tools-0.2-27-gb982c4c_%2528using_libopus_1.3.1-98-ga8e6a77c%2529_Win_GCC112.7z/file


Thanks for all these, but MP4Box doesn't work for me in RipBot :(

Shuichiyagami
6th November 2021, 08:37
Help! After update dev server and upload the plugin, i can't use it again because "Plugin was designed for a later version of Avisynth (8)"

tebasuna51
6th November 2021, 11:29
Help! After update dev server and upload the plugin, i can't use it again because "Plugin was designed for a later version of Avisynth (8)"

Please read the forum rules:
...
8) No cross posting. Post your message once, to the appropriate forum and nowhere else or it will be locked or deleted without warning.
...

We need know the AviSynth version you use, please:
1) Go to Log tab
2) Right click over Versions -> Save -> Log
3) Create a Log file
4) Zip the Log file and Attach it here (Manage Attachements)

And let we know the plugin you want use.

kedautinh12
10th November 2021, 12:16
DGDecNV_236
http://rationalqm.us/dgdecnv/binaries/

kedautinh12
20th November 2021, 22:54
MP4Box v1.1.0-DEV-rev1431-gf448b75bf
https://www.mediafire.com/file/8dtwse05ja2iduu/MP4Box-1.1.0-DEV-rev1431-gf448b75bf_Win_GCC112.7z/file

x265 v3.5+21-7155a58f7
https://www.mediafire.com/file/hvggc6r6pehjwpx/x265-3.5%252B21-7155a58f7_Win_GCC112.7z/file

Dester
3rd December 2021, 21:24
DGDecNV_237
http://rationalqm.us/dgdecnv/binaries/

Just a note: It's from the conversion to free version that I can't use anymore DGIndexNV with MeGui (Development version 2924)

After the indexing completes the .dgi project can't be loaded into AVS Script Creator with "Error Message: The video stream cannot be opened"

Am I missing something ?
Thanks in advance
Maurizio.

EDIT: I edit myself, I understood the issue. The binaries comes with x64 version in root folder and x86 in subfolder. If MeGui is x86 you have to replace the x64 binaries with x86 ones (like with avisinth).
Thanks anyway.

StainlessS
3rd December 2021, 23:30
Just a note: It's from the conversion to free version that I can't use anymore DGIndexNV with MeGui (Development version 2924)
IIRC, when installed DGIndexNV {free} in MeGUI and have not had previous license, then having "Enable DGIndexNV" in settings, puts up some kind of
"not licensed for this machine", or similar, I just untick that box and use via Avisynth LoadPlugin [or in system installed Avsiynth plugins autoload directory],
I dont use MeGUI for anything other than x264 encode with pre-existing avs scripts
[no MeGUI deinterlace or whatever else], so makes no difference for me now I know of the problem.
[EDIT: Its probably MeGUI putting up that error message rather than DGIndexNV]
[Dont know if it will work if you just put it in the MeGUI avisynth_plugin's directory, with that box unticked, however if you have system wide Avisynth set up, put in its plugins dir]

EDIT: And thanks for flagging the new DGDecNV_237 link [you're slipping kedautinh12 :) ].

Dester
4th December 2021, 00:53
Thanks for explanation.

EDIT: And thanks for flagging the new DGDecNV_237 link [you're slipping kedautinh12 ].

Searching for a solution to my issue I saw that new version and linked here for you all, I didn't want to steal the scene to kedautinh12, ehehe :):):)

kedautinh12
5th December 2021, 00:39
Lol :D

videoh
6th December 2021, 02:27
[EDIT: Its probably MeGUI putting up that error message rather than DGIndexNV] Correct.

Love that spammer screwing up our searches? :angry: Let's see how fast the mods can react to my report.

ravewulf
7th December 2021, 00:44
I posted this as a ticket over on SourceForge originally but probably should've just posted here :P

Muxing to .264 to .mp4 uses decimal fps when it should use fractions. This only affects raw .264 streams and not existing mp4 files as mp4box gives a higher priority to the framerate embedded in the mp4 file vs the command line arguments.

After encoding a 24000/1001 fps video and muxing to mp4, MediaTab shows:

Frame rate: 23.976 (23976/1000) fps
Original frame rate: 23.976 (24000/1001) fps

When it should show

Frame rate: 23.976 (24000/1001) fps

This appears to be due to MeGUI sending a decimal frame rate to mp4box when it should be sending a fraction

Currently:

"C:\Programs\MeGUI\tools\mp4box\mp4box.exe" -add "D:\test.mp4.264#trackID=1:fps=23.976:par=1:1:name=" -tmp "D:\Temp" -new "D:\test.mp4.mp4"

What it should be for fractional frame rates:

"C:\Programs\MeGUI\tools\mp4box\mp4box.exe" -add "D:\test.mp4.264#trackID=1:fps=24000/1001:par=1:1:name=" -tmp "D:\Temp" -new "D:\test.mp4.mp4"

But it may also have something to do with the log showing MediaInfo (always?) returning a decimal frame rate rather than the fractional frame rate.

A workaround is to force x264 to use the internal mp4 muxer via the --muxer mp4 switch (MeGUI will give it a .264 file extension but it is still an mp4) as x264's internal mp4 muxer outputs the correct 24000/1001 frame rate.

Btw, is there a reason why MeGUI isn't using x264's internal mp4 muxer during the encoding step when mp4 output is requested? Could this be changed?

videoh
9th December 2021, 18:13
IIRC, when installed DGIndexNV {free} in MeGUI and have not had previous license, then having "Enable DGIndexNV" in settings, puts up some kind of
"not licensed for this machine", or similar, Simple workaround: create an empty license.txt file in the Tools/DGIndexNV folder. MEGUI checks for a license.txt file but DGIndexNV no longer needs it. Hat tip von Suppé.

BTW, build 238 is pretty sweet. Check it out!

StainlessS
9th December 2021, 19:46
Cheers VH, useful for many.

von Suppé
10th December 2021, 11:50
Can MeGUI be updated to work properly with the latest DGIndexNV?

MeGUI still throws a message about a license.txt file. DGIndexNV being free now, on itself this can be solved by putting an empty license.txt file in dgindexnv folder.
I can't import a hevc elementary stream in the indexer. It says "No indexer for this file found!"
And with hevc in a container, DGIndexNV is greyed out.

[EDIT] Sorry videoh, you beat me to it. Didn't read until now.

Dester
10th December 2021, 15:30
Hello,
just to let you know, it seems that chaptersqp.exe is identified by the heurystic algorithm as a virus HEUR/AGEN.1144333 and imediately quarantined. It happened to version 2.37 and 2.38.

I'm totally sure it's not... but perhaps it happened to others.

I just submitted the file to the Avira Suspicious site to unblock it.
Regards.

EDIT -> Result from Avira:

The analysis you requested is now complete:
chapters2qp.exe Clean

kedautinh12
11th December 2021, 08:50
Simple workaround: create an empty license.txt file in the Tools/DGIndexNV folder. MEGUI checks for a license.txt file but DGIndexNV no longer needs it. Hat tip von Suppé.

BTW, build 238 is pretty sweet. Check it out!

I don't know what different between vers without changelog

videoh
11th December 2021, 09:31
http://rationalqm.us/board/viewtopic.php?p=14940#p14940

kedautinh12
11th December 2021, 10:56
Ok, got it

videoh
11th December 2021, 19:09
I can't import a hevc elementary stream in the indexer. It says "No indexer for this file found!" And with hevc in a container, DGIndexNV is greyed out. Is MeGUI even being actively developed any more? I see only 2924 from June 2020.

I'm willing to try to fix this issue but would like to start from the latest code base. Is 2924 the latest or are there forks I should know about?

EDIT: Found 2927 code base. I'll start from there.

Barough
11th December 2021, 19:29
Zathor is the only one that works with MeGUI at this time to my knowledge and he's very busy. He said to post issues etc over at the Soureforge page since he rarely comes here any longer.

Try and contact him over there Donald and see if he gets back to you.

StainlessS
11th December 2021, 20:31
vh,
would be lovely if dgindex/dgnv thingies went direct to the same directory as the right click openwith
on filetype VOB whatsit, real pain navigating to the same directory the openwith vob was loaded from [every time].
[just my little suggestion to make a little less frustrating - no i aint gonna go to dg site to suggest ,me is awkward, and in the pub on tablet]

videoh
11th December 2021, 20:49
SS, please speak full correct English. I can't grok what you are asking for. And I can't read your mind. If you want something from me make it clear, no 20 questions. Thank you.

StainlessS
11th December 2021, 21:00
when rightclick openwith on vob [edit; via windows explorer], but, more vobs for complete set, need to go to the open vobs something[maybe f4 or f5], then do delete all, open, select all vobs, [edit; select all vobs manually] then ok.
dont have in front of me and sobriety challenged.
just [edit; windows explorer] "open with" on one of a set of vobs, and follow your nose.:)

edit; indeed in windows explorer select all vobs then "open with" on dg..., only one is opened in dg..., long directory traversal to get the complete set that you wanted.

i am tryin, reall.y :)

videoh
11th December 2021, 22:02
@SS

When I select more than one VOB in explorer there is no right click Open With. It appears only when just one file is selected. Anyway...the correct way to do things is highlight all the VOBs and then simply drop them onto DGIndexNV or its shortcut. I drop on the desktop shortcut, it's a doddle.

@all

I created an issue at MeGUI sourceforge. I have all the files modified and tested but I am not a listed developer so cannot directly submit them. Also, I'm not sure I'm building everything in a kosher manner. So hopefully, zathor will reply and take things from there. My changes eliminate the license check and add support for HEVC in elementary streams and containers.

StainlessS
11th December 2021, 22:31
thanx vh,me never ever does that dragon drop thingy, sounds too scary.
may be i struggle with it an givit a try.
cheers, biggun..

EDIT: To below: "Grow a pair!",
I guess that my scary dragon drop thingy was just a little too subtle. Whoosh!

videoh
11th December 2021, 22:37
"sounds too scary"

C'mon StainlessS. Grow a pair! You may be missing a heart but gonads are another matter.

kedautinh12
12th December 2021, 06:04
you can attach in Sourceforge a diff file or the changed files and Zathor will accept it

videoh
12th December 2021, 06:20
I posted a RAR of the changed files.

https://sourceforge.net/p/megui/feature-requests/672/

pooksahib
12th December 2021, 08:06
Hi. I've used MeGUI 32 bit for years along with Avisynth (installed in C/Prog Files x86). I have an avsi file with some custom functions which is kept in Avisynth's plugins folder. Those functions work with MeGUI 32 bit even when MeGUI's "Always use the included avisynth" box is ticked (don't understand why that is but nevermind...)

Today, having discovered that there's a MeGUI 64-bit, I downloaded it. I copied the avsi file and put it into MeGUI-64/tools/avs/plugins. It didn't work ("There is no function...") So I put the avsi file into MeGUI-64/tools/avisynth_plugin as well. Still not working. Tried ticking and unticking "Always use the included avisynth" but makes no difference.

Can anyone suggest what I need to do to get MeGUI-64 to acknowledge my avsi file? Many thanks.

kedautinh12
12th December 2021, 08:52
What your script and full your name errors?? You can upload log file if need

pooksahib
12th December 2021, 11:26
Hi kedautinh12. The error is "There is no function named xxx". I'm trying to use the same avsi file that works with my old 32-bit MeGUI. Let me put the question this way: Does MeGUI allow you to add your own avsi file (containing functions) to it's own version of avisynth? If so, where exactly do you put it?

StainlessS
12th December 2021, 11:46
Suggest untick "Always use the included avisynth", and separate install of Avisynth+,

X64 MeGUI requires x64 Avisynth and x64 plugins.

you'll also need the newer Avs+ avisynth wrapper.
https://forum.doom9.org/showthread.php?p=1956915#post1956915

Put your avsi in your system installed plugins, directory

tebasuna51
12th December 2021, 12:25
The error is "There is no function named xxx".
That not help at all, please zip and attach the log file (see in MeGUI64/logs).

Let me put the question this way: Does MeGUI allow you to add your own avsi file (containing functions) to it's own version of avisynth?

Only if you have the same plugins 64 bits versions than in your 32 bits versions and you have correctly instaled the 2 Avs versions.

It is not a MeGUI problem it is related with your Avs instalation.

tebasuna51
13th December 2021, 14:00
@kedautinh12 off topic post moved to eac3to-wrapper (https://forum.doom9.org/showthread.php?t=183531) in audio subforum

pooksahib
13th December 2021, 20:47
Hi. I've just started using MeGUI 64-bit/avisynth+ 64-bit. It's worked fine on a couple of mp4 videos.

I've just tried to load up an mpg clip (of a type that works fine with my x86 MeGUI) and after the index process has completed, the preview is telling me that the video is twice it's actual duration. There's a green frame after every actual frame. The MeGUI log is attached. Hopefully, someone can identify the problem. Many thanks.

StainlessS
14th December 2021, 03:58
Pooky,
Methinks there were problems on earlier non-official x64 DGDecode.dll from DGMPGDec package,
DG posted official one here:- http://rationalqm.us/dgmpgdec/dgmpgdec.html
Also, DGIndexNV now free [238] :- http://rationalqm.us/dgdecnv/binaries/

pooksahib
14th December 2021, 05:55
That works. Great stuff, StainlessS, many thanks.

kedautinh12
25th December 2021, 01:43
DGDecNV_238 (updated 22-01-10)
http://rationalqm.us/dgdecnv/binaries/
Changelog:
http://rationalqm.us/board/viewtopic.php?f=5&t=463&start=300

videoh
17th January 2022, 17:41
DGDecNV_238 (updated 22-01-10)
http://rationalqm.us/dgdecnv/binaries/
Changelog:
http://rationalqm.us/board/viewtopic.php?f=5&t=463&start=300 Build 239 was released this morning.

http://rationalqm.us/board/viewtopic.php?p=15215#p15215

Octo-puss
19th January 2022, 21:33
What happened to Zathor? Is MeGUI abandoned?
I haven't been here for a long time.

VoodooFX
19th January 2022, 21:52
What happened to Zathor? Is MeGUI abandoned?
I haven't been here for a long time.
Looks like abandoned atm, Zathor doesn't have time for it anymore I guess.

kedautinh12
21st January 2022, 04:38
Looks like abandoned atm, Zathor doesn't have time for it anymore I guess.

Need someone continue development it :D

kedautinh12
27th January 2022, 00:25
DGDecNV 239 (02/02/22)
http://rationalqm.us/dgdecnv/binaries/

--Simple workaround for the "not licensed for this machine" error until fixed in MeGUI
----https://forum.doom9.org/showthread.php?p=1958970#post1958970
-------https://sourceforge.net/p/megui/feature-requests/672/

FFmpeg-Builds-Win32 v5.0
https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases

FFmpeg-Builds-Win64 v5.0
https://github.com/BtbN/FFmpeg-Builds/releases

MKVToolNix v64.0.0
https://mkvtoolnix.download/windows/releases

MP4Box v1.1.0-DEV-rev1663-g881c6a94a
https://www.mediafire.com/file/x2ktrw07s56sq6g/MP4Box-1.1.0-DEV-rev1663-g881c6a94a_Win_GCC112.7z/file

Opus-tools v0.2-27-gb982c4c (using libopus 1.3.1-101-g66d060c7)
https://www.mediafire.com/file/u737mb3hq7d17b0/Opus-tools-0.2-27-gb982c4c_%2528using_libopus_1.3.1-99-gec64b3c5%2529_Win_GCC112.7z/file

x264 0.164.3085 0bb85e8
https://www.mediafire.com/file/638kfynq4lc1u3f/x264-0.164.3085_0bb85e8_Win_GCC112.7z/file

kedautinh12
24th February 2022, 12:30
FLAC v1.3.4
https://www.mediafire.com/file/m84pj8luw26hjyk/FLAC-1.3.4_Win_GCC112.7z/file

x265 v3.5+35-287466181
https://www.mediafire.com/file/257hl0ulvf479qo/x265-3.5%252B35-287466181_Win_GCC112.7z/file
x265 Note : The commit value is wrong due to something upstream at MulticoreWare. I recall that something like this have happen earlier also.

disklib
12th March 2022, 23:13
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.

Morku
15th March 2022, 20:53
Look at this beauty! The master returned <3

https://i.imgur.com/WC2V7re.png

kedautinh12
16th March 2022, 13:17
he just update that he was commited so long

Glarioo
17th March 2022, 11:51
Thank you very much for the update!

Penecho
19th March 2022, 08:44
Does anyone else have an issue with muxing? It is throwing an error here (no matter if it is done automatically after encoding or manually by me via the tools --> muxer --> mp4 muxer)

[Error] Process exits with error: 0xC0000094 STATUS_INTEGER_DIVIDE_BY_ZERO (-1073741676)

And in the corresponding Folder there is a 0 byte file _libgpac_13980_0000021528ffa7b0_855_24584_0000021528ffa790

The line that it tries to execute: [Information] [19.03.2022 08:34:41] Job command line: "xxx\MeGUI_2153_x86\tools\mp4box\mp4box.exe" -add "myvideo.264#trackID=1:fps=23.976:par=1:1:name=" -add "myaudio.mp4#trackID=1:lang=eng:name=" -tmp "Folder" -new "file-muxed.mp4"



Edit: It is working with the exact command line when I download GPAC and start it out of C:\Program Files\GPAC\mp4box.exe... So I assume there are some files missing in the mp4box megui dir?

tebasuna51
19th March 2022, 11:48
[Error] Process exits with error: 0xC0000094 STATUS_INTEGER_DIVIDE_BY_ZERO (-1073741676)

I can confirm the bug with last MP4Box-2.1-DEV-rev15 update.

The same than Barough show in their last post (the text show rev18 but when download it is the rev15)

Barough
19th March 2022, 12:38
I'll upload a new compile and make it available here during the weekend

Sent from my SM-S908B via Tapatalk

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

Zetti
6th May 2022, 08:11
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?

LigH
2nd June 2022, 10:25
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/

LigH
7th June 2022, 08:18
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

Barough
28th September 2022, 06:06
Why only x86 ??

https://www.videohelp.com/software/ffmpeg


MeGUI (x86) only support 32-bit FFmpeg

kedautinh12
28th September 2022, 12:05
Why only x86 ??

https://www.videohelp.com/software/ffmpeg

You can use with megui x64 here
FFmpeg n5.1.2 (x64)
Just download ffmpeg-master-latest-win64-gpl.zip (not "shared" in name)
https://github.com/BtbN/FFmpeg-Builds/releases

kedautinh12
28th September 2022, 12:05
MeGUI (x86) only support 32-bit FFmpeg

You know Asd-g won't support avs+ x86 from now

guest
2nd October 2022, 07:29
x264-r3100-ed0f7a6

01-Oct-2022

https://artifacts.videolan.org/x264/release-win64/

StainlessS
2nd October 2022, 15:08
Why only x86 ??

https://forum.doom9.org/showthread.php?p=1959114#post1959114

x64 less support than x86 and maybe a bit more awkward, but its what I use. [must see above link]

EDIT: Maybe also read last half dozen or so pages of that thread.

Barough
5th October 2022, 16:02
Zathor have made some updates now. :)


From MeGUI's Sourceforge page
Zathor - 3 hours ago
I reverted FFMpeg back to 5.0 as the newer version did detect one of my progressive test AVS files as interlaced and therefore caused issues when encoding.

kedautinh12
5th October 2022, 17:19
Zathor have made some updates now. :)


From MeGUI's Sourceforge page

x265 and MP4Box you forgot post new ver here

kedautinh12
6th October 2022, 12:52
x264-r3101-b093bbe (06.10.2022) - https://artifacts.videolan.org/x264/

guest
6th October 2022, 13:42
x264-r3101-b093bbe (06.10.2022) - https://artifacts.videolan.org/x264/

Another build, already...:eek:

Barough
6th October 2022, 21:11
DJATOM's latest aMod x265


x265 v3.5+67+2-aMod-DJATOM
Built on October 06, 2022, GCC 12.2.0

https://github.com/DJATOM/x265-aMod/
https://github.com/DJATOM/x265-aMod/tree/aMod-3.6-pre-v2

DL :
https://www.mediafire.com/file/00ff4k6vrgjwczl

kedautinh12
7th October 2022, 01:43
DJATOM's latest aMod x265


x265 v3.5+67+2-aMod-DJATOM
Built on October 06, 2022, GCC 12.2.0

https://github.com/DJATOM/x265-aMod/
https://github.com/DJATOM/x265-aMod/tree/aMod-3.6-pre-v2

DL :
https://www.mediafire.com/file/00ff4k6vrgjwczl/

Folder win32 empty, folder win64 2 files?? Maybe your mistake

guest
7th October 2022, 02:31
Folder win32 empty, folder win64 2 files?? Maybe your mistake

Yep, both x86 & x64 in the Win64 folder...small error, I'd say.

But what I'd like to know is why the "Mediafire" executable's are so much bigger than DJAtom's ???

kedautinh12
7th October 2022, 05:51
Yep, both x86 & x64 in the Win64 folder...small error, I'd say.

But what I'd like to know is why the "Mediafire" executable's are so much bigger than DJAtom's ???

It's base what Barough use with compiler

And btw new 7950x??? Very rich. If you want throw away 3950x or 5950x, you can gift it to me :D

Lyle_JP
7th October 2022, 05:56
I'm getting an error with recent update of DGIndexNV (x64). I cannot create any AVISynth scripts with AVISynth creat using a dgi foile. I get the generic message: The video stream cannot be opened.

If I attempt to open an AVIsynth script using DGSource, I get a more informative message: DGSource: Could not open DGIndexNV.ini

There is no DGIndexNV.ini file in \MeGUI\tools\dgindexnv\

I'm currently on the x64 build (2928) on the development server.

kedautinh12
7th October 2022, 06:07
I'm getting an error with recent update of DGIndexNV (x64). I cannot create any AVISynth scripts with AVISynth creat using a dgi foile. I get the generic message: The video stream cannot be opened.

If I attempt to open an AVIsynth script using DGSource, I get a more informative message: DGSource: Could not open DGIndexNV.ini

There is no DGIndexNV.ini file in \MeGUI\tools\dgindexnv\

I'm currently on the x64 build (2928) on the development server.

I still use after updated normally. Can you turn off Megui and open again??

Lyle_JP
7th October 2022, 06:12
I still use after updated normally. Can you turn off Megui and open again??

I solved the problem. You must run the DGIndexNV indexing app as an administrator at least once after the upgrade to generate new files. After I did that, everything runs smoothly.

kedautinh12
7th October 2022, 06:21
I solved the problem. You must run the DGIndexNV indexing app as an administrator at least once after the upgrade to generate new files. After I did that, everything runs smoothly.

Or you can run megui as administrator. Everything is ok

Barough
7th October 2022, 06:23
Folder win32 empty, folder win64 2 files?? Maybe your mistake

Slight mistake on my side, fixed now.

Lyle_JP
7th October 2022, 07:54
Or you can run megui as administrator. Everything is ok

Oh, I always do that, But without the ini file generated by the DGIndexNV indexer (which I always run outside of MeGUI's file indexer), AVISynth couldn't do anything.

guest
7th October 2022, 08:02
It's base what Barough use with compiler

And btw new 7950x??? Very rich. If you want throw away 3950x or 5950x, you can gift it to me :D

Good catch, yes, it's that new I haven't actually got it yet, it's in the post, the motherboard I want isn't available for another 3 weeks, but I just had to try one, as they are SO different to anything AMD has EVER done before.

Will be keeping the other's, I want ALL the "horsepower" I can get !!! :D

I was thinking about a 12th or now 13th Gen Intel, but I'm not too sure about those E & P cores....

Rich you say...not now :rolleyes:

kedautinh12
8th October 2022, 16:56
MKVToolNix v71.0.0
https://mkvtoolnix.download/windows/releases/71.0.0/

Barough
9th October 2022, 17:22
MKVToolNix v71.1.0
https://mkvtoolnix.download/doc/NEWS.md
https://mkvtoolnix.download/windows/releases/71.1.0/

Barough
26th October 2022, 08:17
FLAC v1.4.2
https://www.mediafire.com/file/9mc58rxfh5092n7/

kedautinh12
27th October 2022, 13:52
tsMuxer latest ver
https://github.com/justdan96/tsMuxer/releases

VoodooFX
27th October 2022, 15:55
mkvtoolnix-70.0.0-64 update breaks MeGUI on Win7.

kedautinh12
27th October 2022, 16:57
mkvtoolnix-70.0.0-64 update breaks MeGUI on Win7.

You can use this ver for win 7
https://forum.videohelp.com/threads/405407-NON-OFFICIAL-Windows-builds-of-MKVtoolnix/page3#post2669522

guest
28th October 2022, 04:45
mkvtoolnix-70.0.0-64 update breaks MeGUI on Win7.

Try 71.1.0 !!!!

LigH
28th October 2022, 05:39
Why not just delete the post all together....

Because this board does not offer us generic users a "delete post" function.

Barough
28th October 2022, 07:33
I wouldn't consider Barough being "generic"....

I know I can & do delete some of my post's, when required.

I don't have such an option to delete anything so.......

guest
28th October 2022, 07:54
I don't have such an option to delete anything so.......

I just go into "edit", and the delete option is in the bottom right corner of the message window.

Barough
28th October 2022, 09:27
Well, how come I can, I wonder !?!?!

I just go into "edit", and the delete option is in the bottom right corner of the message window.

Totally missed that button. :D

Thnx :)

guest
28th October 2022, 10:12
Totally missed that button. :D

Thnx :)

:D:o:sly::p:cool:

I see you've had a bit of a "clean up", I might do the same, now.

Cheers

guest
28th October 2022, 10:13
Because this board does not offer us generic users a "delete post" function.

Ta-dah...

tebasuna51
28th October 2022, 10:17
Yes, users can delete our post, but it is a 'soft' deleted, still can be read by moderators.

I see your request in 'Reported post' and I see it was a first version of your next post and I deleted it 'phisically' to save space.

VoodooFX
28th October 2022, 10:55
You can use this ver for win 7
https://forum.videohelp.com/threads/405407-NON-OFFICIAL-Windows-builds-of-MKVtoolnix/page3#post2669522
I don't want to try anything, I want updates to not break MeGUI.

guest
28th October 2022, 10:59
Yes, users can delete our post, but it is a 'soft' deleted, still can be read by moderators.

I see your request in 'Reported post' and I see it was a first version of your next post and I deleted it 'physically' to save space.

So is there a schedule for the Mod's to clean up the deleted posts ??

LigH
28th October 2022, 13:23
Ta-dah...

Well, it's either newish, or I am getting oldish. :o

Danette
28th October 2022, 17:13
I’ve run into a problem with MeGUI, as it deals with AudioDub. It won't encode using AudioDub (video will encode, when stripped of the audio source). Several versions of MeGUI ago, I had no problems doing this. Now, it is throwing off the error message: “Number of encoded frames does not match the source.” However, the last time that I used AudioDub was also several versions of Avisynth ago, as well.

The reason that I suspect MeGUI is because AvsPmod indicates no problem with the script. Of course, it doesn’t have to encode it.

MeGui v. 2913 and AviSynth+ v. 3.7.2, both are 64-bit.
The MeGUI log file is available, if requested.

The script, simplified to focus on the problem, is:

Video=MPEG2Source("C:\Users\Main\Desktop\Videos\Frasier\Bonus\2 Demuxed\Final (1)_Track01.d2v")
Audio=DirectShowSource("C:\Users\Main\Desktop\Videos\Frasier\Bonus\3 x264, Audio & Chapters\Final (1)_Track02.ac3")
Clip1=AudioDub(Video,Audio)
Clip1

I have tried many different video and audio sources to verify that there is no issue with the source, itself. The resulting error is the same with each one.

VoodooFX
28th October 2022, 21:27
How many posts people need, never ever use "DirectShowSource", again.

Danette
28th October 2022, 23:39
I don’t know the answer to your question.

Given that a few of us probably don't spend several hours a day studying the forum, you may have to post a few more times about whatever the errors in using "DirectShowSource" are. Of course, this assumes - a BIG assumption - that you truly want to help people. However, it usually is not helpful to come on, in a pompous way, and leave your great, but nebulous, wisdom (we all already admire you).

Now, if anyone wants to help, I'm still interested. If anyone wants to impress upon me how foolish I must be for not having read through the 50 trillion posts here, I won't comment further upon such displays of personal need fulfillment.

kedautinh12
29th October 2022, 01:39
I don't want to try anything, I want updates to not break MeGUI.

Original from MKVtoolnix's author don't support win 7 anymore. If you want still use mkvmerge with megui in Win 7. You need update mkvmerge manually or disable update mkvmerge in Megui

VoodooFX
29th October 2022, 14:49
I don’t know the answer to your question.
It's an answer with the rant at front.

...not having read through the 50 trillion posts here...
Or just one most relevant "post (http://avisynth.nl/index.php/DirectShowSource)" about the filter you are using in your script.

Try reading AVI files with AviSource first. For non-AVI files, try FFmpegSource or LSMASHSource. If that doesn't work then try this filter instead.
[I would place AviSource after LSMASH and FFMS]

And there you can find other interesting things: http://avisynth.nl/index.php/External_filters#Source_Filters

Danette
29th October 2022, 15:57
When importing ac3 files in my copy of AvsPmod, there is no option, that I can find, to use anything but DirectShowSource. Perhaps there is a way to change the setting, but I have found a solution to my original problem, which makes possible DirectShowSource issues moot.

What has to be done is that the Audio line should include “,video=false” at the end. In my example, above, it would appear this way:
Audio=DirectShowSource("C:\Users\Main\Desktop\Videos\Frasier\Bonus\3 x264, Audio & Chapters\Final (1)_Track02.ac3",video=false).

I suspect, without proof, that it is a quirk of 64-bit involvement. I’ve seen other such Avisynth+ quirks between 32 and 64 bit. The “,video=false” tag-on isn’t necessary with my old 32-bit setup.

VoodooFX
29th October 2022, 17:09
When importing ac3 files in my copy of AvsPmod, there is no option, that I can find, to use anything but DirectShowSource.
But there are two options mentioned in my previous post, and other options you can find in the links...
If you want to change filters to your own drag and drop liking then configure there: AvsPmod > Options > Extension templates...

StainlessS
29th October 2022, 17:43
VX, I dont recall any particular problems with DirectShowSource and audio files, only bad where frame accuracy required video,
are you saying you've experienced or know of others with bad experience particular to audio source ?

VoodooFX
29th October 2022, 18:21
No way to remember those prehistoric times. A ~decade ago I liked NicAudio then at some moment I switched to LSMASH then to FFMS then back to LSMASH... there were some issues like audio distortions, can't remember which filter.

tebasuna51
29th October 2022, 18:21
So is there a schedule for the Mod's to clean up the deleted posts ??
Nope, this one is only by user request.

tebasuna51
29th October 2022, 18:43
VX, I dont recall any particular problems with DirectShowSource and audio files...

There are a big problem with audio and DirectShowSources:

The DirectShow System is configured to play files, not to decode files, in a system PC without conexion to a multichannel audio system the standard configuration is to downmix any audio to 2.0, also other defaults or filters, like aply DRC, etc..., can distort the audio.

If inside AviSynth we need the original audio to make any change, or not, to it, my recommended option at this moment is use LSMASH.

Danette
29th October 2022, 20:06
I don’t want to spend too much time on this, because it is a rare event where I need to use AudioDub (and my adjustment, using “video=false”, does work). Playback of the encoded file, 2-channel ac3, is fine.

In any case, on the assumption that DirectShowSource is an inferior approach, I did change to NicAudio in AvsPmod and am using it instead of DirectShowSource. Doing so does allow the elimination of the step of having to add the “video=false”, which is good. I did this before seeing the recommendation to use LSMASH, so I’ll stay with NicAudio for the remainder of this series of files.

StainlessS
29th October 2022, 20:42
... downmix any audio to 2.0, also other defaults or filters, like aply DRC, etc..., can distort the audio.

Arh yes, now I understand. (I dont actually use DSS audio anyway).
I remember someone wanting to remove [EDIT: video] blends with Exblend(), those blends originated in DirectShowSource() video source due to
auto deinterlacing and other auto stuff. Switch to non DSS source and the blends disappeared.
So, DSS audio source does similar "clever" stuff in the background. Avoid.

tebasuna51
29th October 2022, 22:10
...so I’ll stay with NicAudio for the remainder of this series of files.

I make the last's versions of NicAudio, thanks for apreciate it, but it is very limited for now, the same is make by LSMASH and plus do support for EAC3, AAC, DTS-HD, TrueHD, FLAC, OPUS ... we can't compare them.

kedautinh12
31st October 2022, 02:04
x265 3.5.0.57 mod by Patman
https://github.com/jpsdr/x265/releases

kedautinh12
31st October 2022, 13:21
dgdecnv_246
https://www.rationalqm.us/dgdecnv/binaries/

Sharktooth
9th November 2022, 20:16
Guess what? I'm back.

VoodooFX
9th November 2022, 20:46
Guess what? I'm back.

Does it mean more XviD matrices, or the pile of MeGUI's bugs fixed? :)

Sharktooth
9th November 2022, 21:53
Does it mean more XviD matices, or the pile of MeGUI's bugs fixed? :)
It means i've to catch up first

LigH
9th November 2022, 23:11
Guess what? I'm back.

I remember that name! :cool: Welcome back!

Barough
10th November 2022, 02:02
Guess what? I'm back.

Great to too see that your around again Sharktooth :)

kedautinh12
12th November 2022, 02:49
dgdecnv_246.zip 2022-11-11
https://www.rationalqm.us/dgdecnv/binaries/

kedautinh12
13th November 2022, 15:38
MKVToolNix v72.0.0
https://mkvtoolnix.download/windows/releases/72.0.0/
https://mkvtoolnix.download/doc/NEWS.md

StainlessS
5th December 2022, 09:04
DGDecNV 264 (2022-11-29)
No major problem but,
DGDecNV 246 (2022-11-29)

Thanks.

Barough
5th December 2022, 11:01
@StainlessS
As u said..... not a major problem, but it's been fixed now. Thnx for the heads up. :)

kedautinh12
14th December 2022, 11:40
x265 v3.5+71 Mod by Patman
https://github.com/jpsdr/x265/releases

kedautinh12
21st December 2022, 02:51
x265 v3.5+75 from Barough :D
https://www.mediafire.com/file/w8xufft0b475b1t

kedautinh12
23rd December 2022, 01:25
x265 v3.5+75 Mod by Patman
https://github.com/jpsdr/x265/releases

kedautinh12
23rd December 2022, 15:05
Mediainfo 22.12
x86: https://mediaarea.net/download/binary/libmediainfo0/22.12/MediaInfo_DLL_22.12_Windows_i386_WithoutInstaller.7z
x64: https://mediaarea.net/download/binary/libmediainfo0/22.12/MediaInfo_DLL_22.12_Windows_x64_WithoutInstaller.7z

kedautinh12
3rd January 2023, 02:06
MKVToolNix v73.0.0
https://mkvtoolnix.download/windows/releases/73.0.0/
https://mkvtoolnix.download/doc/NEWS.md

kedautinh12
5th January 2023, 16:01
DGMPGDec 2.0.0.8
https://www.rationalqm.us/dgmpgdec/

kedautinh12
16th January 2023, 23:09
x265 v3.5+85 Mod by Patman
https://github.com/jpsdr/x265/releases

guest
17th January 2023, 01:02
x265 v3.5+85 Mod by Patman
https://github.com/jpsdr/x265/releases

So what are going to be the differences between this release & Barough's link ??

One seems to have a "new" aq mode option(s).

And do the AVX2 optimised builds make any difference ??

I'd just like a good set of commands that are best for HDR 4K encodes.

I just enabled AVX 512 in x265, on my 7950X yesterday, not sure if it makes that much difference, just a nice to have :D

StainlessS
17th January 2023, 01:45
And do the AVX2 optimised builds make any difference ??

It actually says,
x265 with Patman mods (AVS, AQ-MODE 5, ...)
which means it can directly read AVS script files.
I did not see anything about AVX2 (but did not go looking for it).
No idea what the aq mode is.

LigH
17th January 2023, 01:53
Be careful with AVX512, see RipBot264 thread (https://forum.doom9.org/showthread.php?p=1981271#post1981271).

guest
17th January 2023, 02:04
It actually says,

which means it can directly read AVS script files.
I did not see anything about AVX2 (but did not go looking for it).
No idea what the aq mode is.

Have just tried this, and it doesn't "play nice" with RipBot :(

--aq-mode <0|1|2|3|4>
Adaptive Quantization operating mode. Raise or lower per-block quantization based on complexity analysis of the source image. The more complex the block, the more quantization is used. These offsets the tendency of the encoder to spend too many bits on complex areas and not enough in flat areas.

disabled
1. AQ enabled
2. AQ enabled with auto-variance (default)
3. AQ enabled with auto-variance and bias to dark scenes. This is recommended for 8-bit encodes or low-bitrate 10-bit encodes, to prevent color banding/blocking.
4. AQ enabled with auto-variance and edge information.

guest
17th January 2023, 02:05
Be careful with AVX512, see RipBot264 thread (https://forum.doom9.org/showthread.php?p=1981271#post1981271).

Very interesting, LigH, I will take note of the temps ;)

But they already run "stinking" hot :scared:

StainlessS
17th January 2023, 02:09
I think that AVX2 was a bit borked [EDIT: well non-optimal] in Haswell (Gen 4), and was not properley fixed until 1 or 2 generations later [gen 6 I think].

kedautinh12
19th January 2023, 01:55
x265 v3.5+85.1 Mod by Patman
https://github.com/jpsdr/x265/releases
Btw: after 7950x, he buy i9-13900KF. Rich oldman :D

kedautinh12
19th January 2023, 02:57
--aq-mode <0|1|2|3|4|5>
Adaptive Quantization operating mode. Raise or lower per-block quantization based on complexity analysis of the source image. The more complex the block, the more quantization is used. These offsets the tendency of the encoder to spend too many bits on complex areas and not enough in flat areas.

disabled
1. AQ enabled
2. AQ enabled with auto-variance (default)
3. AQ enabled with auto-variance and bias to dark scenes. This is recommended for 8-bit encodes or low-bitrate 10-bit encodes, to prevent color banding/blocking.
4. AQ enabled with auto-variance and edge information.
5. AQ enabled with auto-variance with edge information and bias to dark scenes.

kedautinh12
19th January 2023, 03:12
So what are going to be the differences between this release & Barough's link ??

One seems to have a "new" aq mode option(s).

And do the AVX2 optimised builds make any difference ??

I'd just like a good set of commands that are best for HDR 4K encodes.

I just enabled AVX 512 in x265, on my 7950X yesterday, not sure if it makes that much difference, just a nice to have :D

clang-AVX2 more speed than just AVX2. If you want more speed try here with znver 2 (for AMD ryzen 3950x - 7950x) and with skylake (for i9-13900KF) maybe
https://github.com/DJATOM/x265-aMod/releases

guest
19th January 2023, 10:34
x265 v3.5+85.1 Mod by Patman
https://github.com/jpsdr/x265/releases
Btw: after 7950x, he buy i9-13900KF. Rich oldman :D

Hi k, yep, not so rich oldman...

It was eating me up, I just had to try an Intel CPU, (after years of AMD), so I got a basic MSI motherboard, a B660 Tomahawk, and I have to say, I am not all that impressed with the 13900KF, it is noticeably slower than the 7950X, and run's hotter.

So I will stick with AMD's !!!

guest
19th January 2023, 10:42
clang-AVX2 more speed than just AVX2. If you want more speed try here with znver 2 (for AMD ryzen 3950x - 7950x) and with skylake (for i9-13900KF) maybe
https://github.com/DJATOM/x265-aMod/releases

Thanks for the info, I think I might have tried these a while back, and didn't see any improvement, and this build is pretty old, now :(

Not convinced that AVX2 & AVX512, do all that much, might be just "hype" !!

kedautinh12
19th January 2023, 11:02
Thanks for the info, I think I might have tried these a while back, and didn't see any improvement, and this build is pretty old, now :(

Not convinced that AVX2 & AVX512, do all that much, might be just "hype" !!

I'm try with znver2 and it's faster than 20-25% with my r5-5600h and faster than znver3. You don't know movie from torrent site, they still use very old x265 3.5 than i shared. Somtime they use 2.9, 3.3, 3.4 with newest movies :D

guest
19th January 2023, 11:09
I'm try with znver2 and it's faster than 20-25% with my r5-5600h and faster than znver3. You don't know movie from torrent site, they still use very old x265 3.5 than i shared :D

OK, well if you see that improvement with your CPU, then maybe I should give it another try, I guess the build "age" doesn't matter all that much, if it works :)

You're right about the different builds still being used.

One interesting dilemma I have is that because RipBot264 has this awesome Distributed Encoding feature, if I use a Ryzen the client PC, and the 13900KF is one of the Servers, ALL the servers use the info & builds from the Client PC, so a zenver2, might not be "used" to advantage on the 13900KF, so I guess all I can do it give it another try.

kedautinh12
19th January 2023, 12:00
OK, well if you see that improvement with your CPU, then maybe I should give it another try, I guess the build "age" doesn't matter all that much, if it works :)

You're right about the different builds still being used.

One interesting dilemma I have is that because RipBot264 has this awesome Distributed Encoding feature, if I use a Ryzen the client PC, and the 13900KF is one of the Servers, ALL the servers use the info & builds from the Client PC, so a zenver2, might not be "used" to advantage on the 13900KF, so I guess all I can do it give it another try.

For i9-13900KF, you need use skylake ver

guest
19th January 2023, 12:28
For i9-13900KF, you need use skylake ver

Correct, I'll see what happens. :D :thanks:

guest
20th January 2023, 05:48
For i9-13900KF, you need use skylake ver

Hi k,

Well, I have done a LOT of x265 testing today, and here are the results, feel free to pass them on.

https://forum.doom9.org/showthread.php?p=1981517#post1981517

guest
20th January 2023, 06:01
--aq-mode <0|1|2|3|4|5>
Adaptive Quantization operating mode. Raise or lower per-block quantization based on complexity analysis of the source image. The more complex the block, the more quantization is used. These offsets the tendency of the encoder to spend too many bits on complex areas and not enough in flat areas.

disabled
1. AQ enabled
2. AQ enabled with auto-variance (default)
3. AQ enabled with auto-variance and bias to dark scenes. This is recommended for 8-bit encodes or low-bitrate 10-bit encodes, to prevent color banding/blocking.
4. AQ enabled with auto-variance and edge information.
5. AQ enabled with auto-variance with edge information and bias to dark scenes.

aq 5 certainly slows the process down, approx 25% :(

kedautinh12
20th January 2023, 06:10
aq 5 certainly slows the process down, approx 25% :(

AQ is about quility not about speed. You know :D

guest
20th January 2023, 06:17
AQ is about quility not about speed. You know :D

1,600 posts :D

Yes, quality is always at the sacrifice of speed :(

guest
21st January 2023, 04:42
x265 v3.5+87 Mod by Patman
https://github.com/jpsdr/x265/releases

tebasuna51
22nd January 2023, 11:31
Please use the new thread Sticky: New versions of free soft used in the GUI's (https://forum.doom9.org/showthread.php?t=184719) to announce new versions of soft than can be used for other GUI's, not only MeGUI.

Please let this thread for only MeGUI related bugs/feature request.

simple_simon
29th March 2023, 18:06
I was excited when I opened MeGUI the other day and saw that there were updates but sad again when I realized that this (https://forum.doom9.org/showpost.php?p=1965672&postcount=7094) still wasn't fixed.

Barough
29th March 2023, 21:45
I was excited when I opened MeGUI the other day and saw that there were updates but sad again when I realized that this (https://forum.doom9.org/showpost.php?p=1965672&postcount=7094) still wasn't fixed.

Then make a bug report on MeGUI's Sourceforge page

simple_simon
31st March 2023, 17:40
Then make a bug report on MeGUI's Sourceforge page

I did. Almost a year ago. I don't even see it listed as "open" or "pending" there now though.

Barough
31st March 2023, 19:52
Make a reply in your bug report. That could help

pooksahib
2nd April 2023, 05:59
For the first time in a long time my MeGUI has been updated (10 updates in all). But now the preview screen just isn't right - the 'Go to frame' button (and others) are cut off by the bottom border and I'm sure there's something different about the right side too. Is there a setting to change the preview dimensions? Thanks

LeXXuz
2nd April 2023, 09:00
Not to my knowledge. Do you use a zoom setting higher than 100% in your Windows screen settings?

pooksahib
2nd April 2023, 10:22
Yes, I do (125%). However, reverting to default only partially fixed the issue as more - but not all - of the buttons are now visible.

pooksahib
2nd April 2023, 10:36
Double post, not sure why that happened.

While I'm here, just to be clear - it's just the preview window that's been cut down by the recent updates. All other MeGUI interfaces are still fine.

LeXXuz
2nd April 2023, 11:23
Don't know what version you used before, but it's not from the recent updates. It's a rather old issue.
I have this for years now since I need a zoom factor above 100 on some of my screens.
And as long as I still have parts of the preview button to click on, I learned to live with it.
Don't expect any fix to this since MeGUI development is pretty much dead.

pooksahib
2nd April 2023, 20:42
Thanks for that. It's sad - and odd - about the stopping of development given that MeGUI is such a great program. Also odd, I think, is how my copy (with autoupdate ticked) hasn't done any updating in a couple of years and then gave me 10 updates yesterday...

hello_hello
3rd April 2023, 02:56
Don't know what version you used before, but it's not from the recent updates. It's a rather old issue.
I have this for years now since I need a zoom factor above 100 on some of my screens.
And as long as I still have parts of the preview button to click on, I learned to live with it.
Don't expect any fix to this since MeGUI development is pretty much dead.

I came across the missing buttons problem recently, after finally installing Windows 11. There's no zooming here.
Oddly though, I installed Linux on a different hard drive and Win11 in VirtualBox and the buttons were fine. Whatever's causing it, I couldn't get the full buttons to display on Win11 as the sole OS, but on Win11 in VirtualBox on Linux I couldn't find a way to stop them displaying properly....

pooksahib
3rd April 2023, 05:59
Hello hello_hello, haven't encountered you for years since you helped me get my head round avisynth on videohelp. My Windows is still 10, my Megui IS 2933 and has been for years so I can only assume that one of the plugin updates has caused the issue.

kedautinh12
4th April 2023, 14:29
Don't know what version you used before, but it's not from the recent updates. It's a rather old issue.
I have this for years now since I need a zoom factor above 100 on some of my screens.
And as long as I still have parts of the preview button to click on, I learned to live with it.
Don't expect any fix to this since MeGUI development is pretty much dead.

He is updating recently, if you want any reports or request functions, ask him now
https://sourceforge.net/p/megui/activity/?page=0&limit=100#5fcafdc0e95b33c44b5e880a

pooksahib
5th April 2023, 11:30
I get my Avisynth from the "AvisynthRepository" which lets you choose from various avisynth versions. I've been using the x86 2.6.0 version but today I uninstalled it and tried 2.6.0 SEt's multi-threaded build. When I ran a script I got an error message telling me it could not load the plugin D:\MeGUI\tools\ffms\ffms2.dll") so I went back to vanilla 2.6.0 and all is well. Can anyone suggest why the SEt version couldn't load that plugin? Thanks

pooksahib
17th April 2023, 12:56
#Regarding the MeGUI preview screen being cut off at the edges#
... as long as I still have parts of the preview button to click on, I learned to live with it.
Don't expect any fix to this since MeGUI development is pretty much dead.
I was resigned to 'living with it' too until I was editing a DVD and realised there was a black bar on the right that I had missed because of the faulty MeGUI preview. So now I'm back to MeGUI version 2913 and it's happy days.

LeXXuz
18th April 2023, 14:34
I was resigned to 'living with it' too until I was editing a DVD and realised there was a black bar on the right that I had missed because of the faulty MeGUI preview. So now I'm back to MeGUI version 2913 and it's happy days.

Issue is fixed with 2941 and up :)

Adsmt
19th April 2023, 06:41
Some GUI issues with 4k resolution, DPI 250%, Windows 11
https://i.imgur.com/bpKKseZ.jpg

seagate
19th April 2023, 14:40
Issue is fixed with 2941 and up :)

But it's not solved... here's an example:

https://sourceforge.net/p/megui/bugs/976/?limit=25#7445

LeXXuz
19th April 2023, 20:28
For me the preview window works now as it should. The issue with the reworked Worker window however is new. I've seen that on 4k screens too.

simple_simon
28th May 2023, 20:44
Anybody know why MeGui automatically adds ConvertBits(8) to the avisynth script when using DGIndexNV? Is it intentional? It doesn't do it with any other decoder, including regular DGIndex. And is there a way to make it not add it?

pooksahib
29th May 2023, 04:59
I've just used MeGUI 2944 x64 with a script using DirectShowSource and added at the foot of the script is:
ConvertBits(8)
ConvertToYV12()
Doesn't bother me given that the result was good.

kedautinh12
30th May 2023, 01:40
Anybody know why MeGui automatically adds ConvertBits(8) to the avisynth script when using DGIndexNV? Is it intentional? It doesn't do it with any other decoder, including regular DGIndex. And is there a way to make it not add it?

You need create tickets from here. Zathor will fix it
https://sourceforge.net/p/megui/feature-requests/

simple_simon
30th May 2023, 03:13
You need create tickets from here. Zathor will fix it
https://sourceforge.net/p/megui/feature-requests/

Well that's pretty much why I was asking. I wasn't sure if it was a unintentional bug that needed to be reported or whether it was intentional and I was just unaware of the reasoning for it.

LouieChuckyMerry
13th June 2023, 02:07
Hello, I hope everyone's well :) . It's been a while, but I'm venturing into 4K-HEVC sources for the first time and have discovered that, when indexing any (well, at least x264 and x265) 10 bit source with L-SMASH Works, MeGUI does the indexing without issue but as soon as I choose a preset script it crashes. A bit of testing later, I've learned that L-SMASH (or MeGUI?) adds ", format="YUV420P10" to the end of the "LWLibavVideoSource\PATH" and is the cause of the crash, because if I change the "10" to an "8" (even though the source is 10 bit) the script runs without issue. It's not a burden to edit the "10" to an "8" but I'm simply curious if there's a fix for this. Ahhh, Win 7 with the latest MeGui updates from the developmental server. Thanks for any information.

Just because, I tried to index with FFMSIndex and it was the same result--crashing as soon as I selected a preset script--but there's no "format" addition to edit and adding ',format="YUV420P8"' to the end of the source path doesn't help (MeGUI still crashes).

StainlessS
13th June 2023, 11:37
@LCM,
Latest LSMash, give it a try:- https://forum.doom9.org/showthread.php?p=1988293#post1988293
Probably a lot more recent than auto updated (That thread has lotsa new ver$ tools) for MeGUI.

LouieChuckyMerry
13th June 2023, 15:46
Thanks for the idea, Bender, er, StainlessS; I'll try it out after work then report back.

LigH
13th June 2023, 17:40
Not Bender, but the tin man from the Wizard of Oz.

StainlessS
13th June 2023, 20:26
Not Bender
Yep, and where I'm from, "Bender" could be taken as a bit of an insult.

Futurama (I dont have a TV), is not the first thing that came to mind the first time that LCM used the word.

EDIT: To below, no offense taken :) [I dont recall discusssing that topic before, perhaps I was a bit pissed]

LouieChuckyMerry
13th June 2023, 22:07
StainlessS: I explained this once years ago: the combination of your avatar (I know he's Jack Haley as The Tin Man) and "I sometimes post sober." make me hear Bender's (well, John DiMaggio's) voice in my head when I read your posts. Absolutely zero offense intended and I apologize if you are :) .
_____________

Snatched the newest L-SMASH thanks to StainlessS's--say that fast five times--suggestion but MeGUI still crashes as soon as I select a preset script, and now it doesn't even leave an .avs file (it used to).

castellanos
21st July 2023, 02:52
I don't know if someone already reported this, but there is a problem with hardcoded subtitles.
I have tried to re-convert an old movie (mp4) with hardcoded subtitles (ssa). After loading the subtitle and clicking on "Preview AVS Script" I get the following message:

AvySinth Script error:
Plugin was designed for a later version of Avisynth (8)

I have MeGUI 2944 (x64) and updated according to "Development update server"
I think the problem lies in the AviSynth plugin version 13 because I didn't have this problem with version 11.
Is there any solution for this? Or at least be able to downgrade AviSynth plugin to version 11?

Thanks.

tebasuna51
21st July 2023, 10:41
The problem can be in the VSFilter.dll v3.2.0.806 than need a new AviSynth version still not verified with MeGUI.

You can extract the VSFilter.dll v3.1.0.801 from Megui 2913 (https://www.videohelp.com/software/MeGUI/old-versions) (with the plugins v11 package) and replace it in ...megui\tools\avisynth_plugin folder.
I tested it and work fine.

Or you can install the last AviSynth+ v3.7.3 r4003 and a new AviSynthWrapper.dll and use it instead the MeGUI default AviSynth+ v3.5.1 included.
Verified ok also.

castellanos
21st July 2023, 21:18
Or you can install the last AviSynth+ v3.7.3 r4003 and a new AviSynthWrapper.dll and use it instead the MeGUI default AviSynth+ v3.5.1 included.
Verified ok also.
Thanks for your help.
I've already installed that version of AviSynth and it didn't work (although I think I didn't add a new AviSynthWrapper.dll... is it mandatory?).
I'll downgrade the VSFilter.dll and see how it goes.
Thanks.

tebasuna51
22nd July 2023, 09:45
Thanks for your help.I've already installed that version of AviSynth and it didn't work (although I think I didn't add a new AviSynthWrapper.dll... is it mandatory?).

Yep, you need replace it with https://forum.doom9.org/showthread.php?p=1913117#post1913117

LeXXuz
25th November 2023, 11:58
REQUEST: Is it possible to add a zoom factor larger than 1:1 to the preview window?

Working with SD material on a 4k screen gives just such a tiny preview window that it's very hard to see how good or bad my filtering scripts work. :o

hello_hello
25th November 2023, 16:00
LeXXuz,
It'd be handy, but you could always temporarily add resizing to the end of your script. This would give you a 3x zoom:
Spline36Resize(width()*3, height()*3)

Barough
25th November 2023, 16:11
@LeXXuz Make the request over at MeGUI's Sourceforge page.

Sent from my SM-S908B via Tapatalk

LeXXuz
26th November 2023, 09:53
LeXXuz,
It'd be handy, but you could always temporarily add resizing to the end of your script. This would give you a 3x zoom:
Spline36Resize(width()*3, height()*3)

That's what I'm doing actually. :D
The annoyance here is that I often compare source and filtered version.

So I have to switch between two scripts instead of just pressing the "reopen original video" button. Problem this way is I often make temporary tweaks in my stored scripts which are gone when I have to switch to a 2nd script with just an upsizer to compare source and filtered version.

With the "open original video" button MeGUI keeps my script with the latest tweaks but displays a tiny source video.

Hence my wish and suggestion for a permanent zoom setting in the preview window. :)

seagate
29th November 2023, 07:49
x264-r3172-c1c9931 (https://artifacts.videolan.org/x264/release-win64/)

tebasuna51
2nd December 2023, 15:59
Request:

After the new soxfilter 2.0 (https://forum.doom9.org/showthread.php?p=1994527#post1994527) (32 and 64 bits) I recommend use it to downmix 7.1 -> 5.1 instead SoftClipperFromAudX()

# As AudioLimiter.dll is not available, SoftClipperFromAudX() cannot be used
# 7.1 Channels L,R,C,LFE,BL,BR,SL,SR -> standard 5.1
function c71_c51(clip a)
{
front = GetChannel(a, 1, 2, 3, 4)
back = GetChannel(a, 5, 6)
side = GetChannel(a, 7, 8)
mix = MixAudio(back, side, 0.5, 0.5).SoxFilter("compand 0.0,0.0 -90,-84,-8,-2,-6,-1,-0,-0.1").ConvertAudioToFloat()
return MergeChannels(front, mix)
}
# 5.1.2 Channels L,R,C,LFE,SL,SR,TFL,TFR -> standard 5.1
function c512_c51(clip a)
{
front = GetChannel(a, 1, 2)
midch = GetChannel(a, 3, 4, 5, 6)
topfr = GetChannel(a, 7, 8)
mix = MixAudio(front, topfr, 0.5, 0.5).SoxFilter("compand 0.0,0.0 -90,-84,-8,-2,-6,-1,-0,-0.1").ConvertAudioToFloat()
return MergeChannels(mix, midch)
}
# 6.1 Channels L,R,C,LFE,BC,SL,SR -> standard 5.1
function c71_c51(clip a)
{
front = GetChannel(a, 1, 2, 3, 4)
back = GetChannel(a, 5, 5)
side = GetChannel(a, 6, 7)
mix = MixAudio(back, side, 0.25, 0.75).SoxFilter("compand 0.0,0.0 -90,-84,-8,-2,-6,-1,-0,-0.1").ConvertAudioToFloat()
return MergeChannels(front, mix)
}

Barough
2nd December 2023, 22:38
@tebasuna51 - Make the request over at MeGUI's Sourceforge page. Biggest chance that it will be noticed.

tebasuna51
3rd December 2023, 15:23
Generic upgrade https://sourceforge.net/p/megui/feature-requests/695/

But without many chances.

TsUNaMy WaVe
3rd January 2024, 20:19
Hello!
I've encountered a weird error. Upon installing Megui on a new PC, everything seems well at first. But when running a job, Megui crashes upon the job completion (and there are other jobs it's supposed to run after). When reopening Megui, the queue has all jobs, including the completed one, as "waiting", and there is no error log whatsoever. Has anyone encountered it before and knows what to do?

nakTT
4th January 2024, 09:48
Hello!
I've encountered a weird error. Upon installing Megui on a new PC, everything seems well at first. But when running a job, Megui crashes upon the job completion (and there are other jobs it's supposed to run after). When reopening Megui, the queue has all jobs, including the completed one, as "waiting", and there is no error log whatsoever. Has anyone encountered it before and knows what to do?
Yes. I encounter the same issue. When i run 2-pass x265 encoding it will post error on the second pass. My workaround all these while was toI change the status to waiting and close MeGUI and reopen. I try again to run the second pass and it runs till the end.

TsUNaMy WaVe
4th January 2024, 14:51
Yes. I encounter the same issue. When i run 2-pass x265 encoding it will post error on the second pass. My workaround all these while was toI change the status to waiting and close MeGUI and reopen. I try again to run the second pass and it runs till the end.

The thing is even after reopening it doesn't say error. It is shown as waiting again even though a file was made. And if I rerun the job, it rewrite the file but again, just crashes upon completion, and no logs.

nakTT
4th January 2024, 15:16
The thing is even after reopening it doesn't say error. It is shown as waiting again even though a file was made. And if I rerun the job, it rewrite the file but again, just crashes upon completion, and no logs.

Mine working just fine after i rerun my second pass.

obiwan
4th January 2024, 21:24
Hello there!

Is the development of MeGUI still ongoing, or only the libraries are updated? I made a simple feature request (almost 2 years ago :D ), even did a .patch file for the source code (I don't have "push" permissions to the repository, nor the tools to build whole package), but it went unnoticed I think...
And I just asked to add "SincResize" to the resizers list. https://sourceforge.net/p/megui/feature-requests/677/

nakTT
5th January 2024, 11:52
Hello there!

Is the development of MeGUI still ongoing, or only the libraries are updated? I made a simple feature request (almost 2 years ago :D ), even did a .patch file for the source code (I don't have "push" permissions to the repository, nor the tools to build whole package), but it went unnoticed I think...
And I just asked to add "SincResize" to the resizers list. https://sourceforge.net/p/megui/feature-requests/677/

I wonder the same thing.
Hope in this new year of 2024 we can get MeGUI to add support for encoders like AV1 and VVC.

Thank you in advance to the MeGUI developers.:thanks:

obiwan
29th January 2024, 13:42
Nah, more than 3 weeks - no response.

kedautinh12
28th March 2024, 02:23
New megui ver from here
https://github.com/Kurtnoise-zeus/megui/releases

simple_simon
8th April 2024, 06:54
New megui ver from here
https://github.com/Kurtnoise-zeus/megui/releases

This is awesome!

Vospi
20th April 2024, 15:12
Hey there. Need help! :)

I did a video capture of the problem. (https://youtu.be/mHPs5Nj3glU)

Short version:
MeGUI does not display my AVS preview at all (after indexing a VOB).

Longer version:
New install of latest MeGUI x64 to date. Win10 x64.

I previously messed with MeGUI for years, everything worked fine, until I started experimenting with multithreaded Avisynth to speed up QTGMC (in Virtual Dub). I remember my old MeGUI setup breaking because of that. This was years ago, I don't remember the details. But at the time, any AVS preview would just straight up crash MeGUI.

This behaviour continued on a new fresh install if I let MeGUI to use external Avisynth.

I did my best to uninstall everything that looked like Avisynth (backed up and deleted folders, removed registry keys, installed new Avisynth+ 3.7.3, both x86 and x64).

Now MeGUI doesn't crash, but both external and internal Avisynths do not open after indexing a source. This applies to a DVD that I definitely encoded with MeGUI years ago, too. So, not a source issue.

MeGUI is run with admin rights.

So, the error is:
Once the indexing is done, MeGUI returns:
The file so-and-so.d2v cannot be opened. Error message: the video stream cannot be opened.

After that, the AVS script creator window opens, but doesn't work (the buttons like Save and Preview are greyed out).

I'll do another round of cleanup, but at this point it looks like something else. Will appreciate any advice! I wanna mess with QTGMC again. :)

upd. Installing dgindexnv into MeGUI manually didn't help. (The update servers wouldn't provide it to me.) It does index with it, but throws the same error.

VoodooFX
20th April 2024, 16:41
Try https://github.com/Kurtnoise-zeus/megui

Vospi
21st April 2024, 05:45
Try https://github.com/Kurtnoise-zeus/megui

That's what I have. :(

VoodooFX
21st April 2024, 06:03
Then ask there or here- > https://forum.doom9.org/showthread.php?t=185399

tebasuna51
21st April 2024, 11:29
Try https://github.com/Kurtnoise-zeus/megui
That's what I have.

In your video capture show the old MEGUI 2944 x64 instead the new 6666.0204


So, the error is:
Once the indexing is done, MeGUI returns:
The file so-and-so.d2v cannot be opened. Error message: the video stream cannot be opened.

Not exactly "file so-and-so.d2v" but a very long name in K: device
Exists that file? You can write over K: device?

Vospi
21st April 2024, 21:23
I'm afraid that can't help. :(

I overwrote it with "the new version" (very sure it was a new version downloaded from Videohelp), nothing changed (at all), apart from the window name.
Yes, of course the index file exists. MeGUI is run with admin, as I said.
Folder access is definitely not an issue: the indexer creates all the files and even demuxes the video stream without trouble. My intuition is that it really stumbles on Avisynth specifically. But then I don't understand why even the "internal avisynth" option is not working.

Again, it happens on a different disk as well. But I doublechecked the folder access and writeability.

Thanks for looking at the video, btw

tebasuna51
23rd April 2024, 12:38
Sorry but I can't reproduce your problem, log attached.

- Used MeGUI 6666 but also 2944 x64
- I use a local and easy temporal folder
- Of course over a unprotected DVD, try MakeMKV (https://www.makemkv.com/) over protected DVD's

Emulgator
23rd April 2024, 14:00
The name of the index file looks wrong to me. Contains path name and spaces.
You may open the .d2v file in Editor and have a look at the path reference inside.
Does the path exist ? Is the path accessible at decode time ?

I would get rid of the spaces in path first. Rename folder
Yvon Marciano - Courts Metrages -> Yvon_Marciano_-_Courts_Metrages.
Then index new.
Index file should then have the name vts_03_1.d2v and no path parts.
Countercheck the .d2v path reference.
Observe the possibility of absolute or relative paths.
One (relative) allows moving of the index/vob set together, in the same folder, the other one (absolute) does not.

Shandra
23rd April 2024, 16:28
@Vospi - IIRC the "local" Avisynth will, if a global one is installed utilize the plugin-folders set within the registry to autoload from there and if those plugins (32bit vs. 64bit, version, etc.) are not comaptible that may lead to such problems. You can try to add ClearAutoloadDirs() (http://avisynth.nl/index.php/AviSynth+#New_Functions) ontop of your .avs file and set MeGUI to use its internal avisynth.
Edit: Eventually you may have to set AddAutoloadDir() after the Clear* to the plugin-folder of meGUI's Avisynth *<megui>/tools/avs/plugins* (AFAIK the tools/avisynth_plugins folder ain't used by meGUIs avs to autoload from it).

Zetti
9th July 2024, 00:06
I getting this error when trying to index TS files with L-SMASH-Works v1194.0.0.0 in MeGUI x86

https://i.postimg.cc/J4s0SW-ZR/Me-Gui-error.png

Anyone know what the problem could be?

Im using Kurt.noise fork, so thats why i posted in his thread in first place.

Anyway hopping for some hints to sovle my problem.

Emulgator
9th July 2024, 08:59
I suggest to demux .ts using tsMuxeR.

LigH
9th July 2024, 09:25
Or remultiplex to MKV.

Zetti
9th July 2024, 18:10
Normally i remux to MKV, but i would like to index the TS files directly.

Emulgator
9th July 2024, 18:56
IIRC opinons around this and other forums suggest that ffmpeg is called out being not too savvy when it comes to .ts, (may change with every build),
so many softwares based on ffmpeg might suffer the same fate. Therefore my suggestion for the cases of .ts, .MTS, m2ts.
After demuxing with tsMuxeR even indexing the resulting raw streams themselves may be more successful.
If nVidia GPU is available: DGIndexNV would be the gold standard, also for straight indexing/decoding .ts, .MTS, m2ts.
Is already inside MeGUI, just enable/select it.

Penecho
11th August 2024, 09:31
I updated my MeGui today and for some reason my d2v created via DGIndex can not be opened anymore. Worked flawelessly all the years before. Did anything change?

The AVS Script Creator says "The file ...d2v can not be opened. Error Message: The video stream can not be opened."

My d2v looks exactly as it did before:


DGIndexProjectFile16
6
F:\...VTS_01_1.VOB
F:\...VTS_01_2.VOB
F:\...VTS_01_3.VOB
F:\...VTS_01_4.VOB
F:\...VTS_01_5.VOB
F:\...VTS_01_6.VOB

Stream_Type=1
MPEG_Type=2
iDCT_Algorithm=6
YUVRGB_Scale=1
Luminance_Filter=0,0
Clipping=0,0,0,0
Aspect_Ratio=16:9
Picture_Size=720x480
Field_Operation=0
Frame_Rate=29970 (30000/1001)
Location=0,0,5,6e473

d00 5 0 2048 0 1 1 92 b2 a2 b2 b2 a2 b2 b2 a2 b2 b2 a2 b2 b2 a2
d00 5 0 26624 0 1 1 92 b2 a2 b2 a2 b2 a2 b2 a2 b2 a2 b2 b2 a2 a2
.....
00 5 5 924694528 0 1 27 92 b2 a2 b2 b2 a2 b2 b2 a2 b2 b2 a2 b2 b2 a2 ff

FINISHED 100.00% VIDEO



Edit: It seems the new DGIndex version (3.0.0) is somehow not working for me. With my old version it works just fine...

LigH
11th August 2024, 10:13
Did you possibly move the ripped VOB files from F:\... to another location after creating the d2v index file? (And F: is a harddisk, not the DVD drive?)

And ... maybe the new DGIndex/DGDecode need a different project ID number (DGIndexProjectFile16 may be obsolete)?

Shuichiyagami
12th August 2024, 15:41
From all of my research, this is categorize as a bug, right? I always encode by the same setting, never tick deinterlaced and interlaced mode alyaws none. And i always got progressive result scan type after encoding done. But, after i update all of plugin at Megui Developement Server, i always get MBAFF scan type and it makes the video looks blurry and interlaced. I will test again with my previous backup and not update anything to see the different and then i'll update in here

Update:
Yes, my backup version still good as ol'day. When i check mediainfo, it's still Scan Type Progressive, but when i update MeGUI DEV Server, it will change to Scan Type MBAFF which make video blurry or interlaced.

https://i.ibb.co.com/55BmkVz/LDS.png (https://ibb.co.com/WcgZ01d)

tebasuna51
13th August 2024, 08:39
@Shuichiyagami
Please zip and attach the log files of both versions to see the differences.

InfiniteErosion
13th August 2024, 14:42
https://i.imgur.com/E8eETSd.png

Can anyone explain me what exclamation marks mean in relation to [Warning] Unknown line: "Keeping dialnorm" and [Warning] Unknown line: "Running in fast mode"? I'm keeping everything up to date but I've noticed these notifications few weeks ago. Using MeGUI for eight years and never seen these.

Thank you.

LigH
13th August 2024, 14:49
I guess this means that the output contains text lines which the interpreter did not expect and cannot retrieve useful information from. But that is not fatal. They are just ignored.

InfiniteErosion
13th August 2024, 15:19
Thank you for the fast reply. :)

Also, I've noticed that every single Bluray rip I create, I get these notifications:

https://i.imgur.com/07kJ094.png

All of these blurays aren't interlaced. Never seen those notifications before.

LigH
13th August 2024, 15:38
A combination of PAL resolution (576 lines) and NTSC frame rate (24000/1001) is pretty nonsensical too. Maybe that is a reason why x264 assumes interlacing. Or because Avisynth assumes it already.

Do force the encoder. And choose a valid combination if you want a result which complies to usual video standards (this combination does not).

Octo-puss
16th August 2024, 20:13
Hi.
I haven't been here in ages and I haven't touched any video encoding stuff for even longer. I have launched MeGUI today and noticed the last update was over a year ago, so I'm wondering, is it abandoned and perhaps a new fork is being generally used instead? Can you give me some very basic directions please?

LigH
16th August 2024, 20:25
There is an MeGUI-x64. But in general, yes, MeGUI was developed while DVD Video was the state of the art, but not much more since HD video appeared. Other tools have been developed more actively, e.g. StaxRip.

I do not want to say that MeGUI (x86 or x64) is not useful anymore. But it may be a bit more restricted to SD resolution workflows than other tools with HD workflows in mind from the beginning.

Octo-puss
16th August 2024, 21:04
Oh I just wanted to convert some videos from my phone so I could shrink the size a little bit. There are online converters, but they are limited and I have no idea about quality.

But I'm all ears for modern universal enough solutions. I'll google this StaxRip. But maybe there are simple ones good enough for my application? I really have zero interest in ripping films. I just want a simple and effective way of doing something with videos from either my phone or camera (those come fairly large IIRC).

Oh and I couldn't get any results for "MeGUI-x64". Is that the actual name of the program? Or did you mean it's 64bit version of MeGUI that's called the same, but has different source?


edit: I didn't even post in the correct thread, heh. I had this on the watched list.

LigH
16th August 2024, 21:22
The most recent MeGUI has two flavours (https://github.com/Kurtnoise-zeus/megui/releases), the very original tool was only a 32-bit application.

StaxRip (https://github.com/staxrip/staxrip/releases) is a lot more complex.

For your simple needs, something like clever FFmpeg-GUI (https://www.videohelp.com/software/clever-FFmpeg-GUI) may already be sufficient.

Octo-puss
16th August 2024, 21:27
Thank you!

I am looking at StaxRip and despite being very complex, it's nowhere near the pain in the arse MegUI was, controls-wise. It's actually pretty damn good to use. Ha!

VoodooFX
16th August 2024, 22:24
...the very original tool was only a 32-bit application.

There is 64bit too -> https://sourceforge.net/projects/megui/files/megui-test/2944/MeGUI-2944-64.7z/download

StainlessS
17th August 2024, 11:41
There is 64bit too -> https://sourceforge.net/projects/megui/files/megui-test/2944/MeGUI-2944-64.7z/download
I think that this is the preferred download site (GitHub rather than older SourceForge repo[May 2023])
MeGUI 6666.1007:-https://github.com/Kurtnoise-zeus/megui

Zichz
27th August 2024, 20:02
I need some help with Megui giving me this error when I'm encoding, I've narrowed down the problems to either mt_merge or fft3dfilter causing the error as the rest of the script works fine when those aren't used. I've tried different codecs and versions of megui but I haven't had any luck I'm really stumped and if anyone could please help me with this error.
\
Video=D2VSource("L:\L Drive Torrents\Tokusatsu Disc Rips\Yugioh D2V\Disc 01 D2V Raw\Disc 01 D2V Raw.d2v")
Audio=Bestaudiosource("L:\L Drive Torrents\Tokusatsu Disc Rips\Yugioh D2V\Disc 01 D2V Raw\Disc 01 D2V Raw T80 2_0ch 384Kbps DELAY 0ms.ac3")
Audiodub(Video,Audio)
Trim(0,39709)
checkmate(thr=1, tthr2=0)
TCOMB()
msk=last

base=last

fft3dfilter(ncpu=5,sigma=16, plane=3, bt=4, interlaced=true)
heavy=last

mt_merge(base, heavy, msk, luma=true)
NN=nnedi3(field=-1,threads=3)
dt = TDeint(order=-1,field=-1,type=2,edeint=eedi3(field=-1,threads=2,sclip=NN),emask=VSTMM(order=-1,field=-1))
TFM(Chroma=false,mode=4,pp=5,Clip2=Dt)
##TFM(Chroma=false,mode=4,pp=5,clip2=dt,output="YGOEP01TFM.txt")
Tdecimate(Chroma=false,mode=5,hybrid=2,dupthresh=0.001,input="YGOEP01Stats.txt",TFMin="YGOEP01TFM.txt",mkvout="YGOEP01Timecodes.txt")
##Tdecimate(Chroma=false,mode=4,output="YGOEP01Stats.txt")
Vinverse()
Santiag(strv=1, strh=1, nns=4) # clean up chroma chroma interlacing artifacts'
Spline64Resize(640,480,10, 0, -6, -0)
deblock_Deblock()
dfttest(sigma=10,tbsize=5,sbsize=12,sosize=9,lsb=true)
presmooth=last
smoothGrad (radius=20, thr=0.15)
smoothGrad (radius=12, thr=0.25, ref=presmooth)
GradFun3(smode=2,lsb_in=true)
ConvertToYUV422()

LigH
27th August 2024, 20:16
Which error? Could you please quote it? AVSMeter could help discovering a reason.

And, ehm, "Torrents" are not supported in this board.

Zichz
27th August 2024, 20:51
Which error? Could you please quote it? AVSMeter could help discovering a reason.

And, ehm, "Torrents" are not supported in this board.

That’s just the name of the folder, this is just me doing an encode for myself.

e_d
28th September 2024, 00:50
https://upload.wikimedia.org/wikipedia/en/7/7e/An_%22open%22_file_dialog_from_a_web_browser_on_Windows_10.jpg

When browsing for a folder, I would love if it was this type of file dialog and not the tree where I have to click all around to the drive/subfolder/subfolder/subfolder when in the above example I can quickly type or navigate to C:\Foo\bar with ease.

raymondjpg
16th December 2024, 05:11
I'm seeing this error regularly when processing the last video in a folder batch job. It halts processing of the job, but goes away on left mouse click, which appears to resume processing without error.

Can anyone please tell me what is causing the error, and how to prevent it?

therealjoeblow
6th January 2025, 18:14
Hi, Happy New Year to everyone!

I'm using MeGUI 6.6.6.6 v20241125-x64 to re-encode some MKV's (with x264 and EAC3 and SRT's in them).

I start off by opening the AVS Script Creator window and dragging the MKV file onto it, which then in turn opens the File Indexer sub-window (all as expected, no issue). Then, using DGIndexNV as a file indexer, when it starts, it extracts the audio stream, and of the SRT's, then goes about creating the index (again, all as expected, no issues). However once that completes, and the AVS Script window reopens, ALL of the .SRT files somehow get automatically deleted, leaving only the demuxed EAC3 stream.

Is there a setting I'm missing to NOT delete the demuxed SRT's? Since that is happening, I have to manually use another stand alone tool to re-extract the SRT's so I can add them in when I use the AutoEncode tool.

Many thanks!
TRJB

Kurt.noise
7th January 2025, 09:51
As far I know, there is no such settings to keep demuxed subtitles because it was mainly developped to get only A/V streams...

And since I don't own a nvidia card, I cannot debut DG stuff yet.

tebasuna51
7th January 2025, 11:43
I have a nvidia card and I check that:

The command line used to create .dgi (index file) and extract tracks is:

dgindexnv -i "input.mkv" -o "output.dgi" -h -a
where -a implies: Demux all detected audio and subtitle streams.

But in the log show also:
-Deleting intermediate files
- Successfully deleted input.mkv_track3_spa.srt
- Successfully deleted input.mkv.log

Go to Options -> Main > and uncheck Delete intermediate files -> Save
Now the extracted subtitles are preserved.

therealjoeblow
7th January 2025, 19:10
I have a nvidia card and I check that:

The command line used to create .dgi (index file) and extract tracks is:

dgindexnv -i "input.mkv" -o "output.dgi" -h -a
where -a implies: Demux all detected audio and subtitle streams.

But in the log show also:
-Deleting intermediate files
- Successfully deleted input.mkv_track3_spa.srt
- Successfully deleted input.mkv.log

Go to Options -> Main > and uncheck Delete intermediate files -> Save
Now the extracted subtitles are preserved.

Thank you very much! That works and saves me some frustration and a few manual steps, much appreciated!

Cheers
TRJB

Shuichiyagami
1st February 2025, 05:21
After update MeGUI to MeGUI Development Update Server 2944
Now, after encode my file became like this.

Scan type : MBAFF
Scan type, store method : Interleaved fields
Scan order : Bottom Field First
Bits/(Pixel*Frame) : 0.047
Stream size : 179 MiB (89%)


Before update always something like this:
Scan type : Progressive
Bits/(Pixel*Frame) : 0.034
Stream size : 133 MiB (79%)


And i need to help for the Scan Type became Progressive again, not MBAFF

kalehrl
1st February 2025, 08:35
Try using FFMSIndex instead of L-SMASH.

tebasuna51
1st February 2025, 10:49
After update MeGUI to MeGUI Development Update Server 2944
Now, after encode my file became like this...

Please put the full log to know the input file and the encoder parameters.:logfile:

Shuichiyagami
13th June 2025, 15:44
Now, i always get this
"Exception message: Object reference not set to an instance of an object."

[Error] Log
-[Information] Versions
--[Information] MeGUI: 2944 x86
--[Information] MeGUI Debug Data: available
--[Information] Update Check: Disabled
--[Information] System Information
---[Information] Operating System: Windows Server 2016 (DATACENTER_EVALUATION_SERVER) 1809 x64 (10.0.17763.3650)
---[Information] .NET Framework: 4.0 (4.0.0.0)
---[Information] .NET Framework: 4.8 (4.8.03761)
---[Information] Redistributables
----[Information] Microsoft Visual C++ 2015-2022 x64: 14.44.35208
----[Information] Microsoft Visual C++ 2015-2022 x86: 14.44.35208
---[Information] DPI: 100% (96/96)
---[Information] Monitor 1
----[Information] Resolution: 1364x768
----[Information] Primary Screen: True
--[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 (07-08-2008)
---[Information] MediaInfo: 18.05.0.0 (08-05-2018)
---[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.2847.0
----[Information] Date: 06-05-2018
----[Information] Interface: 3
---[Information] AviSynth
----[Information] File Version: 2.6.0.6
----[Information] File Date: 31-03-2015
----[Information] File Name: Avisynth 2.6
----[Information] File Path: c:\windows\system32\avisynth.dll
----[Information] AviSynth Version: AviSynth 2.60, build:Mar 31 2015 [16:38:54]
----[Information] AviSynth+: false
----[Information] AviSynth MT: false
-[Information] Update detection
--[Information] [6/13/2025 7:41:10 AM] Automatic update is disabled
--[Information] [6/13/2025 7:41:10 AM] Using cached update config and server: http://megui.tmebi.de/test/
--[Information] [6/13/2025 7:41:10 AM] redist files copied: 2010_x86
--[Information] [6/13/2025 7:41:10 AM] There is 1 package which can be updated: x265
-[Information] FileIndexer
--[Information] [6/13/2025 7:41:33 AM] MediaInfo
---[Information] File: E:\Shuichi\Download\[AU_RAW] Yu-Gi-Oh!DM 058 (DVDrip 480p x264_AC3).mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FileSize: 214686707
----[Information] PlayTime: 00:23:39.919
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] CodecID: V_MPEG4/ISO/AVC
----[Information] Format: AVC
----[Information] FormatInfo: Advanced Video Codec
----[Information] Width: 640
----[Information] Height: 480
----[Information] FrameCount: 34044
----[Information] FrameRate: 23.976
----[Information] FrameRate_N: 24000
----[Information] FrameRate_D: 1001
----[Information] FrameRateMode: CFR
----[Information] FrameRateModeString: Constant
----[Information] Duration: 00:23:39.920
----[Information] ScanType: Progressive
----[Information] Bits Depth: 8
----[Information] AspectRatio: 1.333
----[Information] AspectRatioString: 4:3
----[Information] PixelAspectRatio: 1.000
----[Information] Delay: 0
----[Information] Default: Yes
----[Information] Forced: No
---[Information] Audio
----[Information] ID: 2
----[Information] StreamOrder: 1
----[Information] CodecID: A_AC3
----[Information] Format: AC-3
----[Information] FormatInfo: Audio Coding 3
----[Information] Muxing Mode: Header stripping
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 kHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2: 2/0/0
----[Information] BitRateMode: CBR
----[Information] Delay: 18
----[Information] Default: Yes
----[Information] Forced: No
----[Information] [6/13/2025 7:41:33 AM] The language information is not available for this track. The default MeGUI language has been selected.
-[Error] Unhandled error
--[Information] [6/13/2025 7:41:33 AM] Exception message: Object reference not set to an instance of an object.
--[Information] [6/13/2025 7:41:33 AM] Stacktrace
---[NoImage] at MeGUI.AviSynthWindow.GenerateScript() in D:\MeGUI\_MeGUI_clean\packages\tools\avscreator\AviSynthWindow.cs:line 282
---[NoImage] at MeGUI.AviSynthWindow.ShowScript(Boolean bForce) in D:\MeGUI\_MeGUI_clean\packages\tools\avscreator\AviSynthWindow.cs:line 372
---[NoImage] at MeGUI.AviSynthWindow.input_FileSelected(FileBar sender, FileBarEventArgs args) in D:\MeGUI\_MeGUI_clean\packages\tools\avscreator\AviSynthWindow.cs:line 194
---[NoImage] at MeGUI.FileBar.TriggerEvent() in D:\MeGUI\_MeGUI_clean\core\gui\FileBar.cs:line 198
---[NoImage] at MeGUI.FileBar.SetFilename(String filename) in D:\MeGUI\_MeGUI_clean\core\gui\FileBar.cs:line 192
---[NoImage] at MeGUI.FileBar.openButton_Click(Object sender, EventArgs e) in D:\MeGUI\_MeGUI_clean\core\gui\FileBar.cs:line 175
---[NoImage] at System.Windows.Forms.Control.OnClick(EventArgs e)
---[NoImage] at System.Windows.Forms.Button.OnClick(EventArgs e)
---[NoImage] at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
---[NoImage] at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
---[NoImage] at System.Windows.Forms.Control.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.ButtonBase.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.Button.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
---[NoImage] at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
--[Information] [6/13/2025 7:41:33 AM] Inner exception: null
-[Information] Log for job1 (ext, [AU_RAW] Yu-Gi-Oh!DM 058 (DVDrip 480p x264_AC3).mkv -> )
--[Information] [6/13/2025 7:41:38 AM] Started handling job
--[Information] [6/13/2025 7:41:38 AM] Preprocessing
--[Information] [6/13/2025 7:41:38 AM] MediaInfo
---[Information] File: E:\Shuichi\Download\[AU_RAW] Yu-Gi-Oh!DM 058 (DVDrip 480p x264_AC3).mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FileSize: 214686707
----[Information] PlayTime: 00:23:39.919
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] CodecID: V_MPEG4/ISO/AVC
----[Information] Format: AVC
----[Information] FormatInfo: Advanced Video Codec
----[Information] Width: 640
----[Information] Height: 480
----[Information] FrameCount: 34044
----[Information] FrameRate: 23.976
----[Information] FrameRate_N: 24000
----[Information] FrameRate_D: 1001
----[Information] FrameRateMode: CFR
----[Information] FrameRateModeString: Constant
----[Information] Duration: 00:23:39.920
----[Information] ScanType: Progressive
----[Information] Bits Depth: 8
----[Information] AspectRatio: 1.333
----[Information] AspectRatioString: 4:3
----[Information] PixelAspectRatio: 1.000
----[Information] Delay: 0
----[Information] Default: Yes
----[Information] Forced: No
---[Information] Audio
----[Information] ID: 2
----[Information] StreamOrder: 1
----[Information] CodecID: A_AC3
----[Information] Format: AC-3
----[Information] FormatInfo: Audio Coding 3
----[Information] Muxing Mode: Header stripping
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 kHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2: 2/0/0
----[Information] BitRateMode: CBR
----[Information] Delay: 18
----[Information] Default: Yes
----[Information] Forced: No
----[Information] [6/13/2025 7:41:39 AM] The language information is not available for this track. The default MeGUI language has been selected.
--[Information] [6/13/2025 7:41:39 AM] Job command line: "E:\Shuichi\Fansub\MeGUI-2944\tools\mkvmerge\mkvextract.exe" "E:\Shuichi\Download\[AU_RAW] Yu-Gi-Oh!DM 058 (DVDrip 480p x264_AC3).mkv" tracks 1:"E:\Shuichi\Download\[AU_RAW] Yu-Gi-Oh!DM 058 (DVDrip 480p x264_AC3) - [0] English Delay 18ms.ac3" --ui-language en
--[Information] [6/13/2025 7:41:39 AM] Process started
--[Information] [6/13/2025 7:41:39 AM] Standard output stream
---[Information] [6/13/2025 7:41:39 AM] Extracting track 1 with the CodecID 'A_AC3' to the file 'E:\Shuichi\Download\[AU_RAW] Yu-Gi-Oh!DM 058 (DVDrip 480p x264_AC3) - [0] English Delay 18ms.ac3'. Container format: Dolby Digital (AC-3)
--[Information] [6/13/2025 7:41:39 AM] Standard error stream
--[Information] [6/13/2025 7:41:40 AM] Postprocessing
---[Information] [6/13/2025 7:41:40 AM] Deleting intermediate files
--[Information] [6/13/2025 7:41:40 AM] Job completed
-[Information] Log for job2 (idx, [AU_RAW] Yu-Gi-Oh!DM 058 (DVDrip 480p x264_AC3).mkv -> [AU_RAW] Yu-Gi-Oh!DM 058 (DVDrip 480p x264_AC3).mkv.ffindex)
--[Information] [6/13/2025 7:41:40 AM] Started handling job
--[Information] [6/13/2025 7:41:40 AM] Preprocessing
--[Information] [6/13/2025 7:41:40 AM] Job command line: "E:\Shuichi\Fansub\MeGUI-2944\tools\ffms\ffmsindex.exe" -f "E:\Shuichi\Download\[AU_RAW] Yu-Gi-Oh!DM 058 (DVDrip 480p x264_AC3).mkv" "E:\Shuichi\Download\[AU_RAW] Yu-Gi-Oh!DM 058 (DVDrip 480p x264_AC3).mkv.ffindex"
--[Information] [6/13/2025 7:41:40 AM] Process started
--[Information] [6/13/2025 7:41:40 AM] Standard output stream
---[Information] [6/13/2025 7:41:41 AM] Writing index... done.
--[Information] [6/13/2025 7:41:40 AM] Standard error stream
--[Information] [6/13/2025 7:41:41 AM] MediaInfo
---[Information] File: E:\Shuichi\Download\[AU_RAW] Yu-Gi-Oh!DM 058 (DVDrip 480p x264_AC3).mkv.ffindex
---[Information] General
----[Information] FileSize: 192123
--[Information] [6/13/2025 7:41:41 AM] Postprocessing
---[Information] [6/13/2025 7:41:46 AM] Deleting intermediate files
--[Information] [6/13/2025 7:41:46 AM] Job completed

LigH
13th June 2025, 19:36
The evidence that it might be a downloaded DVD Rip may not be the reason of the error, but the reason not to reply any further in this forum.

redford1974
31st August 2025, 13:42
Hello, I get this error in MeGui
[Error] Log
-[Information] Versions
--[Information] MeGUI: 2944 x64
--[Information] MeGUI Debug Data: available
--[Information] Update Check: Disabled
--[Information] System Information
---[Information] Operating System: Windows 11 Home 24H2 x64 (10.0.26100.5074)
---[Information] .NET Framework: 4.0 (4.0.0.0)
---[Information] .NET Framework: 4.8 (4.8.09032)
---[Information] Redistributables
----[Information] Microsoft Visual C++ 2010 x64: 10.0.40219
----[Information] Microsoft Visual C++ 2010 x86: 10.0.40219
----[Information] Microsoft Visual C++ 2015-2022 x64: 14.44.35211
----[Information] Microsoft Visual C++ 2015-2022 x86: 14.44.35211
---[Information] DPI: 100% (96/96)
---[Information] Monitor 1
----[Information] Resolution: 2560x1440
----[Information] Primary Screen: True
--[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 (07-08-2008)
---[Information] MediaInfo: 24.06.0.0 (27-06-2024)
---[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.2847.0
----[Information] Date: 06-05-2018
----[Information] Interface: 3
---[Information] AviSynth
----[Information] AviSynth Status: ignored as portable build is forced
---[Information] AviSynth portable
----[Information] File Version: 3.7.3
----[Information] File Date: 16-07-2023
----[Information] File Name: AviSynth+ 3.7.3 (r4003, 3.7, x86_64)
----[Information] File Path: d:\narzędzia\megui\avisynth.dll
----[Information] AviSynth Version: AviSynth+ 3.7.3 (r4003, 3.7, x86_64)
----[Information] AviSynth+: true
----[Information] AviSynth MT: true
----[Information] AviSynth Status: active
-[Information] Update detection
--[Information] [31.08.2025 14:25:05] Automatic update is disabled
--[Information] [31.08.2025 14:25:05] Using cached update config and server: http://megui.org/auto/
--[Information] [31.08.2025 14:25:05] No package requires an update
-[Information] FileIndexer
--[Information] [31.08.2025 14:25:46] MediaInfo
---[Information] File: D:\banksterzy.m2ts
---[Information] General
----[Information] Format: BDAV
----[Information] FileSize: 21439617024
----[Information] PlayTime: 01:44:14.005
---[Information] Video
----[Information] ID: 4113
----[Information] StreamOrder: 0-0
----[Information] CodecID: 27
----[Information] Format: AVC
----[Information] FormatInfo: Advanced Video Codec
----[Information] Width: 1920
----[Information] Height: 1080
----[Information] FrameCount: 150093
----[Information] FrameRate: 24.000
----[Information] FrameRate_N: 24
----[Information] FrameRate_D: 1
----[Information] Duration: 01:44:13.875
----[Information] ScanType: Progressive
----[Information] Bits Depth: 8
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] PixelAspectRatio: 1.000
----[Information] Delay: 600000.000000
---[Information] Audio
----[Information] ID: 4352
----[Information] StreamOrder: 0-1
----[Information] CodecID: 134
----[Information] Format: DTS
----[Information] FormatString: DTS XLL
----[Information] FormatInfo: Digital Theater Systems
----[Information] FormatCommercial: DTS-HD Master Audio
----[Information] Muxing Mode: Stream extension
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 kHz
----[Information] Channels: 6
----[Information] ChannelsString: 6 channels
----[Information] ChannelPositionsString2: 3/2/0.1
----[Information] BitRateMode: VBR
----[Information] Delay: 600000.000000
----[Information] Language: pl
----[Information] LanguageString: Polish
---[Information] Audio
----[Information] ID: 4353
----[Information] StreamOrder: 0-2
----[Information] CodecID: 129
----[Information] Format: AC-3
----[Information] FormatInfo: Audio Coding 3
----[Information] FormatCommercial: Dolby Digital
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 kHz
----[Information] Channels: 6
----[Information] ChannelsString: 6 channels
----[Information] ChannelPositionsString2: 3/2/0.1
----[Information] BitRateMode: CBR
----[Information] Delay: 600000.000000
----[Information] Language: pl
----[Information] LanguageString: Polish
---[Information] Text
----[Information] ID: 4608
----[Information] StreamOrder: 0-3
----[Information] CodecID: 144
----[Information] Format: PGS
----[Information] Language: pl
----[Information] LanguageString: Polish
---[Information] Text
----[Information] ID: 4609
----[Information] StreamOrder: 0-4
----[Information] CodecID: 144
----[Information] Format: PGS
----[Information] Language: en
----[Information] LanguageString: English
---[Information] Text
----[Information] ID: 4610
----[Information] StreamOrder: 0-5
----[Information] CodecID: 144
----[Information] Format: PGS
----[Information] Language: pl
----[Information] LanguageString: Polish
-[Information] Log for job1 (idx, banksterzy.m2ts -> banksterzy.m2ts.lwi)
--[Information] [31.08.2025 14:25:52] Started handling job
--[Information] [31.08.2025 14:25:52] Preprocessing
--[Information] [31.08.2025 14:25:52] AviSynth script
---[NoImage] LoadPlugin("D:\Narzędzia\MeGUI\tools\lsmash\LSMASHSource.dll")
---[NoImage] LWLibavVideoSource("D:\banksterzy.m2ts")
--[Information] [31.08.2025 14:26:03] MediaInfo
---[Information] File: D:\banksterzy.m2ts.lwi
---[Information] Indexed File: D:\banksterzy.m2ts
---[Information] General
----[Information] Format: BDAV
----[Information] FileSize: 21439617024
----[Information] PlayTime: 01:44:14.005
---[Information] Video
----[Information] ID: 4113
----[Information] StreamOrder: 0-0
----[Information] CodecID: 27
----[Information] Format: AVC
----[Information] FormatInfo: Advanced Video Codec
----[Information] Width: 1920
----[Information] Height: 1080
----[Information] FrameCount: 150093
----[Information] FrameRate: 24.000
----[Information] FrameRate_N: 24
----[Information] FrameRate_D: 1
----[Information] Duration: 01:44:13.875
----[Information] ScanType: Progressive
----[Information] Bits Depth: 8
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] PixelAspectRatio: 1.000
----[Information] Delay: 600000.000000
---[Information] Audio
----[Information] ID: 4352
----[Information] StreamOrder: 0-1
----[Information] CodecID: 134
----[Information] Format: DTS
----[Information] FormatString: DTS XLL
----[Information] FormatInfo: Digital Theater Systems
----[Information] FormatCommercial: DTS-HD Master Audio
----[Information] Muxing Mode: Stream extension
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 kHz
----[Information] Channels: 6
----[Information] ChannelsString: 6 channels
----[Information] ChannelPositionsString2: 3/2/0.1
----[Information] BitRateMode: VBR
----[Information] Delay: 600000.000000
----[Information] Language: pl
----[Information] LanguageString: Polish
---[Information] Audio
----[Information] ID: 4353
----[Information] StreamOrder: 0-2
----[Information] CodecID: 129
----[Information] Format: AC-3
----[Information] FormatInfo: Audio Coding 3
----[Information] FormatCommercial: Dolby Digital
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 kHz
----[Information] Channels: 6
----[Information] ChannelsString: 6 channels
----[Information] ChannelPositionsString2: 3/2/0.1
----[Information] BitRateMode: CBR
----[Information] Delay: 600000.000000
----[Information] Language: pl
----[Information] LanguageString: Polish
---[Information] Text
----[Information] ID: 4608
----[Information] StreamOrder: 0-3
----[Information] CodecID: 144
----[Information] Format: PGS
----[Information] Language: pl
----[Information] LanguageString: Polish
---[Information] Text
----[Information] ID: 4609
----[Information] StreamOrder: 0-4
----[Information] CodecID: 144
----[Information] Format: PGS
----[Information] Language: en
----[Information] LanguageString: English
---[Information] Text
----[Information] ID: 4610
----[Information] StreamOrder: 0-5
----[Information] CodecID: 144
----[Information] Format: PGS
----[Information] Language: pl
----[Information] LanguageString: Polish
--[Information] [31.08.2025 14:26:04] Postprocessing
---[Information] [31.08.2025 14:26:05] Deleting intermediate files
--[Information] [31.08.2025 14:26:05] Job completed
-[Information] AVS Script Creator
--[Information] [31.08.2025 14:26:26] Source detection: banksterzy.m2ts
---[NoImage] Progressive sections: 66
---[NoImage] Interlaced sections: 0
---[NoImage] Partially Static Sections: 234
---[NoImage] Film Sections: 0
---[NoImage] Source is declared progressive.
-[Error] Log for job1 (video, banksterzy.m2ts.avs -> banksterzy.m2ts.264)
--[Information] [31.08.2025 14:26:55] Started handling job
--[Information] [31.08.2025 14:26:55] Preprocessing
--[Information] [31.08.2025 14:26:55] AviSynth input script
---[NoImage] LoadPlugin("D:\Narzędzia\MeGUI\tools\lsmash\LSMASHSource.dll")
---[NoImage] LWLibavVideoSource("D:\banksterzy.m2ts")
---[NoImage] #deinterlace
---[NoImage] crop(0, 138, 0, -138)
---[NoImage] #resize
---[NoImage] #denoise
--[Information] [31.08.2025 14:26:56] resolution: 1920x804
--[Information] [31.08.2025 14:26:56] frame rate: 24/1
--[Information] [31.08.2025 14:26:56] frames: 150093
--[Information] [31.08.2025 14:26:56] length: 01:44:13.875
--[Information] [31.08.2025 14:26:56] aspect ratio: 160:67 (2.388)
--[Information] [31.08.2025 14:26:56] color space: I420
--[Information] [31.08.2025 14:26:56] changing --ref to 5
--[Information] [31.08.2025 14:26:56] Job command line: "D:\Narzędzia\MeGUI\tools\x264\x264.exe" --level 4.1 --preset veryslow --crf 20.0 --deblock -3:-3 --keyint 240 --vbv-bufsize 78125 --vbv-maxrate 62500 --no-mbtree --no-fast-pskip --colorprim bt709 --transfer bt709 --colormatrix bt709 --sar 1:1 --frames 150093 --output "D:\banksterzy.m2ts.264" "D:\banksterzy.m2ts.avs"
--[Information] [31.08.2025 14:26:58] Process started
--[Information] [31.08.2025 14:26:58] Standard output stream
--[Error] [31.08.2025 14:26:58] Standard error stream
---[Error] [31.08.2025 14:26:59] avs [error]: Evaluate: Unhandled C++ exception!
---[Information] [31.08.2025 14:26:59] (D:\banksterzy.m2ts.avs, line 1)
---[Error] [31.08.2025 14:26:59] x264 [error]: could not open input file `D:\banksterzy.m2ts.avs'
--[Error] [31.08.2025 14:26:59] Process exits with error: 0xFFFFFFFF (-1)
--[Information] [31.08.2025 14:26:59] Job completed

VoodooFX
31st August 2025, 15:39
Hello, I get this error in MeGui

Maybe because PATH has non-English character -> "Narzędzia".
"MeGUI: 2944" version is outdated, look there: https://forum.doom9.org/showthread.php?t=185399

redford1974
31st August 2025, 19:57
Thank you for the advice, this word in Polish was a problem.

tormento
16th September 2025, 13:34
Are there ways to disable splash screen and automatic disabled updates?