View Single Post
Old 22nd April 2018, 01:20   #30  |  Link
doomleox999
Registered User
 
Join Date: Nov 2015
Posts: 81
So, I used this script:

Code:
ClearAutoloadDirs()
AddAutoloadDir("C:\Users\LTX\BACKUP\MeGUI\tools\avs\plugins")
LoadPlugin("C:\Users\LTX\BACKUP\MeGUI\tools\lsmash\LSMASHSource.dll")
a=LWLibavAudioSource("C:\Users\LTX\Desktop\EOE_6CH.mkv")

  fl = GetChannel(a, 1)
  fr = GetChannel(a, 2)
  fc = GetChannel(a, 3)
#  lf = GetChannel(a, 4)
  sl = GetChannel(a, 5)
  sr = GetChannel(a, 6)
  fl_sl = MixAudio(fl, sl, 1.0, 0.707107)
  fr_sr = MixAudio(fr, sr, 1.0, 0.707107)
  l = MixAudio(fl_sl, fc, 1.0, 0.707107)
  r = MixAudio(fr_sr, fc, 1.0, 0.707107)
  MergeChannels(l, r)

Normalize()
return last
With this audio configuration:



And I'm still getting the same result. Here's the log:

Quote:
[Information] Log
-[Information] Versions
--[Information] MeGUI: 2828 x86
--[Information] Update Check: stable update server
--[Information] System Information
---[Information] Operating System: Windows 10 (CORE_SINGLELANGUAGE) 1709 x64 (10.0.16299.309)
---[Information] .NET Framework: 4.0 (4.0.0.0)
---[Information] .NET Framework: 4.7 (4.7.02556)
---[Information] DPI: 100% (96/96)
---[Information] Monitor 1
----[Information] Resolution: 1366x768
----[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: 17.12.0.0 (21-12-2017)
---[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.2721.0
----[Information] Date: 29-04-2017
----[Information] Interface: 3
---[Information] AviSynth
----[Information] not installed
---[Information] AviSynth portable
----[Information] File Version: 0.1
----[Information] Date: 27-12-2017
----[Information] Name: AviSynth+ 0.1 (r2580, MT, i386)
----[Information] Version: AviSynth+ 0.1 (r2580, MT, i386)
----[Information] AviSynth+: true
----[Information] MT: true
----[Information] Status: active
-[Information] Update detection
--[Information] [21/04/18 06:51:22] Using cached update config and server: http://megui.org/auto/stable/
--[Information] [21/04/18 06:51:22] No package requires an update
-[Information] Log for job1 (audio, EOE_6CH.avs -> EOE_6CH_custom_script.m4a)
--[Information] [21/04/18 06:55:22] Started handling job
--[Information] [21/04/18 06:55:22] Preprocessing
--[Information] [21/04/18 06:55:23] MediaInfo
---[Information] [21/04/18 06:55:23] File: C:\Users\LTX\Desktop\MeGUI Output\EOE_6CH.avs
---[Information] AVS input file detected. Getting media information from AviSynth.
---[Information] General
----[Information] Format: AVS
----[Information] FormatString: AviSynth Script
----[Information] FileSize: 585
----[Information] PlayTime: 01:26:49.1310000
---[Information] Audio
----[Information] ID: 0
----[Information] StreamOrder:
----[Information] Format: AVS
----[Information] FormatProfile:
----[Information] FormatSettingsSBR:
----[Information] FormatSettingsPS:
----[Information] Muxing Mode:
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48000
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2:
----[Information] BitRateMode: CBR
----[Information] Delay: 0
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
----[Information] [21/04/18 06:55:31] The language information is not available for this track. The default MeGUI language has been selected.
--[Information] [21/04/18 06:55:40] AviSynth script
---[NoImage] ClearAutoloadDirs()
---[NoImage] AddAutoloadDir("C:\Users\LTX\BACKUP\MeGUI\tools\avs\plugins")
---[NoImage] Import("C:\Users\LTX\Desktop\MeGUI Output\EOE_6CH.avs")
---[NoImage] # detected channels: 2
---[NoImage] # detected channel positions:
---[NoImage] return last
--[Information] [21/04/18 06:55:40] Command line used: -ignorelength -q 0.4 -if - -of "{0}"
--[Information] [21/04/18 06:55:40] AviSynth script environment opened
--[Information] [21/04/18 06:55:47] Script loaded
--[Information] [21/04/18 06:55:47] Output Decoder
---[Information] [21/04/18 06:55:47] Channels: 2
---[Information] [21/04/18 06:55:47] Bits per sample: 32
---[Information] [21/04/18 06:55:47] Sample rate: 48000
--[Information] [21/04/18 06:55:47] Job command line: C:\Users\LTX\BACKUP\MeGUI\tools\eac3to\neroAacEnc.exe -ignorelength -q 0.4 -if - -of "C:\Users\LTX\Desktop\MeGUI Output\EOE_6CH_custom_script.m4a"
--[Information] [21/04/18 06:55:49] Process started
--[Information] [21/04/18 06:55:49] Standard output stream
--[Information] [21/04/18 06:55:49] Standard error stream
---[Information] [21/04/18 07:12:27] *************************************************************
---[Information] [21/04/18 07:12:27] * *
---[Information] [21/04/18 07:12:27] * Nero AAC Encoder *
---[Information] [21/04/18 07:12:27] * Copyright 2009 Nero AG *
---[Information] [21/04/18 07:12:27] * All Rights Reserved Worldwide *
---[Information] [21/04/18 07:12:27] * *
---[Information] [21/04/18 07:12:27] * Package build date: Feb 18 2010 *
---[Information] [21/04/18 07:12:27] * Package version: 1.5.4.0 *
---[Information] [21/04/18 07:12:27] * *
---[Information] [21/04/18 07:12:27] * See -help for a complete list of available parameters. *
---[Information] [21/04/18 07:12:27] * *
---[Information] [21/04/18 07:12:27] *************************************************************
--[Information] [21/04/18 08:02:15] MediaInfo
---[Information] [21/04/18 08:02:15] File: C:\Users\LTX\Desktop\MeGUI Output\EOE_6CH_custom_script.m4a
---[Information] General
----[Information] Format: MPEG-4
----[Information] FormatString: MPEG-4
----[Information] FileSize: 74149830
----[Information] PlayTime: 01:26:49.195
---[Information] Audio
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] Format: AAC
----[Information] FormatProfile: LC
----[Information] FormatSettingsSBR: No (Explicit)
----[Information] FormatSettingsPS:
----[Information] Muxing Mode:
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 kHz
----[Information] Channels: 2
----[Information] ChannelsString: 2 channels
----[Information] ChannelPositionsString2: 2/0/0
----[Information] BitRateMode: VBR
----[Information] Delay:
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
----[Information] [21/04/18 08:02:17] The language information is not available for this track. The default MeGUI language has been selected.
--[Information] [21/04/18 08:02:17] Postprocessing
---[Information] [21/04/18 08:02:17] Deleting intermediate files
--[Information] [21/04/18 08:02:17] Job completed
BTW, these are the first 15 seconds of the file. The samples are from the original mkv file, the ffmpeg encode and the MeGUI encode.

6 CH ORIGINAL MKV.aac
2 CH FFMPEG.aac
2 CH MEGUI.aac

I hope this is enough for you to note the difference between the 2 encodes, if it's not, let me know and I'll upload more.

Last edited by tebasuna51; 24th April 2018 at 21:28.
doomleox999 is offline   Reply With Quote