Log in

View Full Version : MeGUI 6.6.6.6 20260403 released


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

Kurt.noise
13th January 2025, 06:13
:logfile:

tebasuna51
14th January 2025, 11:40
found errors:
Error1: in x264 config if to choose Tune, Animation, system gets very weird error - it says it can't find file which exists.

No problem here, work without problems. Check if there are filenames with non-standard characters, rename it to simple characters and try again.

Error2: SVT (AV1) codeck not working - causing fatal error

The last encoder not work for me, using the same avs to test the x264 encode:

"C:\Portable\MeGUI66\tools\ffmpeg\ffmpeg.exe" -loglevel level+error -hide_banner -i "C:\tmp\test.avs" -strict -1 -f yuv4mpegpipe - | "C:\Portable\MeGUI66\tools\svtav1psy\SvtAv1EncApp.exe" --progress 3 -i - --frames 6529 --preset 10 -b "C:\tmp\test.ivf"
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1-PSY Encoder Lib v2.3.0
Svt[info]: SVT [build] : Visual Studio 2022 64 bit
Svt[info]: LIB Build date: Oct 31 2024 07:15:57
Svt[info]: -------------------------------------------
Input #0, avisynth, from 'C:\tmp\test.avs':
Duration: 00:03:37.85, start: 0.000000, bitrate: 0 kb/s
Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p(tv, bt709, progressive), 1280x720, 29.97 fps, 29.97 tbr, 29.97 tbn
Stream mapping:
Stream #0:0 -> #0:0 (rawvideo (native) -> wrapped_avframe (native))
Press [q] to stop, [?] for help
Output #0, yuv4mpegpipe, to 'pipe:':
Metadata:
encoder : Lavf61.5.101
Stream #0:0: Video: wrapped_avframe, yuv420p(tv, bt709, progressive), 1280x720, q=2-31, 200 kb/s, 29.97 fps, 29.97 tbn
Metadata:
encoder : Lavc61.11.100 wrapped_avframe
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 1280 / 720 / 30000 / 1001
Svt[info]: SVT [config]: bit-depth / color format : 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / SSIM / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 161 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 35.00
Svt[info]: SVT [config]: AQ mode / variance boost strength / octile / curve : 2 / 2 / 6 / regular
Svt[info]: SVT [config]: Sharpness / QP scale compress strength / Frame low-luma bias : 0 / 1 / 0
Svt[info]: SVT [config]: Temporal Filtering Strength : 1
Svt[info]: SVT [config]: Keyframe TF Strength : 1
Svt[info]: -------------------------------------------
[vost#0:0/wrapped_avframe @ 000001809f725f40] Error submitting a packet to the muxer: Broken pipex speed=4.75x
Last message repeated 1 times
[out#0/yuv4mpegpipe @ 000001809f6ea2c0] Error muxing a packet
[out#0/yuv4mpegpipe @ 000001809f6ea2c0] Task finished with error code: -32 (Broken pipe)
[out#0/yuv4mpegpipe @ 000001809f6ea2c0] Terminating thread with return code -32 (Broken pipe)
[out#0/yuv4mpegpipe @ 000001809f6ea2c0] Error writing trailer: Broken pipe
[out#0/yuv4mpegpipe @ 000001809f6ea2c0] Error closing file: Broken pipe
[out#0/yuv4mpegpipe @ 000001809f6ea2c0] video:31KiB audio:0KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 309658.345070%
frame= 71 fps=0.4 q=-0.0 Lsize= 94500KiB time=00:00:02.63 bitrate=293686.6kbits/s speed=0.0141x
Conversion failed!

Kurt.noise
14th January 2025, 13:57
8 bits sources encoding is broken with current svt-av1-psy windows builds. We have to convert input to 10bits or wait a bugfix.

nechto
14th January 2025, 22:56
No problem here, work without problems. Check if there are filenames with non-standard characters, rename it to simple characters and try again.


You are right, but it is weird, without options it's working good = the same codeck

tebasuna51
15th January 2025, 08:34
8 bits sources encoding is broken with current svt-av1-psy windows builds. We have to convert input to 10bits or wait a bugfix.

Using ConvertBits(10) in the .avs also crash:

C:\tmp>C:\Portable\MeGUI66\tools\ffmpeg\ffmpeg.exe -loglevel level+error -hide_banner -i "C:\tmp\test.avs" -strict -1 -f yuv4mpegpipe - | "C:\Portable\MeGUI66\tools\svtav1psy\SvtAv1EncApp.exe" --progress 3 -i - --frames 6529 --preset 10 -b "C:\tmp\test.ivf"
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1-PSY Encoder Lib v2.3.0
Svt[info]: SVT : Visual Studio 2022 64 bit
Svt[info]: LIB Build date: Oct 31 2024 07:15:57
Svt[info]: -------------------------------------------
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 1920 / 1080 / 30000 / 1001
[B]Svt[info]: SVT [config]: bit-depth / color format : 10 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / SSIM / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 161 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 35.00
Svt[info]: SVT [config]: AQ mode / variance boost strength / octile / curve : 2 / 2 / 6 / regular
Svt[info]: SVT [config]: Sharpness / QP scale compress strength / Frame low-luma bias : 0 / 1 / 0
Svt[info]: SVT [config]: Temporal Filtering Strength : 1
Svt[info]: SVT [config]: Keyframe TF Strength : 1
Svt[info]: -------------------------------------------
Encoding [vost#0:0/wrapped_avframe @ 00000220ff397300] [error] Error submitting a packet to the muxer: Broken pipe
[vost#0:0/wrapped_avframe @ 00000220ff397300] [error] Error submitting a packet to the muxer: Broken pipe
[out#0/yuv4mpegpipe @ 00000220fdc5eb00] [error] Error muxing a packet
[out#0/yuv4mpegpipe @ 00000220fdc5eb00] [error] Task finished with error code: -32 (Broken pipe)
[out#0/yuv4mpegpipe @ 00000220fdc5eb00] [error] Terminating thread with return code -32 (Broken pipe)
[out#0/yuv4mpegpipe @ 00000220fdc5eb00] [error] Error writing trailer: Broken pipe
[out#0/yuv4mpegpipe @ 00000220fdc5eb00] [error] Error closing file: Broken pipe

BTW using ffmpeg work fine:

C:\tmp>C:\Portable\MeGUI66\tools\ffmpeg\ffmpeg.exe -i test.avs -c:v libsvtav1 -preset 10 -an -sn test_f.mkv
ffmpeg version n7.1-64-g80c050cd86-g3778b1f6f1+82 Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 14.2.0 (Rev2, Built by MSYS2 project)
Input #0, avisynth, from 'test.avs':
Duration: 00:03:37.85, start: 0.000000, bitrate: 0 kb/s
Stream #0:0: Video: rawvideo (Y3[11][10] / 0xA0B3359), yuv420p10le(tv, bt709, progressive), 1920x1080, 29.97 fps, 29.97 tbr, 29.97 tbn
Stream mapping:
Stream #0:0 -> #0:0 (rawvideo (native) -> av1 (libsvtav1))
Press [q] to stop, [?] for help
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]: SVT-AV1 Encoder Lib v2.3.0-100-g783c3f1f
Svt[info]: SVT [build] : GCC 14.2.0 64 bit
Svt[info]: LIB Build date: Dec 25 2024 17:03:17
Svt[info]: -------------------------------------------
Svt[info]: Level of Parallelism: 5
Svt[info]: Number of PPCS 76
Svt[info]: [asm level on system : up to avx2]
Svt[info]: [asm level selected : up to avx2]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile tier (auto) level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator : 1920 / 1080 / 30000 / 1001
Svt[info]: SVT [config]: bit-depth / color format : 10 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct : 10 / PSNR / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type : 161 / 16 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor : CRF / 35
Svt[info]: SVT [config]: AQ mode / variance boost : 2 / 0
Svt[info]: -------------------------------------------
Output #0, matroska, to 'test_f.mkv':
Metadata:
encoder : Lavf61.7.100
Stream #0:0: Video: av1 (AV01 / 0x31305641), yuv420p10le(tv, bt709, progressive), 1920x1080, q=2-31, 29.97 fps, 1k tbn
Metadata:
encoder : Lavc61.19.101 libsvtav1
[out#0/matroska @ 000001aa5624ec40] video:52149KiB audio:0KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: 0.061283%
frame= 6529 fps=102 q=26.0 Lsize= 52181KiB time=00:03:37.81 bitrate=1962.5kbits/s speed=3.41x
And the libsvtav1 inside ffmpeg seems more updated (december-october)

Kurt.noise
10th February 2025, 14:37
This latest release may require the .Net Framework 4.8.1 runtime (https://dotnet.microsoft.com/fr-fr/download/dotnet-framework/net481) in order to work correctly.

Whats new :


Updated MediaInfo libraries.
Fixed FFmpeg AAC VBR Mode.
Improved Standard Error Output Logging for Opus Transcoding.
Updated url to the github & forum entries.
Allowed WebVTT subtitle format for MP4/MKV muxing.
Added AV1 as supported VideoCodec for MKV Muxer.
Added BSVideoSource support in AVS Script Creator.
Targeted Project as .Net Framework 4.8.1.
Fixed several issues for svt-av1-psy Video Encoder.
Added input Bits Depth information into the log.


https://github.com/Kurtnoise-zeus/megui/releases

nechto
11th February 2025, 21:10
not updating through the Update function...

Kurt.noise
12th February 2025, 09:02
not updating through the Update function...
No, coz I'm lazy...:rolleyes:

nechto
12th February 2025, 20:19
No, coz I'm lazy...:rolleyes:

Hah, it 's normal)) Just in case you think it will update automatically))

stimco
16th February 2025, 14:02
Hello.
There is a problem in the last 2 releases.
When indexing a FFMSIndex video, after finishing, just a dark window appears, there is no picture.
L-SMASH everything is fine.

LeXXuz
16th February 2025, 15:21
This latest release may require the .Net Framework 4.8.1 runtime (https://dotnet.microsoft.com/fr-fr/download/dotnet-framework/net481) in order to work correctly.

Whats new :


Updated MediaInfo libraries.
Fixed FFmpeg AAC VBR Mode.
Improved Standard Error Output Logging for Opus Transcoding.
Updated url to the github & forum entries.
Allowed WebVTT subtitle format for MP4/MKV muxing.
Added AV1 as supported VideoCodec for MKV Muxer.
Added BSVideoSource support in AVS Script Creator.
Targeted Project as .Net Framework 4.8.1.
Fixed several issues for svt-av1-psy Video Encoder.
Added input Bits Depth information into the log.


https://github.com/Kurtnoise-zeus/megui/releases

Holy sh.... :eek:

I've been using MeGUI since it came out and was very sad to see there was no real development in years.

And it almost took me a year to stumble upon this thread and notice Kurtnoise is back and working on my fav GUI again. :eek:

Boy, I'm so happy I could cry. :D :D :D

And you'll probably cry when you see my list of feature requests and fixes that are really needed. :devil:

Btw what happened to you old account ???

Kurt.noise
16th February 2025, 16:12
There is a problem in the last 2 releases.
When indexing a FFMSIndex video, after finishing, just a dark window appears, there is no picture.
Any log please ?

Kurt.noise
16th February 2025, 16:14
Hi,
And you'll probably cry when you see my list of feature requests and fixes that are really needed. :devil:
Tell me :cool:

Btw what happened to you old account ???
I lost the mail account & password :o

LeXXuz
16th February 2025, 17:08
Hi,
I lost the mail account & password :o

That sucks after so many years :(


Tell me :cool:


Okay, you asked for it. :D But one at a time.

BUG(?):
There is visual bug with MeGUI on high resolution desktops for a long time now.

On Windows 10/11 with a screen with 4k resolution AND a scaling >100%, MeGUI's progress windows look like this:

https://i.ibb.co/VWn7GJN1/Screenshot-2025-02-16-165032.png (https://ibb.co/VWn7GJN1)

REQUEST:
Could you allow a zoom factor >100% for the preview window? FHD and especially SD content is tiny on a 4k screen. At the moment I usually enlarge the videos at the end of my script to see more detail in the preview window. However, I lost count of how many times I forgot to remove that last line and encoded an entire film with the wrong resolution. :o

Allowing a higher zoom of the preview would prevent that for lazy old bums like me. :D :o

stimco
16th February 2025, 17:08
https://ibb.co/wrW5KRcg

how I came out of the situation.
I took megui from earlier versions and replaced it.
everything works ok.

stimco
16th February 2025, 17:12
Any log please ?

how I came out of the situation.
I took megui from earlier versions and replaced it.
everything works ok.

https://ibb.co/wrW5KRcg

-[Information] FileIndexer
--[Information] [17.02.2025 7:39:01] MediaInfo
---[Information] File: F:\Rush (2013) 4K Atmos.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FileSize: 73794504909
----[Information] PlayTime: 02:02:55.702
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] CodecID: V_MPEGH/ISO/HEVC
----[Information] Format: HEVC
----[Information] FormatInfo: High Efficiency Video Coding
----[Information] Width: 3840
----[Information] Height: 2160
----[Information] FrameCount: 176840
----[Information] FrameRate: 23.976
----[Information] FrameRate_N: 24000
----[Information] FrameRate_D: 1001
----[Information] FrameRateMode: CFR
----[Information] FrameRateModeString: Constant
----[Information] Duration: 02:02:55.702
----[Information] Bits Depth: 10
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] PixelAspectRatio: 1.000
----[Information] Delay: 0
----[Information] LanguageString: English
----[Information] Default: Yes
----[Information] Forced: No
-[Information] Log for job1 (idx, Rush (2013) 4K Atmos.mkv -> Rush (2013) 4K Atmos.mkv.ffindex)
--[Information] [17.02.2025 7:39:05] Started handling job
--[Information] [17.02.2025 7:39:05] Preprocessing
--[Information] [17.02.2025 7:39:05] Job command line: "C:\Users\stimco\Desktop\1\tools\ffms\ffmsindex.exe" -f "F:\Rush (2013) 4K Atmos.mkv" "F:\Rush (2013) 4K Atmos.mkv.ffindex"
--[Information] [17.02.2025 7:39:05] Process started
--[Information] [17.02.2025 7:39:05] Standard output stream
---[Information] [17.02.2025 7:40:11] Writing index... done.
--[Information] [17.02.2025 7:39:05] Standard error stream
--[Information] [17.02.2025 7:40:11] MediaInfo
---[Information] File: F:\Rush (2013) 4K Atmos.mkv.ffindex
---[Information] General
----[Information] FileSize: 949229
--[Information] [17.02.2025 7:40:11] Postprocessing
---[Information] [17.02.2025 7:40:15] Deleting intermediate files
--[Information] [17.02.2025 7:40:15] Job completed

By the way, during updates, avisynth is updated 2 times.
and.. is it possible to immediately get mkv when encoding av1.
to see the result.

nechto
16th February 2025, 20:08
time of requests?
is it possible to add batch mode ? even I need to submit every file settings.
e.g. To choose not more than 10-15 file and for each of them settings window will appear. If possible to have an option to autosubmit, but this one I think will be enough for beginning. Unlimited number of files can crash - it is why 10-15 if possible. Now to convert my 1000 videos from mp4 to mkv with little loss I need to spend a lot of time (to queue all of them)

VoodooFX
16th February 2025, 20:53
is it possible to add batch mode ?

Batch encoding already exists -"One Click".

stimco
17th February 2025, 06:52
https://ibb.co/jPN1h0tB

L-SMASH

-[Information] FileIndexer
--[Information] [17.02.2025 7:47:46] MediaInfo
---[Information] File: F:\Rush (2013) 4K Atmos.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FileSize: 73794504909
----[Information] PlayTime: 02:02:55.702
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] CodecID: V_MPEGH/ISO/HEVC
----[Information] Format: HEVC
----[Information] FormatInfo: High Efficiency Video Coding
----[Information] Width: 3840
----[Information] Height: 2160
----[Information] FrameCount: 176840
----[Information] FrameRate: 23.976
----[Information] FrameRate_N: 24000
----[Information] FrameRate_D: 1001
----[Information] FrameRateMode: CFR
----[Information] FrameRateModeString: Constant
----[Information] Duration: 02:02:55.702
----[Information] Bits Depth: 10
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] PixelAspectRatio: 1.000
----[Information] Delay: 0
----[Information] LanguageString: English
----[Information] Default: Yes
----[Information] Forced: No
-[Information] Log for job1 (idx, Rush (2013) 4K Atmos.mkv -> Rush (2013) 4K Atmos.mkv.lwi)
--[Information] [17.02.2025 7:47:48] Started handling job
--[Information] [17.02.2025 7:47:53] Preprocessing
--[Information] [17.02.2025 7:47:53] AviSynth script
---[NoImage] LoadPlugin("C:\Users\stimco\Desktop\1\tools\lsmash\LSMASHSource.dll")
---[NoImage] LWLibavVideoSource("F:\Rush (2013) 4K Atmos.mkv", format="YUV420P8")
--[Information] [17.02.2025 7:48:45] MediaInfo
---[Information] File: F:\Rush (2013) 4K Atmos.mkv.lwi
---[Information] Indexed File: F:\Rush (2013) 4K Atmos.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FileSize: 73794504909
----[Information] PlayTime: 02:02:55.702
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] CodecID: V_MPEGH/ISO/HEVC
----[Information] Format: HEVC
----[Information] FormatInfo: High Efficiency Video Coding
----[Information] Width: 3840
----[Information] Height: 2160
----[Information] FrameCount: 176840
----[Information] FrameRate: 23.976
----[Information] FrameRate_N: 24000
----[Information] FrameRate_D: 1001
----[Information] FrameRateMode: CFR
----[Information] FrameRateModeString: Constant
----[Information] Duration: 02:02:55.702
----[Information] Bits Depth: 10
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] PixelAspectRatio: 1.000
----[Information] Delay: 0
----[Information] LanguageString: English
----[Information] Default: Yes
----[Information] Forced: No
--[Information] [17.02.2025 7:48:45] Postprocessing
---[Information] [17.02.2025 7:48:46] Deleting intermediate files
--[Information] [17.02.2025 7:48:46] Job completed

Kurt.noise
17th February 2025, 07:04
BUG(?):
There is visual bug with MeGUI on high resolution desktops for a long time now.

On Windows 10/11 with a screen with 4k resolution AND a scaling >100%, MeGUI's progress windows look like this:

https://i.ibb.co/VWn7GJN1/Screenshot-2025-02-16-165032.png (https://ibb.co/VWn7GJN1)
ok, I'll check it out

[QUOTE=LeXXuz;2014914]REQUEST:
Could you allow a zoom factor >100% for the preview window? FHD and especially SD content is tiny on a 4k screen. At the moment I usually enlarge the videos at the end of my script to see more detail in the preview window. However, I lost count of how many times I forgot to remove that last line and encoded an entire film with the wrong resolution. :o
ok, done

how I came out of the situation.
I took megui from earlier versions and replaced it.
everything works ok.

https://ibb.co/wrW5KRcg

-[Information] FileIndexer
--[Information] [17.02.2025 7:39:01] MediaInfo
---[Information] File: F:\Rush (2013) 4K Atmos.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FileSize: 73794504909
----[Information] PlayTime: 02:02:55.702
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] CodecID: V_MPEGH/ISO/HEVC
----[Information] Format: HEVC
----[Information] FormatInfo: High Efficiency Video Coding
----[Information] Width: 3840
----[Information] Height: 2160
----[Information] FrameCount: 176840
----[Information] FrameRate: 23.976
----[Information] FrameRate_N: 24000
----[Information] FrameRate_D: 1001
----[Information] FrameRateMode: CFR
----[Information] FrameRateModeString: Constant
----[Information] Duration: 02:02:55.702
----[Information] Bits Depth: 10
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] PixelAspectRatio: 1.000
----[Information] Delay: 0
----[Information] LanguageString: English
----[Information] Default: Yes
----[Information] Forced: No
-[Information] Log for job1 (idx, Rush (2013) 4K Atmos.mkv -> Rush (2013) 4K Atmos.mkv.ffindex)
--[Information] [17.02.2025 7:39:05] Started handling job
--[Information] [17.02.2025 7:39:05] Preprocessing
--[Information] [17.02.2025 7:39:05] Job command line: "C:\Users\stimco\Desktop\1\tools\ffms\ffmsindex.exe" -f "F:\Rush (2013) 4K Atmos.mkv" "F:\Rush (2013) 4K Atmos.mkv.ffindex"
--[Information] [17.02.2025 7:39:05] Process started
--[Information] [17.02.2025 7:39:05] Standard output stream
---[Information] [17.02.2025 7:40:11] Writing index... done.
--[Information] [17.02.2025 7:39:05] Standard error stream
--[Information] [17.02.2025 7:40:11] MediaInfo
---[Information] File: F:\Rush (2013) 4K Atmos.mkv.ffindex
---[Information] General
----[Information] FileSize: 949229
--[Information] [17.02.2025 7:40:11] Postprocessing
---[Information] [17.02.2025 7:40:15] Deleting intermediate files
--[Information] [17.02.2025 7:40:15] Job completed

"standard error stream" here means the redirection of the output of the tool in order to catch up error messages and diagnostic information. Nothing to worry.

btw, did you move the progress bar in order to check out the preview ? Sometimes, the 1st frames are blanked. Thats why you see nothing.

By the way, during updates, avisynth is updated 2 times.
Maybe because the 1st time, downloading was corrupted or something.

and.. is it possible to immediately get mkv when encoding av1. to see the result.
Just choose mkv as output file extension.

stimco
17th February 2025, 10:03
btw, did you move the progress bar in order to check out the preview ? Sometimes, the 1st frames are blanked. Thats why you see nothing.


I gave you an example with LSMASH.
everything is ok there.
the frame is the same.
the problem really exists.

https://ibb.co/wrW5KRcg
https://ibb.co/jPN1h0tB

Kurt.noise
17th February 2025, 10:28
Remove the content from the update_cache sub-folder and retry to download ffms and see whats happening.

Did you get also the issue using another source file ?

stimco
17th February 2025, 12:47
did... nothing changed.

-[Information] FileIndexer
--[Information] [17.02.2025 13:42:26] MediaInfo
---[Information] File: F:\Avengers_IW.2018.UHD.Blu-Ray.Remux.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FileSize: 51429928616
----[Information] PlayTime: 02:29:21.953
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] CodecID: V_MPEGH/ISO/HEVC
----[Information] Format: HEVC
----[Information] FormatInfo: High Efficiency Video Coding
----[Information] Width: 3840
----[Information] Height: 2160
----[Information] FrameCount: 214872
----[Information] FrameRate: 23.976
----[Information] FrameRate_N: 24000
----[Information] FrameRate_D: 1001
----[Information] FrameRateMode: CFR
----[Information] FrameRateModeString: Constant
----[Information] Duration: 02:29:21.953
----[Information] Bits Depth: 10
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] PixelAspectRatio: 1.000
----[Information] Delay: 0
----[Information] Default: Yes
----[Information] Forced: No
-[Information] Log for job1 (idx, Avengers_IW.2018.UHD.Blu-Ray.Remux.mkv -> Avengers_IW.2018.UHD.Blu-Ray.Remux.mkv.ffindex)
--[Information] [17.02.2025 13:42:28] Started handling job
--[Information] [17.02.2025 13:42:28] Preprocessing
--[Information] [17.02.2025 13:42:28] Job command line: "C:\Users\stimco\Desktop\1\tools\ffms\ffmsindex.exe" -f "F:\Avengers_IW.2018.UHD.Blu-Ray.Remux.mkv" "F:\Avengers_IW.2018.UHD.Blu-Ray.Remux.mkv.ffindex"
--[Information] [17.02.2025 13:42:28] Process started
--[Information] [17.02.2025 13:42:28] Standard output stream
---[Information] [17.02.2025 13:43:35] Writing index... done.
--[Information] [17.02.2025 13:42:28] Standard error stream
--[Information] [17.02.2025 13:43:35] MediaInfo
---[Information] File: F:\Avengers_IW.2018.UHD.Blu-Ray.Remux.mkv.ffindex
---[Information] General
----[Information] FileSize: 1086901
--[Information] [17.02.2025 13:43:35] Postprocessing
---[Information] [17.02.2025 13:43:38] Deleting intermediate files
--[Information] [17.02.2025 13:43:38] Job completed

https://ibb.co/qMrr66Z1

LSMASH OK ... https://ibb.co/5WTq3HD2

Kurt.noise
17th February 2025, 13:43
Then stay with lsmash...or do you prefer ffms ? Its quite similar.

You did not tell me if issue occured also with another source.

VoodooFX
17th February 2025, 13:51
About that black preview, sometimes I get it too (with lsmash), usually hitting "Preview AVS script" button fixes it, or I restart indexing again to fix.

LeXXuz
17th February 2025, 13:54
I remember having this issue with ffms quite a while ago. That's what made me switch to DGIndexNV.

But anyhow, use the goto function and don't enter any new frame number, just hit ok. That restarts your script and usually fixed the black frame issue for me.

stimco
17th February 2025, 17:44
Then stay with lsmash...or do you prefer ffms ? Its quite similar.

You did not tell me if issue occured also with another source.

I don’t understand.. how it doesn’t work and to hell with it.
This is a problem with the last two versions. maybe you can fix it.

I like FFMS better. And I don't want to change that.

The log indicates that the source was different source.
Believe me, I checked it 20 times.

Maybe the creator of FFMS can fix this.

Kurt.noise
18th February 2025, 03:58
What can I say...I tested the same input as yours and that worked correctly on my side :


[Information] Log
-[Information] Versions
--[Information] MeGUI: 6.6.6.6 20250210 x64 (DEBUG)
--[Information] MeGUI Debug Data: available
--[Information] Update Check: Disabled
--[Information] System Information
---[Information] Operating System: Microsoft Windows 11 Professionnel 24H2 x64 (10.0.26100.3194)
---[Information] .NET Framework: 4.8.1
---[Information] Redistributables
----[Information] Microsoft Visual C++ 2010 x86: 10.0.40219
----[Information] Microsoft Visual C++ 2015-2022 x64: 14.42.34433
----[Information] Microsoft Visual C++ 2015-2022 x86: 14.42.34433
---[Information] DPI: 100% (96/96)
---[Information] Monitor 1
----[Information] Resolution: 1920x1080
----[Information] Primary Screen: True
---[Information] Monitor 2
----[Information] Resolution: 1920x1080
----[Information] Primary Screen: False
--[Information] Component Information
---[Information] Haali Media Splitter: not installed
---[Information] Haali DSS2: not installed
---[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (24-03-2024)
---[Information] MediaInfo: 24.12.0.0 (11-12-2024)
---[Information] SevenZipSharp: 0.64.3890.29348 (24-03-2024)
---[Information] 7z: 9.20 (24-03-2024)
--[Information] AviSynth Information
---[Information] AviSynth Wrapper
----[Information] Version: 1.0.3000.1
----[Information] Date: 25-11-2024
----[Information] Interface: 6
---[Information] AviSynth
----[Information] File Version: 3.7.3
----[Information] File Date: 08-02-2025
----[Information] File Name: AviSynth+ 3.7.3 (r4177, master, x86_64)
----[Information] File Path: c:\windows\system32\avisynth.dll
----[Information] AviSynth Version: AviSynth+ 3.7.3 (r4177, master, x86_64)
----[Information] AviSynth+: true
----[Information] AviSynth MT: true
-[Information] Update detection
--[Information] [18/02/2025 03:39:40] Automatic update is disabled
--[Information] [18/02/2025 03:39:40] Using cached update config and server: http://megui.org/auto/fork/
--[Information] [18/02/2025 03:39:40] No package requires an update
-[Information] FileIndexer
--[Information] [18/02/2025 03:39:54] MediaInfo
---[Information] File: E:\Video\The.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FileSize: 756091318
----[Information] PlayTime: 00:02:00.736
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] CodecID: V_MPEGH/ISO/HEVC
----[Information] Format: HEVC
----[Information] FormatInfo: High Efficiency Video Coding
----[Information] Width: 3840
----[Information] Height: 2160
----[Information] FrameCount: 2892
----[Information] FrameRate: 23.976
----[Information] FrameRate_N: 24000
----[Information] FrameRate_D: 1001
----[Information] FrameRateMode: CFR
----[Information] FrameRateModeString: Constant
----[Information] Duration: 00:02:00.621
----[Information] Bits Depth: 10
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] PixelAspectRatio: 1.000
----[Information] Delay: 17
----[Information] Default: Yes
----[Information] Forced: No
--[Information] Log for job1 (idx, The.mkv -> The.ffindex)
--[Information] [18/02/2025 03:40:04] Started handling job
--[Information] [18/02/2025 03:40:04] Preprocessing
--[Information] [18/02/2025 03:40:04] Job command line: "E:\megui\bin\x64\Debug\tools\ffms\ffmsindex.exe" -f "E:\Video\The.mkv" "E:\Video\The.mkv.ffindex"
--[Information] [18/02/2025 03:40:04] Process started
--[Information] [18/02/2025 03:40:04] Standard output stream
---[Information] [18/02/2025 03:40:06] Writing index... done.
--[Information] [18/02/2025 03:40:04] Standard error stream
--[Information] [18/02/2025 03:40:06] MediaInfo
---[Information] File: E:\Video\The.mkv.ffindex
---[Information] General
----[Information] FileSize: 13319
--[Information] [18/02/2025 03:40:06] Postprocessing
---[Information] [18/02/2025 03:40:09] Deleting intermediate files
--[Information] [18/02/2025 03:40:09] Job completed

Indexing is done flawlessly and I'm able to create avs script from the AVS Creator. And btw, looking at your logfile, indexing is done correctly too.

So, your problem seems to be somewhere else...

Try the ffms from there (replace the content in ffms subfolder) : https://codeberg.org/StvG/ffms2/releases/download/r2390/ffms2_r2390.7z

stimco
18th February 2025, 06:53
Yes, the file is indexed, but there is no video in the window for trimming, the screen is dark.
I previously used MeGUI 6.6.6.6 - 20240823 there were no such problems. But now, even if you run this version, after installing the latest updates, a problem will appear here.
Below I’ll leave it as a working version without glitches. MeGUI 6.6.6.6 - 20240823 is the basis and is based on its old updates.

https://ru.files.fm/u/crfruwz2kt

stimco
18th February 2025, 07:24
I took MeGUI 6.6.6.6 - 20250210 .exe and placed it in the old version of MeGUI 6.6.6.6 - 20240823 and everything works. But if you download updates from the new version, then everything... does not work.

LeXXuz
18th February 2025, 09:13
BUG(?):

Nvidia Deinterlacer not selectable/not working in AVS script creator.
(Also not working in 1-Click Encoder for ages)

https://i.ibb.co/1wwtMtQ/Screenshot-2025-02-18-090840.png (https://ibb.co/1wwtMtQ)

Source is a clip from an SD interlaced source MPEG2 elementary stream, indexed with DGIndexNV.

Kurt.noise
18th February 2025, 09:48
I took MeGUI 6.6.6.6 - 20250210 .exe and placed it in the old version of MeGUI 6.6.6.6 - 20240823 and everything works. But if you download updates from the new version, then everything... does not work.
stop the fud.

Kurt.noise
18th February 2025, 09:49
BUG(?):

Nvidia Deinterlacer not selectable/not working in AVS script creator.
(Also not working in 1-Click Encoder for ages)

https://i.ibb.co/1wwtMtQ/Screenshot-2025-02-18-090840.png (https://ibb.co/1wwtMtQ)

Source is a clip from an SD interlaced source MPEG2 elementary stream, indexed with DGIndexNV.
what the dgi looks like ? iirc, this is enabled from the specific content of the file.

LeXXuz
18th February 2025, 09:52
what the dgi looks like ? iirc, this is enabled from the specific content of the file.

Good point. Well, here is the header of the index file:

DGMPGIndexFileNV25 DGIndexNV 255.0.0.0 X64
C:\Program Files\MeGUI-x64\tools\dgindexnv\

E:\WORK\test.m2v 852748705

DEVICE 0
DECODE_MODES 0,0,0,0,0
STREAM 0 0
RANGE 0 0 852748704 0
DEMUX
DEPTH 8
CHROMA_LOCATION 0
ASPECT 12 11
COLORIMETRY 2 2 2
IS_444 0

SEQ 0
SEQEXT 0
GOP 1
0:FRM B 3 1 0 0
1:FRM B 3 1 0 0
2:FRM I 3 1 0 0
3:FRM B 3 1 0 0
4:FRM B 3 1 0 0
5:FRM P 3 1 0 0
6:FRM B 3 1 0 0
7:FRM B 3 1 0 0
8:FRM P 3 1 0 0
9:FRM B 3 1 0 0
10:FRM B 3 1 0 0
11:FRM P 3 1 0 0
12:FRM B 3 1 0 0
13:FRM B 3 1 0 0
14:FRM P 3 1 0 0
SEQ 16828
SEQEXT 0
GOP 0

....



End of file:


SIZ 720 x 576
DISP 0,720,0,576
FPS 25000 / 1000
CODED 36363
PLAYBACK 36363
0.00% FILM
ORDER 1

tebasuna51
18th February 2025, 11:51
what the dgi looks like ? iirc, this is enabled from the specific content of the file.

How you know when it is interlaced from the dgi file?

I have some samples with same dgi look than the LeXXuz dgi (..., 0% FILM, ORDER 1), some with "Partially interlaced" after the 'Analyse' but also with full "Interlaced" and the 'Nvidia deinterlaced' is always no selectable.

I include manually ", deinterlace=1" in DGSource line and work fine always.

LeXXuz
18th February 2025, 12:06
My guess is DG may have changed something in the syntax of the dgi files over the years, so MeGUI can't recognize it. That is if it only makes that option available when it finds a certain flag inside the file. Like I said, that option is broken for a very long time in MeGUI.

Anyhow, I think this wouldn't be a good approach at all. Index files could be flagged wrongly as progressive and still have the need for deinterlacing. I think the deinterlace option should be available at any time.

tebasuna51
18th February 2025, 12:15
...Index files could be flagged wrongly as progressive and still have the need for deinterlacing. I think the deinterlace option should be available at any time.

Also some flagged like interlaced (MBAFF) with 0 blocks interlaced than don't need deinterlace at all.

stimco
18th February 2025, 12:21
stop the fud.

you think that by being rude you will prove something.
There is a problem, but you don't give a fuck.
Understood.
success.

Kurt.noise
18th February 2025, 14:34
I think the deinterlace option should be available at any time.
Yes, I think it's a good idea. Will do that.

you think that by being rude you will prove something.
There is a problem, but you don't give a fuck.
Understood.
success.
No but I cannot reproduce your issue with the same input. So, what should I do then ? did you try what I suggested previously (replace the content with the other) ?

Maxxr
23rd February 2025, 08:29
only happened with the new version, any solution, look image below:

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

Kurt.noise
23rd February 2025, 15:26
Yes, this has been fixed already. Wait next release or just use another source filter.

King-Zeus78
27th February 2025, 01:18
Hi everyone, is it possible to remove the HDR from a 4K remux to create encodings without HD with vivid colors? With megui?

Kurt.noise
27th February 2025, 12:19
Hi everyone, is it possible to remove the HDR from a 4K remux to create encodings without HD with vivid colors? With megui?
Its not an automatic task. You have to use a tonemapping filter into your avs script.

King-Zeus78
27th February 2025, 16:03
Its not an automatic task. You have to use a tonemapping filter into your avs script.

hi, thanks for your reply, where can I find this filter?

tebasuna51
28th February 2025, 09:28
You can try the DGHDRtoSDR explained by manolito here (https://forum.doom9.org/showthread.php?p=2014300#post2014300) and the description and download here (http://avisynth.nl/index.php/DGHDRtoSDR)

tormento
8th March 2025, 10:55
You can try the DGHDRtoSDR explained by manolito
Never had good results with HDRtoSDR.I prefer to use DGCube with a LUT.

tebasuna51
8th March 2025, 22:39
Never had good results with HDRtoSDR.I prefer to use DGCube with a LUT.
Then please explain to King-Zeus78 how use your method with MeGUI.

nechto
22nd March 2025, 19:40
Found very weird bug in output. I generated file with FPS=23.976, but when I watching it it shows video at rate=50 fps. Audio is good. How to fix it ? I already erased the source. p.s. it was made by latest MeGUI.
Format : Matroska
Format version : Version 4
File size : 18.6 MiB
Duration : 4 min 28 s
Overall bit rate : 580 kb/s
Frame rate : 50.000 FPS
Encoded date : 2025-01-21 11:47:29 UTC
Writing application : mkvmerge v89.0 ('And the Melody Still Lingers On (Night in Tunisia)') 64-bit
Writing library : libebml v1.4.5 + libmatroska v1.7.1

nechto
22nd March 2025, 19:44
BTW, we had already such type of issue - it was due to LSMASH error.
Now I need to understand how to fix (where in Video file to say that it is 23.976 fps video without video changing, because numbers of frames seems like this. on 50fps video is fast while audio is normal. And when video finishing audio still playing)

tebasuna51
22nd March 2025, 19:45
We can't help you without the full log, check in subfolder MeGUI66\logs...