Log in

View Full Version : MeGUI 6.6.6.6 20260403 released


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

nechto
22nd March 2025, 20:44
tebasuna51, problem is not in MeGUI, but in his result. It works perfectly. Which logs you need ?
btw, I found fast solution, using MKVToolNix

nechto
22nd March 2025, 20:49
I found it, will share shortly

tebasuna51
23rd March 2025, 08:56
The problem is in the source file (or MediaInfo reading it) because if the source is:

--[Information] [16.03.2025 23:16:16] frame rate: 50/1
--[Information] [16.03.2025 23:16:16] frames: 360
--[Information] [16.03.2025 23:16:16] length: 00:00:07.200

Check your source file, do you download it?
We can't help you with downloaded files.

MeGUI and LSMASHSource.dll work fine with the video output fps 50/1
If you mux the output video with audio:

----[Information] Format: AC-3
----[Information] PlayTime: 00:00:14.400

we have the async problem. Your solution is correct.

VoodooFX
23rd March 2025, 10:34
Found very weird bug in output. I generated file with FPS=23.976...
Video file to say that it is 23.976 fps...

What is much more weirder is that you are converting it to 25 FPS instead of "23.976"... :D

Anyway, the issue is because the input has fake interlace. (GitHub link to the issue (https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/issues/90))


Now I need to understand how to fix...

Add AssumeFPS(25) to avs script.
Or if you already encoded it use MKVToolNix to correct FPS. [same as in your screenshot]

nechto
23rd March 2025, 20:06
Tebasuna, no it was not downloaded file, it was Canon recorded .MTS file (pure MPEG1) as a source.
VoodooFX, you are right, source was 25 fps. Thanks for another way to fix, but it will be used by other people don't know the details. All they can do, it doubleclick on file. And source already deleted.

Seems the issue is LSMASH, which is putting 50 instead of 25 for files, I found this only for files which have cyrillic chars in name (not all the times).

pilgrim365
1st April 2025, 12:11
Firstly, thank you for breathing life into this wonderful program. I've still been using the legacy version until I randomly came across your version a couple of days ago.

Went to put it to the test but I cannot seem to encode any audio. No matter what encoder I use (NeroAAC, Exhale, QAAC etc..) they all result with the same error. Even tried several decoders two to rule that out but still, same exact error.

Any ideas?

[EDIT] Attachement not needed with the log in the next post

Kurt.noise
1st April 2025, 12:23
Post the whole log file instead (the last one in jobs subfolder)

pilgrim365
1st April 2025, 21:42
18920

Here you go!

Edit: Actually nevermind, the only variable I hadn't considered was my input. Turns out there's was just an issue with that specific audio file I was using, tried another input and worked as expected. Sorry to bother.

tebasuna51
2nd April 2025, 00:40
Your log show a error in line 17 of the avs script, this one:

mix = mix.SoxFilter(""compand 0.1,0.1 -90,-84,-16,-10,-0.1,-3 0.0 -90 0.0"").ConvertAudioToFloat()

Do you edit the log or the avs?
Because my MeGUI version make other line like:

mix = MixAudio(back, side, 0.5, 0.5).SoxFilter("compand 0.0,0.0 -90,-84,-8,-2,-6,-1,-0,-0.1")

and work without problems.

pilgrim365
2nd April 2025, 03:31
I made no changes. I actually then found trying to encode on the legacy MeGUI also had issues. Interestingly didn't spit out an error, but encoding just wouldn't start with the timer increasing indefinitely.

Kurt.noise
2nd April 2025, 08:19
This has been fixed (https://github.com/Kurtnoise-zeus/megui/issues/30) as well. That should be available soon.

Barough
13th April 2025, 01:18
Getting this when trying to update

"Cannot use update server http://megui.org/auto/fork/. Reason: Update XML is invalid"

Kurt.noise
13th April 2025, 10:42
It works for me. Maybe retry later.

Barough
13th April 2025, 15:09
Now it works for me again. Didn't work for like almost 2 days here

Maxxr
17th April 2025, 13:48
only happened with the new version, any solution, look image below:

https://i.ibb.co/p6HVzfVM/Screenshot-3.png (https://ibb.co/bj4wBswC)

any solution?

Kurt.noise
17th April 2025, 15:44
I gave you an answer previously. For the time being, use another indexer (l-smash or FFMS2 )

Maxxr
17th April 2025, 16:04
I gave you an answer previously. For the time being, use another indexer (l-smash or FFMS2 )

sorry I didnt see the answer, I had to use the previous version, thanks anyway

VANT
19th April 2025, 10:59
Hello.
I cant add more than 1 Audio track in "One Click". When i click "+" another track appears for a split second, but then immediately disappears.

regards

Kurt.noise
22nd April 2025, 12:22
I cant add more than 1 Audio track in "One Click". When i click "+" another track appears for a split second, but then immediately disappears.

Maybe because you have the "use only the first audio track" checked in your onclick profile (in Audio tab).

nechto
22nd April 2025, 20:23
I have new AvySynth+ 3.7.5 reinstalling till the end of the times. How to fix this ?

Kurt.noise
23rd April 2025, 04:14
I have new AvySynth+ 3.7.5 reinstalling till the end of the times. How to fix this ?
https://github.com/Kurtnoise-zeus/megui/issues/32#issuecomment-2820974815

nechto
23rd April 2025, 17:51
thanks fly out to Kurt.noise

VANT
27th April 2025, 10:05
Maybe because you have the "use only the first audio track" checked in your onclick profile (in Audio tab).

I'm not sitting because I'm using the default FFmpeg AC-3 profile and I don't see the options you're writing about there, but another "unhandled" error appears when we click "-" with one audio track, then an application error appears (all without a loaded file for processing.


https://i.postimg.cc/zXQw2BF6/megui-screen.png
https://i.postimg.cc/wM6FzG1r/megui-ffmpeg-config.png
https://i.postimg.cc/q7s87GHH/megui-err.png
https://i.postimg.cc/vTrBr0XG/megui-err-log.png

Kurt.noise
27th April 2025, 14:45
I'm not sitting because I'm using the default FFmpeg AC-3 profile and I don't see the options you're writing about there,
https://i.ibb.co/hFbxG0JB/Capture-d-cran-2025-04-27-154223.png (https://ibb.co/3m25xK9p)

VANT
27th April 2025, 21:54
https://i.ibb.co/hFbxG0JB/Capture-d-cran-2025-04-27-154223.png (https://ibb.co/3m25xK9p)

unfortunately it didn't help

https://i.postimg.cc/LX6xMZc3/megui-err123.png

nechto
20th May 2025, 16:38
Some error in eac3to - trying to extract not existing stream?

tebasuna51
21st May 2025, 14:59
Can't reproduce your problem:

- From a mkv with only 2 traks:
MKV, 1 video track, 1 audio track, 0:03:21, 30p/1.001
1: h264/AVC, 1080p30/1.001
2: RAW/PCM, 2.0 channels, 16 bits, 48kHz, dialnorm: 0dB

Make a command line: eac3to "eac3to.exe" "...DSC_0115.mkv" 3:"...English.wav"
---The source file doesn't contain a track with the number 3.

My MeGUI66 create a correct one with 2:"output.wav" when the source is equivalent (one video + one audio tracks)

nechto
21st May 2025, 20:43
But in some cases it seems using number 3 from 2 ... I can send if you want the file - try it

Kurt.noise
22nd May 2025, 04:26
But in some cases it seems using number 3 from 2 ... I can send if you want the file - try it
yes, please

nechto
22nd May 2025, 21:21
Here it is (http://gofile.me/2iVsk/4z25Itb8P)

Kurt.noise
23rd May 2025, 07:51
the link doesn't work for me

StainlessS
23rd May 2025, 09:50
Dont work for me either, "Page not found".

nechto
24th May 2025, 20:15
Ohh
try again this one
http://gofile.me/2iVsk/8qXC80yPY
or this one
https://disk.yandex.ru/i/jeo8eKCkDS0vLQ
the same file

tebasuna51
25th May 2025, 12:49
Work fine for me.
The command line put the trak 2: to extract and work without error.

nechto
25th May 2025, 13:03
For me not. Did you tried to use the same options to recode ?
I am not using HD treams extractor - I am simply open file to recode. X265. Ac-3, always recode

tebasuna51
26th May 2025, 10:57
Sorry, I never use the One Click Encode. I can't help you with that.

To do automatic recode I use something like:

ffmpeg -i "DSC_0115.MOV" -map 0:v:0 -vf scale=1280:720 -c:v libx265 -map 0:a:0 -c:a ac3 "DSC_0115.mkv"

nechto
27th May 2025, 01:16
Another one comment (which possibly worth to mention ):
too long path can crush the MeGUI. Really crush - it is closing without action. Path = Directory name and file name.
Also better to not to use local chars (like ё, й, etc). With latest l-smash it is not a problem, but 2 days ago I caught such bug with Hawaian char..


p.s. Also I catch very weird bug - I have Russian (double) as default language, but when I am trying to recode, it is always choosing English as default language.

tebasuna51
27th May 2025, 10:08
too long path can crush the MeGUI. Really crush - it is closing without action. Path = Directory name and file name.
Also better to not to use local chars (like ё, й, etc). With latest l-smash it is not a problem, but 2 days ago I caught such bug with Hawaian char.

You are right, when there are many software involved, long text and non-standard chars can produce crash without know for what.
It is always recommended use short names (old DOS style 8.3) and rename at end of conversion.

LeXXuz
2nd June 2025, 11:18
Any news on the display problem with 4k resolution and Windows zoom >100%?

Also there is an annoying bug in the file indexer mask. If you want to enqueue more than one indexing job, the output path is not updated. Which means any indexing output file will be written to the output path of the first job.

Right now you have to close the file indexer an reopen it to make sure every index job you create will use the correct path for file output.

Also on two of my systems DGIndexNV is gone in the file indexer for selection. DGIndexNV IS enabled in the settings however.

I already copied the entire Megui directory from a system where DGIndexNV is shown and working just fine. But no use. So I was wondering if MeGUI stores settings somewhere in the Registry or personal folders which I've missed? Really have no idea how to make this work again.

Kurt.noise
2nd June 2025, 15:36
Its preferable for me to track down all issues in the github entry (https://github.com/Kurtnoise-zeus/megui/issues)

your 4K issue seems to be like issue #23 (https://github.com/Kurtnoise-zeus/megui/issues/23) ?

LeXXuz
2nd June 2025, 17:13
Its preferable for me to track down all issues in the github entry (https://github.com/Kurtnoise-zeus/megui/issues)

your 4K issue seems to be like issue #23 (https://github.com/Kurtnoise-zeus/megui/issues/23) ?

Not sure. It's the issue I've posted here:
https://forum.doom9.org/showthread.php?p=2014914#post2014914

Sadly the image host removed the screenshot already. It's the worker window where half of the progress bar and the resume/suspend button is partially hidden.

nechto
5th June 2025, 00:32
I really see some issues with Default sound/subtitles. I have in settings Russian by default (2 lines, without comments, but as I understand it is Default1 and if Default1 not found to seek Default2). In Source I have Russian, but MeGUI always set English as sound to process...

and sometimes x264 give the next error: [Error] [05.06.2025 2:37:48] Process exits with error: 0xC0000409 STATUS_STACK_BUFFER_OVERRUN (-1073740791),
but if to run again (double push on "Error" word in Que to change to "Waitting" and press Start, not to execute from beginning) it can process successfully ..

Kurt.noise
5th June 2025, 08:57
I really see some issues with Default sound/subtitles. I have in settings Russian by default (2 lines, without comments, but as I understand it is Default1 and if Default1 not found to seek Default2). In Source I have Russian, but MeGUI always set English as sound to process...
I think this has been fixed as well.

and sometimes x264 give the next error: [Error] [05.06.2025 2:37:48] Process exits with error: 0xC0000409 STATUS_STACK_BUFFER_OVERRUN (-1073740791),
but if to run again (double push on "Error" word in Que to change to "Waitting" and press Start, not to execute from beginning) it can process successfully ..
Post your logfile

nechto
5th June 2025, 10:30
Here it is. Seems like x264 inside issue. Because second run did successfully

Kurt.noise
6th June 2025, 06:43
Yeah, not so easy to find the root cause here...will try to reproduce with the same input.

StainlessS
6th June 2025, 12:12
I'm in process of setting up Avs+, and MeGUI, not used either for quite a time.
In MeGUI 6.6.6.6.20250210
when loading pre-prepared avs file, and clicking on "Audio Encoding, 'Queue'" button, it auto starts to encode the audio
without me "switching to the Queue TAB, and clicking Start".
Is this now normal behaviour ? {Or is there some auto start audio encode type setting that needs switching off ?}

thanx.

EDIT: Using current(Latest) version AVS+, system install, not buitin.
Above is not a problem for me, just wondering if it is expected behaviour.

EDIT: This THREAD TITLE that reads "MeGUI 6.6.6.6 2050210 released" , should I think read "MeGUI 6.6.6.6.20250210 released".

EDIT: Dont know if I may have caused a problem, I removed the entire AutoUpdate.xml section for <iUpgradeable xsi:type="ProgramFile"> for NeroAAC which I installed myself into tools/neroaac folder,
(as it kept trying to download it from rarefiles site).

If not expected behaviour, then I'll do reinstall MEGUI again.

Kurt.noise
6th June 2025, 12:24
yes, its the default behaviour :
https://i.ibb.co/k28v2Rkq/image.png (https://imgbb.com/)

StainlessS
6th June 2025, 12:34
Good, thought I'de ffff'ed it up.
Thanx Kurt. :)

nechto
6th June 2025, 18:48
Yeah, not so easy to find the root cause here...will try to reproduce with the same input.


File:
http://gofile.me/2iVsk/les6igHJN

please write if not accessible. Possible will be slow, but it is my home cloud.

StainlessS
6th June 2025, 19:01
please write if not accessible.
For me, takes about 60 seconds to show up, but it does do eventually.