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: 76
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,179
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: 76
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,179
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: 76
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: 76
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 Yesterday, 14:02   #210  |  Link
stimco
Registered User
 
Join Date: Feb 2025
Posts: 4
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 Yesterday, 15:21   #211  |  Link
LeXXuz
21 years and counting...
 
LeXXuz's Avatar
 
Join Date: Oct 2002
Location: Germany
Posts: 720
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 Yesterday, 16:12   #212  |  Link
Kurt.noise
Registered User
 
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 76
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 Yesterday, 16:14   #213  |  Link
Kurt.noise
Registered User
 
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 76
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 Yesterday, 17:05   #214  |  Link
stimco
Registered User
 
Join Date: Feb 2025
Posts: 4
[Error] Log
-[Information] Versions
--[Information] MeGUI: 6.6.6.6 20241125 x64
--[Information] MeGUI Debug Data: available
--[Information] Update Check: development update server
--[Information] System Information
---[Information] Operating System: Майкрософт Windows 11 Pro 22H2 x64 (10.0.22621.1702)
---[Information] .NET Framework: 4.8.1
---[Information] Redistributables
----[Information] Microsoft Visual C++ 2015-2022 x64: 14.38.33135
----[Information] Microsoft Visual C++ 2015-2022 x86: 14.36.32532
---[Information] DPI: 100% (96/96)
---[Information] Monitor 1
----[Information] Resolution: 1920x1080
----[Information] Primary Screen: True
--[Information] Component Information
---[Information] Haali Media Splitter: not installed
---[Information] Haali DSS2: not installed
---[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (13-12-2024)
---[Information] MediaInfo: 24.12.0.0 (13-12-2024)
---[Information] SevenZipSharp: 0.64.3890.29348 (13-12-2024)
---[Information] 7z: 9.20 (13-12-2024)
--[Information] AviSynth Information
---[Information] AviSynth Wrapper
----[Information] Version: 1.0.3000.1
----[Information] Date: 13-12-2024
----[Information] Interface: 6
---[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: c:\users\stimco\desktop\1\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
-[Error] Update detection
--[Information] [16.02.2025 18:01:26] Update already in progress - please wait
--[Information] [16.02.2025 18:01:27] Connected to server: http://megui.org/auto/fork/
--[Information] [16.02.2025 18:01:27] There are 4 packages which can be updated: MeGUI Updater, AviSynth plugins, AviSynth portable, Runtime Files
--[Information] [16.02.2025 18:01:28] There are 4 packages which can be updated: MeGUI Updater, AviSynth plugins, AviSynth portable, Runtime Files
--[Information] [16.02.2025 18:01:28] updating package Runtime Files as it is missing or outdated
--[Information] [16.02.2025 18:01:33] There are 3 packages which can be updated: MeGUI Updater, AviSynth plugins, AviSynth portable
--[Information] [16.02.2025 18:01:33] updating package AviSynth portable as it is missing or outdated
--[Information] [16.02.2025 18:01:36] There are 2 packages which can be updated: MeGUI Updater, AviSynth plugins
--[Information] [16.02.2025 18:01:36] updating package MeGUI Updater as it is missing or outdated
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\colormatrix.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\decomb.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\eedi2.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\fluxsmooth.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\leakkerneldeint.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\nicaudio.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\tdeint.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\TimeStretch.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\tivtc.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\undot.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\vsfilter.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\yadifmod2.dll
--[Information] [16.02.2025 18:01:41] There is 1 package which can be updated: AviSynth plugins
--[Information] [16.02.2025 18:01:43] 1/1 - updating package AviSynth plugins
--[Information] [16.02.2025 18:01:46] Packages which have been successfully updated: 1
--[Information] [16.02.2025 18:02:12] There is 1 package which can be updated: FFMS
--[Information] [16.02.2025 18:02:12] updating package FFMS as it is missing or outdated
stimco is offline   Reply With Quote
Old Yesterday, 17:08   #215  |  Link
LeXXuz
21 years and counting...
 
LeXXuz's Avatar
 
Join Date: Oct 2002
Location: Germany
Posts: 720
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 Yesterday, 17:08   #216  |  Link
stimco
Registered User
 
Join Date: Feb 2025
Posts: 4
https://ibb.co/wrW5KRcg
how I came out of the situation.
I took megui from earlier versions2 and replaced it.
everything works ok.

Last edited by stimco; Yesterday at 17:11.
stimco is offline   Reply With Quote
Old Yesterday, 17:12   #217  |  Link
stimco
Registered User
 
Join Date: Feb 2025
Posts: 4
Quote:
Originally Posted by Kurt.noise View Post
Any log please ?
how I came out of the situation.
I took megui from earlier versions2 and replaced it.
everything works ok.

https://ibb.co/wrW5KRcg

[Error] Log
-[Information] Versions
--[Information] MeGUI: 6.6.6.6 20241125 x64
--[Information] MeGUI Debug Data: available
--[Information] Update Check: development update server
--[Information] System Information
---[Information] Operating System: Майкрософт Windows 11 Pro 22H2 x64 (10.0.22621.1702)
---[Information] .NET Framework: 4.8.1
---[Information] Redistributables
----[Information] Microsoft Visual C++ 2015-2022 x64: 14.38.33135
----[Information] Microsoft Visual C++ 2015-2022 x86: 14.36.32532
---[Information] DPI: 100% (96/96)
---[Information] Monitor 1
----[Information] Resolution: 1920x1080
----[Information] Primary Screen: True
--[Information] Component Information
---[Information] Haali Media Splitter: not installed
---[Information] Haali DSS2: not installed
---[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (13-12-2024)
---[Information] MediaInfo: 24.12.0.0 (13-12-2024)
---[Information] SevenZipSharp: 0.64.3890.29348 (13-12-2024)
---[Information] 7z: 9.20 (13-12-2024)
--[Information] AviSynth Information
---[Information] AviSynth Wrapper
----[Information] Version: 1.0.3000.1
----[Information] Date: 13-12-2024
----[Information] Interface: 6
---[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: c:\users\stimco\desktop\1\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
-[Error] Update detection
--[Information] [16.02.2025 18:01:26] Update already in progress - please wait
--[Information] [16.02.2025 18:01:27] Connected to server: http://megui.org/auto/fork/
--[Information] [16.02.2025 18:01:27] There are 4 packages which can be updated: MeGUI Updater, AviSynth plugins, AviSynth portable, Runtime Files
--[Information] [16.02.2025 18:01:28] There are 4 packages which can be updated: MeGUI Updater, AviSynth plugins, AviSynth portable, Runtime Files
--[Information] [16.02.2025 18:01:28] updating package Runtime Files as it is missing or outdated
--[Information] [16.02.2025 18:01:33] There are 3 packages which can be updated: MeGUI Updater, AviSynth plugins, AviSynth portable
--[Information] [16.02.2025 18:01:33] updating package AviSynth portable as it is missing or outdated
--[Information] [16.02.2025 18:01:36] There are 2 packages which can be updated: MeGUI Updater, AviSynth plugins
--[Information] [16.02.2025 18:01:36] updating package MeGUI Updater as it is missing or outdated
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\colormatrix.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\decomb.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\eedi2.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\fluxsmooth.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\leakkerneldeint.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\nicaudio.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\tdeint.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\TimeStretch.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\tivtc.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\undot.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\vsfilter.dll
--[Error] [16.02.2025 18:01:38] Component not found: C:\Users\stimco\Desktop\1\tools\avisynth_plugin\yadifmod2.dll
--[Information] [16.02.2025 18:01:41] There is 1 package which can be updated: AviSynth plugins
--[Information] [16.02.2025 18:01:43] 1/1 - updating package AviSynth plugins
--[Information] [16.02.2025 18:01:46] Packages which have been successfully updated: 1
--[Information] [16.02.2025 18:02:12] There is 1 package which can be updated: FFMS
--[Information] [16.02.2025 18:02:12] updating package FFMS as it is missing or outdated

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; Yesterday at 18:21.
stimco is offline   Reply With Quote
Old Yesterday, 20:08   #218  |  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 Yesterday, 20:53   #219  |  Link
VoodooFX
Banana User
 
VoodooFX's Avatar
 
Join Date: Sep 2008
Posts: 1,104
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
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 03:01.


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