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: 407
|
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,076
|
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,898
|
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. |
|
Today, 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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|