Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 13th January 2025, 06:13   #201  |  Link
Kurt.noise
Registered User
 
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 92
Kurt.noise is offline   Reply With Quote
Old 14th January 2025, 11:40   #202  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 7,198
Quote:
Originally Posted by nechto View Post
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.

Quote:
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:

Quote:
"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!
tebasuna51 is offline   Reply With Quote
Old 14th January 2025, 13:57   #203  |  Link
Kurt.noise
Registered User
 
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 92
8 bits sources encoding is broken with current svt-av1-psy windows builds. We have to convert input to 10bits or wait a bugfix.
Kurt.noise is offline   Reply With Quote
Old 14th January 2025, 22:56   #204  |  Link
nechto
Registered User
 
Join Date: Mar 2005
Posts: 22
Quote:
Originally Posted by tebasuna51 View Post
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
nechto is offline   Reply With Quote
Old 15th January 2025, 08:34   #205  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 7,198
Quote:
Originally Posted by Kurt.noise View Post
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:

Quote:
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 [build] : 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
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:

Quote:
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)
tebasuna51 is offline   Reply With Quote
Old 10th February 2025, 14:37   #206  |  Link
Kurt.noise
Registered User
 
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 92
This latest release may require the .Net Framework 4.8.1 runtime 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

Last edited by Kurt.noise; 10th February 2025 at 16:14.
Kurt.noise is offline   Reply With Quote
Old 11th February 2025, 21:10   #207  |  Link
nechto
Registered User
 
Join Date: Mar 2005
Posts: 22
not updating through the Update function...
nechto is offline   Reply With Quote
Old 12th February 2025, 09:02   #208  |  Link
Kurt.noise
Registered User
 
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 92
Quote:
Originally Posted by nechto View Post
not updating through the Update function...
No, coz I'm lazy...
Kurt.noise is offline   Reply With Quote
Old 12th February 2025, 20:19   #209  |  Link
nechto
Registered User
 
Join Date: Mar 2005
Posts: 22
Quote:
Originally Posted by Kurt.noise View Post
No, coz I'm lazy...
Hah, it 's normal)) Just in case you think it will update automatically))
nechto is offline   Reply With Quote
Old 16th February 2025, 14:02   #210  |  Link
stimco
Registered User
 
Join Date: Feb 2025
Posts: 10
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.
stimco is offline   Reply With Quote
Old 16th February 2025, 15:21   #211  |  Link
LeXXuz
21 years and counting...
 
LeXXuz's Avatar
 
Join Date: Oct 2002
Location: Germany
Posts: 724
Quote:
Originally Posted by Kurt.noise View Post
This latest release may require the .Net Framework 4.8.1 runtime 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....

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.

Boy, I'm so happy I could cry.

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

Btw what happened to you old account ???
LeXXuz is offline   Reply With Quote
Old 16th February 2025, 16:12   #212  |  Link
Kurt.noise
Registered User
 
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 92
Quote:
Originally Posted by stimco View Post
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 is offline   Reply With Quote
Old 16th February 2025, 16:14   #213  |  Link
Kurt.noise
Registered User
 
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 92
Hi,
Quote:
Originally Posted by LeXXuz View Post
And you'll probably cry when you see my list of feature requests and fixes that are really needed.
Tell me

Quote:
Originally Posted by LeXXuz View Post
Btw what happened to you old account ???
I lost the mail account & password
Kurt.noise is offline   Reply With Quote
Old 16th February 2025, 17:08   #214  |  Link
LeXXuz
21 years and counting...
 
LeXXuz's Avatar
 
Join Date: Oct 2002
Location: Germany
Posts: 724
Quote:
Originally Posted by Kurt.noise View Post
Hi,
I lost the mail account & password
That sucks after so many years

Quote:
Originally Posted by Kurt.noise View Post
Tell me
Okay, you asked for it. 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:



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.

Allowing a higher zoom of the preview would prevent that for lazy old bums like me.
LeXXuz is offline   Reply With Quote
Old 16th February 2025, 17:08   #215  |  Link
stimco
Registered User
 
Join Date: Feb 2025
Posts: 10
https://ibb.co/wrW5KRcg

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

Last edited by stimco; 17th February 2025 at 06:45.
stimco is offline   Reply With Quote
Old 16th February 2025, 17:12   #216  |  Link
stimco
Registered User
 
Join Date: Feb 2025
Posts: 10
Quote:
Originally Posted by Kurt.noise View Post
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.

Last edited by stimco; 17th February 2025 at 06:46.
stimco is offline   Reply With Quote
Old 16th February 2025, 20:08   #217  |  Link
nechto
Registered User
 
Join Date: Mar 2005
Posts: 22
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)
nechto is offline   Reply With Quote
Old 16th February 2025, 20:53   #218  |  Link
VoodooFX
Banana User
 
VoodooFX's Avatar
 
Join Date: Sep 2008
Posts: 1,115
Quote:
Originally Posted by nechto View Post
is it possible to add batch mode ?
Batch encoding already exists -"One Click".
VoodooFX is offline   Reply With Quote
Old 17th February 2025, 06:52   #219  |  Link
stimco
Registered User
 
Join Date: Feb 2025
Posts: 10
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
stimco is offline   Reply With Quote
Old 17th February 2025, 07:04   #220  |  Link
Kurt.noise
Registered User
 
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 92
[QUOTE=LeXXuz;2014914]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:


ok, I'll check it out

Quote:
Originally Posted by LeXXuz View Post
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.
ok, done

Quote:
Originally Posted by stimco View Post
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.

Quote:
Originally Posted by stimco View Post
By the way, during updates, avisynth is updated 2 times.
Maybe because the 1st time, downloading was corrupted or something.

Quote:
Originally Posted by stimco View Post
and.. is it possible to immediately get mkv when encoding av1. to see the result.
Just choose mkv as output file extension.

Last edited by Kurt.noise; 17th February 2025 at 07:06.
Kurt.noise is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 17:40.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.