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. |
1st October 2024, 08:01 | #141 | Link | |
Registered User
Join Date: Nov 2022
Location: Aix en Provence, France
Posts: 52
|
Hi,
Quote:
Any log would be great... |
|
4th October 2024, 18:25 | #142 | Link |
Registered User
Join Date: Feb 2014
Posts: 408
|
Thanks for your patience.
1) No .dll paths in any of my presets. Here's a typical example: Code:
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE) ConvertBits(Bits=16) vsDeblockPP7() TemporalDegrain2() CAS() Neo_F3KDB(Y=100,Cb=100,Cr=100,GrainY=0,GrainC=0) ## Trim() # SelectRangeEvery(1000,66) PreFetch(4) Code:
Preliminary log file only. During closing of MeGUI the well formed log file will be written. -[Information] Versions --[Information] MeGUI: 6666.2308 x64 --[Information] MeGUI Debug Data: available --[Information] Update Check: development update server -[Information] Operating System: Windows 7 Premium x64 SP1 (6.1.7601.24546) -[Information] .NET Framework: 4.0 (4.0.0.0) -[Information] .NET Framework: 4.8 (4.8.03761) -[Information] Microsoft Visual C++ 2010 x64: 10.0.40219 -[Information] Microsoft Visual C++ 2010 x86: 10.0.40219 -[Information] Microsoft Visual C++ 2015-2019 x86: 14.28.29325 -[Information] Microsoft Visual C++ 2015-2022 x64: 14.40.33810 -[Information] Redistributables -[Information] DPI: 100% (96/96) -[Information] Resolution: 1600x900 -[Information] Primary Screen: True -[Information] Monitor 1 --[Information] System Information -[Information] Update detection -[Information] Haali Media Splitter: 1.13.138.14 (14-04-2013) -[Information] Haali DSS2: (14-04-2013) -[Information] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008) -[Information] MediaInfo: 24.06.0.0 (27-06-2024) -[Information] SevenZipSharp: 0.64.3890.29348 (02-01-2011) -[Information] 7z: 9.20 (18-11-2010) --[Information] Component Information --[Information] [02 Oct 24 19:09:59] Using cached update config and server: http://megui.org/auto/ -[Information] Version: 1.0.2847.0 -[Information] Date: 06-05-2018 -[Information] Interface: 3 -[Information] AviSynth Wrapper --[Information] [02 Oct 24 19:09:59] There are 2 packages which can be updated: MeGUI, MeGUI Help -[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:\windows\system32\avisynth.dll -[Information] AviSynth Version: AviSynth+ 3.7.3 (r4003, 3.7, x86_64) -[Information] AviSynth+: true -[Information] AviSynth MT: true -[Information] AviSynth --[Information] AviSynth Information --[Information] [02 Oct 24 19:10:04] There are 2 packages which can be updated: MeGUI, MeGUI Help -[Information] Log for job1 (audio, 448-WestSide.dts -> 448-WestSide_new.m4a) --[Information] [02 Oct 24 19:10:57] Started handling job --[Information] [02 Oct 24 19:10:57] Preprocessing --[Information] [02 Oct 24 19:10:57] MediaInfo ---[Information] File: D:\Temp\[0000]ReEncTemp\[1080p]WestSideStory[S]{1961}[1080p]\448-WestSide.dts -[Information] Format: DTS -[Information] FormatString: DTS XLL -[Information] FileSize: 5785965136 ---[Information] General -[Information] Format: DTS -[Information] FormatString: DTS XLL -[Information] FormatInfo: Digital Theater Systems -[Information] FormatCommercial: DTS-HD Master Audio -[Information] SamplingRate: 48000 -[Information] SamplingRateString: 48.0 kHz -[Information] Channels: 8 -[Information] ChannelsString: 8 channels -[Information] ChannelLayout: C L R LFE Lb Rb Lss Rss -[Information] BitRateMode: VBR -[Information] [02 Oct 24 19:10:57] The language information is not available for this track. The default MeGUI language has been selected. ---[Information] Audio --[Information] [02 Oct 24 19:10:57] Trying to open the file with LWLibavAudioSource() |
5th October 2024, 11:32 | #143 | Link | |
Moderator
Join Date: Feb 2005
Location: Spain
Posts: 7,113
|
Quote:
No problem here opening, downmix and recode a big (> 5GB) DTS XLL with LWLibavAudioSource() 231117 version.
__________________
BeHappy, AviSynth audio transcoder. |
|
7th October 2024, 08:21 | #145 | Link | |
Registered User
Join Date: Mar 2011
Posts: 4,923
|
Quote:
https://publishwith.me/ep/pad/view/r...cdWn4k9/latest SetFilterMTMode is ignored by plugins that register their MT mode automatically, so if you want to over-ride a particular mode for a plugin in your script, it's a good idea to use the "force" option. For example: SetFilterMTMode("TEMmod", MT_MULTI_INSTANCE, force=true) If you load the script I linked to though, you shouldn't have to worry about using SetFilterMTMode. You only need to add Prefetch() to the end of your scripts. |
|
9th October 2024, 04:00 | #146 | Link |
Registered User
Join Date: Oct 2018
Posts: 1
|
I am experiencing a bug with AvisynthWrapper.dll v3000. I am not sure if the problem is with AvisynthWrapper or the way MeGUI is using it. The MeGUI video preview window locks the video file that the AVS script is using. If you close the window the file lock is released but if a new script is previewed without closing the window the lock on the old file is not released. When the preview window is closed only the lock on the last file will be released.
The problem occurs with both MeGUI 6666.2308 and standard MeGUI (2944 x64). It doesn't occur with AvisynthWrapper.dll v2847. |
13th October 2024, 18:05 | #147 | Link | |
Registered User
Join Date: Feb 2014
Posts: 408
|
Quote:
|
|
16th October 2024, 22:50 | #148 | Link |
Banana User
Join Date: Sep 2008
Posts: 1,032
|
Just installed it to try, Audio encoding doesn't work - it crash.
Input format/decoder/encoder doesn't matter, everything just crash, same log as LouieChuckyMerry's. Yeah, it wants to downgrade everything.
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling Last edited by VoodooFX; 17th October 2024 at 05:36. |
17th October 2024, 05:31 | #149 | Link |
Banana User
Join Date: Sep 2008
Posts: 1,032
|
Found the problem with crashes, "MeGUI libs" auto-update overwrites AvisynthWrapper.dll with outdated one.
Btw, versioning is confusing, "6666.2308" is greater than "6666.2604"...
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling Last edited by VoodooFX; 17th October 2024 at 05:34. |
17th October 2024, 09:57 | #150 | Link | |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,702
|
Quote:
Visual sorting of larger repositories only works out quickly if one adheres to certain naming conventions, like YYYY MM DD...
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
|
17th October 2024, 19:24 | #151 | Link |
Banana User
Join Date: Sep 2008
Posts: 1,032
|
Audio error with MeGUI 6666.2308 x64:
Code:
-[Error] Log for job1 (audio, aaa.eac3 -> aaa.m4a) --[Information] [17/10/2024 19:00:51] Started handling job --[Information] [17/10/2024 19:00:51] Preprocessing --[Information] [17/10/2024 19:00:51] MediaInfo ---[Information] File: D:\test\aaa.eac3 ---[Information] General ----[Information] Format: E-AC-3 ----[Information] FileSize: 160633984 ----[Information] PlayTime: 01:35:36.928 ---[Information] Audio ----[Information] Format: E-AC-3 ----[Information] FormatInfo: Enhanced AC-3 ----[Information] FormatCommercial: Dolby Digital Plus ----[Information] SamplingRate: 48000 ----[Information] SamplingRateString: 48.0 kHz ----[Information] Channels: 2 ----[Information] ChannelsString: 2 channels ----[Information] ChannelLayout: L R ----[Information] BitRateMode: CBR ----[Information] [17/10/2024 19:00:51] The language information is not available for this track. The default MeGUI language has been selected. --[Information] [17/10/2024 19:00:51] Trying to open the file with LWLibavAudioSource() --[Information] [17/10/2024 19:00:52] Failed opening the file with LWLibavAudioSource(). Script error: LWLibavAudioSource does not have a named argument "drc_scale" --[Information] [17/10/2024 19:00:52] Trying to open the file with NicAudio Code:
-[Information] Log for job4 (audio, aaa.eac3 -> aaa.m4a) --[Information] [17/10/2024 19:05:23] Started handling job --[Information] [17/10/2024 19:05:23] Preprocessing --[Information] [17/10/2024 19:05:23] MediaInfo ---[Information] File: D:\test\aaa.eac3 ---[Information] General ----[Information] Format: E-AC-3 ----[Information] FileSize: 160633984 ----[Information] PlayTime: 01:35:36.928 ---[Information] Audio ----[Information] Format: E-AC-3 ----[Information] FormatInfo: Enhanced Audio Coding 3 ----[Information] SamplingRate: 48000 ----[Information] SamplingRateString: 48.0 kHz ----[Information] Channels: 2 ----[Information] ChannelsString: 2 channels ----[Information] ChannelPositionsString2: 2/0/0 ----[Information] BitRateMode: CBR ----[Information] [17/10/2024 19:05:23] The language information is not available for this track. The default MeGUI language has been selected. --[Information] [17/10/2024 19:05:23] Trying to open the file with LWLibavAudioSource() --[Information] [17/10/2024 19:05:29] Successfully opened the file with LWLibavAudioSource() --[Information] [17/10/2024 19:05:32] Ignoring downmix as there is only 2 channel(s) --[Information] [17/10/2024 19:05:32] AviSynth script
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling |
18th October 2024, 09:22 | #153 | Link |
Banana User
Join Date: Sep 2008
Posts: 1,032
|
"231117" is r1156.
I looked at the source code, it can't work "fine" as "drc_scale" was actually removed from r1156. https://github.com/HomeOfAviSynthPlu...532e83469beaa8 Btw, it's added back since r1160.
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling |
19th October 2024, 08:24 | #154 | Link |
Moderator
Join Date: Feb 2005
Location: Spain
Posts: 7,113
|
You are right, I really have 20240408 1194.0.0.0 in my system after some changes related to my report
Please Kurt update that plugin.
__________________
BeHappy, AviSynth audio transcoder. |
20th October 2024, 14:03 | #155 | Link |
Banana User
Join Date: Sep 2008
Posts: 1,032
|
Someone updated it today:
What about these bugged "updates"? Btw, to someone who makes those updates, could you take mkvmerge plugin from unofficial builds, those support Win7 when official builds doesn't.
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling Last edited by VoodooFX; 20th October 2024 at 14:16. |
21st October 2024, 18:50 | #158 | Link |
Registered User
Join Date: Jul 2024
Posts: 6
|
Why I get this error? Edit: Im try to embed image but is not showing, in this link https://imgur.com/3hgjUx4 you can see watch my error Last edited by Maxxr; 21st October 2024 at 18:52. Reason: image no show |
21st October 2024, 20:48 | #159 | Link |
Banana User
Join Date: Sep 2008
Posts: 1,032
|
Post your log, like in this post -> https://forum.doom9.org/showthread.p...91#post2007691
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling |
21st October 2024, 23:54 | #160 | Link | |
Registered User
Join Date: Jul 2024
Posts: 6
|
Quote:
Code:
[Error] Log -[Information] Versions --[Information] MeGUI: 6666.1007 x64 --[Information] MeGUI Debug Data: available --[Information] Update Check: Disabled --[Information] System Information ---[Information] Operating System: Windows 11 Microsoft Windows 11 Pro x64 (10.0.26100.2033) ---[Information] .NET Framework: 4.0 (4.0.0.0) ---[Information] .NET Framework: 4.8 (4.8.09032) ---[Information] Redistributables ----[Information] Microsoft Visual C++ 2012 x64: 11.0.61030 ----[Information] Microsoft Visual C++ 2012 x86: 11.0.61030 ----[Information] Microsoft Visual C++ 2013 x64: 12.0.40664 ----[Information] Microsoft Visual C++ 2013 x86: 12.0.40664 ----[Information] Microsoft Visual C++ 2015-2022 x64: 14.40.33816 ----[Information] Microsoft Visual C++ 2015-2022 x86: 14.40.33816 ---[Information] DPI: 125% (120/120) ---[Information] Monitor 1 ----[Information] Resolution: 2560x1440 ----[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 (07-08-2008) ---[Information] MediaInfo: 24.06.0.0 (27-06-2024) ---[Information] SevenZipSharp: 0.64.3890.29348 (02-01-2011) ---[Information] 7z: 9.20 (18-11-2010) --[Information] AviSynth Information ---[Information] AviSynth Wrapper ----[Information] Version: 1.0.2847.0 ----[Information] Date: 06-05-2018 ----[Information] Interface: 3 ---[Information] AviSynth ----[Information] AviSynth Status: ignored as portable build is forced ---[Information] AviSynth portable ----[Information] File Version: 3.7.3 ----[Information] File Date: 16-07-2023 ----[Information] File Name: AviSynth+ 3.7.3 (r4003, 3.7, x86_64) ----[Information] File Path: c:\users\losto\desktop\meg\avisynth.dll ----[Information] AviSynth Version: AviSynth+ 3.7.3 (r4003, 3.7, x86_64) ----[Information] AviSynth+: true ----[Information] AviSynth MT: true ----[Information] AviSynth Status: active -[Information] Update detection --[Information] [21/10/2024 2:04:55 p. m.] Automatic update is disabled --[Information] [21/10/2024 2:04:55 p. m.] Using cached update config and server: http://megui.org/auto/ --[Information] [21/10/2024 2:04:55 p. m.] There is 1 package which can be updated: MeGUI -[Information] FileIndexer --[Information] [21/10/2024 2:05:24 p. m.] MediaInfo ---[Information] File: C:\Users\losto\Downloads\DD\[ASW] MF Ghost - 15 [1080p HEVC][B076741F].mkv ---[Information] General ----[Information] Format: Matroska ----[Information] FileSize: 630808922 ----[Information] PlayTime: 00:23:40.109 ----[Information] Attachments: Roboto-Medium.ttf / Roboto-MediumItalic.ttf / arial.ttf / arialbd.ttf / comic.ttf / comicbd.ttf / times.ttf / timesbd.ttf / trebuc.ttf / trebucbd.ttf / verdana.ttf / verdanab.ttf / CONSOLA.TTF / CONSOLAB.TTF ---[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: 1920 ----[Information] Height: 1080 ----[Information] FrameCount: 34047 ----[Information] FrameRate: 23.976 ----[Information] FrameRate_N: 24000 ----[Information] FrameRate_D: 1001 ----[Information] FrameRateMode: CFR ----[Information] FrameRateModeString: Constant ----[Information] Duration: 00:23:40.044 ----[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] Audio ----[Information] ID: 2 ----[Information] StreamOrder: 1 ----[Information] CodecID: A_AAC-2 ----[Information] Format: AAC ----[Information] FormatString: AAC LC ----[Information] FormatInfo: Advanced Audio Codec Low Complexity ----[Information] SamplingRate: 44100 ----[Information] SamplingRateString: 44.1 kHz ----[Information] Channels: 2 ----[Information] ChannelsString: 2 channels ----[Information] ChannelLayout: L R ----[Information] Delay: 0 ----[Information] Language: ja ----[Information] LanguageString: Japanese ----[Information] Default: Yes ----[Information] Forced: No ---[Information] Text ----[Information] ID: 3 ----[Information] StreamOrder: 2 ----[Information] CodecID: S_TEXT/ASS ----[Information] CodecIDInfo: Advanced Sub Station Alpha ----[Information] Format: ASS ----[Information] Title: English subs ----[Information] Language: en ----[Information] LanguageString: English ----[Information] Default: Yes ----[Information] Forced: No -[Information] Log for job1 (ext, [ASW] MF Ghost - 15 [1080p HEVC][B076741F].mkv -> ) --[Information] [21/10/2024 2:05:43 p. m.] Started handling job --[Information] [21/10/2024 2:05:43 p. m.] Preprocessing --[Information] [21/10/2024 2:05:43 p. m.] MediaInfo ---[Information] File: C:\Users\losto\Downloads\DD\[ASW] MF Ghost - 15 [1080p HEVC][B076741F].mkv ---[Information] General ----[Information] Format: Matroska ----[Information] FileSize: 630808922 ----[Information] PlayTime: 00:23:40.109 ----[Information] Attachments: Roboto-Medium.ttf / Roboto-MediumItalic.ttf / arial.ttf / arialbd.ttf / comic.ttf / comicbd.ttf / times.ttf / timesbd.ttf / trebuc.ttf / trebucbd.ttf / verdana.ttf / verdanab.ttf / CONSOLA.TTF / CONSOLAB.TTF ---[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: 1920 ----[Information] Height: 1080 ----[Information] FrameCount: 34047 ----[Information] FrameRate: 23.976 ----[Information] FrameRate_N: 24000 ----[Information] FrameRate_D: 1001 ----[Information] FrameRateMode: CFR ----[Information] FrameRateModeString: Constant ----[Information] Duration: 00:23:40.044 ----[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] Audio ----[Information] ID: 2 ----[Information] StreamOrder: 1 ----[Information] CodecID: A_AAC-2 ----[Information] Format: AAC ----[Information] FormatString: AAC LC ----[Information] FormatInfo: Advanced Audio Codec Low Complexity ----[Information] SamplingRate: 44100 ----[Information] SamplingRateString: 44.1 kHz ----[Information] Channels: 2 ----[Information] ChannelsString: 2 channels ----[Information] ChannelLayout: L R ----[Information] Delay: 0 ----[Information] Language: ja ----[Information] LanguageString: Japanese ----[Information] Default: Yes ----[Information] Forced: No ---[Information] Text ----[Information] ID: 3 ----[Information] StreamOrder: 2 ----[Information] CodecID: S_TEXT/ASS ----[Information] CodecIDInfo: Advanced Sub Station Alpha ----[Information] Format: ASS ----[Information] Title: English subs ----[Information] Language: en ----[Information] LanguageString: English ----[Information] Default: Yes ----[Information] Forced: No --[Information] [21/10/2024 2:05:43 p. m.] Job command line: "C:\Users\losto\Desktop\Meg\tools\mkvmerge\mkvextract.exe" "C:\Users\losto\Downloads\DD\[ASW] MF Ghost - 15 [1080p HEVC][B076741F].mkv" tracks 1:"E:\mp4 final\23\[ASW] MF Ghost - 15 [1080p HEVC][B076741F] - [0] Japanese.aac" --ui-language en --[Information] [21/10/2024 2:05:43 p. m.] Process started --[Information] [21/10/2024 2:05:43 p. m.] Standard output stream ---[Information] [21/10/2024 2:05:43 p. m.] Extracting track 1 with the CodecID 'A_AAC' to the file 'E:\mp4 final\23\[ASW] MF Ghost - 15 [1080p HEVC][B076741F] - [0] Japanese.aac'. Container format: raw AAC file with ADTS headers --[Information] [21/10/2024 2:05:43 p. m.] Standard error stream --[Information] [21/10/2024 2:05:44 p. m.] Postprocessing ---[Information] [21/10/2024 2:05:44 p. m.] Deleting intermediate files --[Information] [21/10/2024 2:05:44 p. m.] Job completed -[Information] Log for job2 (idx, [ASW] MF Ghost - 15 [1080p HEVC][B076741F].mkv -> [ASW] MF Ghost - 15 [1080p HEVC][B076741F].mkv.lwi) --[Information] [21/10/2024 2:05:44 p. m.] Started handling job --[Information] [21/10/2024 2:05:44 p. m.] Preprocessing --[Information] [21/10/2024 2:05:44 p. m.] AviSynth script ---[NoImage] LoadPlugin("C:\Users\losto\Desktop\Meg\tools\lsmash\LSMASHSource.dll") ---[NoImage] LWLibavVideoSource("C:\Users\losto\Downloads\DD\[ASW] MF Ghost - 15 [1080p HEVC][B076741F].mkv", cachefile="E:\mp4 final\23\[ASW] MF Ghost - 15 [1080p HEVC][B076741F].mkv.lwi", format="YUV420P8") --[Information] [21/10/2024 2:05:45 p. m.] MediaInfo ---[Information] File: E:\mp4 final\23\[ASW] MF Ghost - 15 [1080p HEVC][B076741F].mkv.lwi ---[Information] Indexed File: C:\Users\losto\Downloads\DD\[ASW] MF Ghost - 15 [1080p HEVC][B076741F].mkv ---[Information] General ----[Information] Format: Matroska ----[Information] FileSize: 630808922 ----[Information] PlayTime: 00:23:40.109 ----[Information] Attachments: Roboto-Medium.ttf / Roboto-MediumItalic.ttf / arial.ttf / arialbd.ttf / comic.ttf / comicbd.ttf / times.ttf / timesbd.ttf / trebuc.ttf / trebucbd.ttf / verdana.ttf / verdanab.ttf / CONSOLA.TTF / CONSOLAB.TTF ---[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: 1920 ----[Information] Height: 1080 ----[Information] FrameCount: 34047 ----[Information] FrameRate: 23.976 ----[Information] FrameRate_N: 24000 ----[Information] FrameRate_D: 1001 ----[Information] FrameRateMode: CFR ----[Information] FrameRateModeString: Constant ----[Information] Duration: 00:23:40.044 ----[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] Audio ----[Information] ID: 2 ----[Information] StreamOrder: 1 ----[Information] CodecID: A_AAC-2 ----[Information] Format: AAC ----[Information] FormatString: AAC LC ----[Information] FormatInfo: Advanced Audio Codec Low Complexity ----[Information] SamplingRate: 44100 ----[Information] SamplingRateString: 44.1 kHz ----[Information] Channels: 2 ----[Information] ChannelsString: 2 channels ----[Information] ChannelLayout: L R ----[Information] Delay: 0 ----[Information] Language: ja ----[Information] LanguageString: Japanese ----[Information] Default: Yes ----[Information] Forced: No ---[Information] Text ----[Information] ID: 3 ----[Information] StreamOrder: 2 ----[Information] CodecID: S_TEXT/ASS ----[Information] CodecIDInfo: Advanced Sub Station Alpha ----[Information] Format: ASS ----[Information] Title: English subs ----[Information] Language: en ----[Information] LanguageString: English ----[Information] Default: Yes ----[Information] Forced: No --[Information] [21/10/2024 2:05:45 p. m.] Postprocessing ---[Information] [21/10/2024 2:05:46 p. m.] Deleting intermediate files --[Information] [21/10/2024 2:05:47 p. m.] Job completed -[Information] AutoEncode --[Information] E:\mp4 final\23\[ASW] MF Ghost - 15 [1080p HEVC][B076741F].mkv-muxed.mp4 ---[Information] [21/10/2024 2:06:16 p. m.] Projected Bitrate: 2304kbps ---[Information] [21/10/2024 2:06:16 p. m.] Split Size: null ---[Information] [21/10/2024 2:06:16 p. m.] Eliminating duplicate filenames ----[Information] [21/10/2024 2:06:16 p. m.] Video output file: E:\mp4 final\23\[ASW] MF Ghost - 15 [1080p HEVC][B076741F].mkv_bqa2ugni.264 ----[Information] [21/10/2024 2:06:16 p. m.] Muxed output file: E:\mp4 final\23\[ASW] MF Ghost - 15 [1080p HEVC][B076741F].mkv-muxed.mp4 ----[Information] [21/10/2024 2:06:16 p. m.] Encodable audio stream 0: E:\mp4 final\23\[ASW] MF Ghost - 15 [1080p HEVC][B076741F] - [0] Japanese_zv4anxr0.m4a -[Information] Log for job1 (audio, [ASW] MF Ghost - 15 [1080p HEVC][B076741F] - [0] Japanese.aac -> [ASW] MF Ghost - 15 [1080p HEVC][B076741F] - [0] Japanese_zv4anxr0.m4a) --[Information] [21/10/2024 2:06:16 p. m.] Started handling job --[Information] [21/10/2024 2:06:16 p. m.] Preprocessing --[Information] [21/10/2024 2:06:16 p. m.] MediaInfo ---[Information] File: E:\mp4 final\23\[ASW] MF Ghost - 15 [1080p HEVC][B076741F] - [0] Japanese.aac ---[Information] General ----[Information] Format: ADTS ----[Information] FileSize: 23149861 ---[Information] Audio ----[Information] CodecID: 2 ----[Information] Format: AAC ----[Information] FormatString: AAC LC ----[Information] FormatVersion: Version 4 ----[Information] FormatInfo: Advanced Audio Codec Low Complexity ----[Information] SamplingRate: 44100 ----[Information] SamplingRateString: 44.1 kHz ----[Information] Channels: 2 ----[Information] ChannelsString: 2 channels ----[Information] ChannelLayout: L R ----[Information] BitRateMode: VBR ----[Information] [21/10/2024 2:06:16 p. m.] The language information is not available for this track. The default MeGUI language has been selected. --[Information] [21/10/2024 2:06:16 p. m.] Trying to open the file with LWLibavAudioSource() --[Information] [21/10/2024 2:06:17 p. m.] Successfully opened the file with LWLibavAudioSource() --[Information] [21/10/2024 2:06:18 p. m.] AviSynth script ---[NoImage] ClearAutoloadDirs() ---[NoImage] AddAutoloadDir("C:\Users\losto\Desktop\Meg\tools\avs\plugins") ---[NoImage] LoadPlugin("C:\Users\losto\Desktop\Meg\tools\lsmash\LSMASHSource.dll") ---[NoImage] LWLibavAudioSource("E:\mp4 final\23\[ASW] MF Ghost - 15 [1080p HEVC][B076741F] - [0] Japanese.aac", drc_scale=0) ---[NoImage] # Detected Channels: 2 ---[NoImage] # Detected Channels Layout: L R ---[NoImage] # Checking Channel Mask... ---[NoImage] CheckingChannelMask(last) ---[NoImage] function CheckingChannelMask(clip a) ---[NoImage] { ---[NoImage] cm = GetChannelMask(a) ---[NoImage] nc = AudioChannels(a) ---[NoImage] cm0 = cm ---[NoImage] nc0 = 0 #AudioChannels ---[NoImage] for (i=1, 18) { ---[NoImage] nc0 = nc0 + cm0 % 2 ---[NoImage] cm0 = int(cm0 / 2) ---[NoImage] } ---[NoImage] if (nc0 != nc ) { ---[NoImage] cm2 = Select(nc, 3, 4, 3, 7, 263, 55, 63, 319, 1599) # standard values ---[NoImage] return SetChannelMask(a, true, cm2) ---[NoImage] } else { ---[NoImage] return a ---[NoImage] } ---[NoImage] } ---[NoImage] 32==Audiobits(last)?ConvertAudioTo24bit(last):last ---[NoImage] return last --[Information] [21/10/2024 2:06:18 p. m.] Command line used: -i - -y -codec:a aac -b:a 128k -profile:a aac_low "{0}" --[Information] [21/10/2024 2:06:18 p. m.] AviSynth script environment opened --[Information] [21/10/2024 2:06:19 p. m.] Script loaded --[Information] [21/10/2024 2:06:19 p. m.] Output Decoder ---[Information] [21/10/2024 2:06:19 p. m.] Channels: 2 ---[Information] [21/10/2024 2:06:19 p. m.] Bits per sample: 24 ---[Information] [21/10/2024 2:06:19 p. m.] Sample rate: 44100 |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|