View Full Version : MeGUI: bug reports and feature requests
Zathor
18th February 2014, 23:59
Sorry, I do not get it. Have you tried to update it?
leon
19th February 2014, 00:17
Sorry, I do not get it. Have you tried to update it?
As I said I extracted build 2467 to megui directory and now when I want to update it,it doesn't show build 2473.
Zathor
19th February 2014, 00:20
In your post yesterday in the screenshots it shows that you are using 2473. Can you please post your log? Then we should see which version you are using (2467 or 2473).
leon
20th February 2014, 03:51
I use version 2467
[Information] Log
-[Information] Versions
--[Information] [2/19/2014 6:21:10 AM] MeGUI: 2467
--[Information] [2/19/2014 6:21:10 AM] Operating System: Windows 7 Ultimate Edition x64 SP1 (6.1.65536.7601)
--[Information] [2/19/2014 6:21:10 AM] .Net Framework: 2.0.50727.5420
--[Information] [2/19/2014 6:21:10 AM] .Net Framework: 4.0.0.0
--[Information] [2/19/2014 6:21:10 AM] AviSynth: 2.6.0.3 (14-01-2013)
--[Information] [2/19/2014 6:21:10 AM] AvisynthWrapper: (02-01-2009)
--[Information] [2/19/2014 6:21:10 AM] Haali Matroska Splitter: 1.13.138.14 (14-04-2013)
--[Information] [2/19/2014 6:21:10 AM] Haali DSS2: (14-04-2013)
--[Information] [2/19/2014 6:21:10 AM] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
--[Information] [2/19/2014 6:21:10 AM] LinqBridge: 1.0.0.0 (27-05-2009)
--[Information] [2/19/2014 6:21:10 AM] MediaInfo: 0.7.67.0 (10-01-2014)
--[Information] [2/19/2014 6:21:10 AM] MediaInfoWrapper: 0.7.61.0 (06-01-2013)
--[Information] [2/19/2014 6:21:10 AM] MessageBoxExLib: 1.0.2218.28317 (19-12-2008)
--[Information] [2/19/2014 6:21:10 AM] SevenZipSharp: 0.64.3890.29348 (02-01-2011)
--[Information] [2/19/2014 6:21:10 AM] 7z: 9.20 (18-11-2010)
-[Information] Update detection
--[Information] [2/19/2014 6:21:10 AM] Automatic update is disabled
--[Information] [2/19/2014 6:21:20 AM] Connecting to server: http://megui.xvidvideo.ru/auto/
--[Information] [2/19/2014 6:21:21 AM] There are 4 packages which can be updated.
AMED
20th February 2014, 04:00
@leon,
Open up MeGUI, Options, Settings, Extra Configuration tab. Put a tick in use autoupdate and click save. Close MeGUI and reopen it, when prompted install updates.
hello_hello
20th February 2014, 16:32
MeGUI 2473, XP SP3.
When converting lossless audio and using the resample function to change the "frame rate", the conversion fails and the following error is written to the log file:
"An error occurred: Input audio sample format to SSRC must be float."
Converting lossy audio seems okay, it's only converting lossless audio which results in the above error.
For some reason, it only happens when using the portable version of Avisynth. If I switch back to the installed version (2.5.8 in my case) the problem goes away. I should also mention..... if MeGUI is configured to encode with NeroAAC, the job aborts with the above error. If I try the same thing with QAAC as the encoder, MeGUI also crashes.
The only log file difference I can see is the loading of Avisynth plugins according to the Avisynth version being used. For the portable version the script is something like this:
ClearAutoloadDirs()
AddAutoloadDir("C:\Program Files\MeGUI\tools\avs\plugins")
LoadPlugin("C:\Program Files\MeGUI\tools\avisynth_plugin\NicAudio.dll")
RaWavSource("E:\audio.wav")
SSRC((AudioRate()*25)/24).AssumeSampleRate(AudioRate()).TimeStretch(pitch=Float((AudioRate()*25)/24)*100.0/Float(AudioRate()))
return last
When using the installed Avisynth it's this:
LoadPlugin("C:\Program Files\MeGUI\tools\avisynth_plugin\NicAudio.dll")
RaWavSource("E:\audio.wav")
SSRC((AudioRate()*25)/24).AssumeSampleRate(AudioRate()).TimeStretch(pitch=Float((AudioRate()*25)/24)*100.0/Float(AudioRate()))
return last
Which makes me curious because I don't understand much of Avisynth's audio functionality.
Is "TimeStretch" a built-in AVIsynth function? Obviously the first script loads all the plugins in the plugins folder, and there's a dll in there called "TimeStretch", but how does it work when Avisynth 2.5.8 is used and those plugins aren't loaded? And for that matter is SSRC a plugin or is that a built-in Avisynth function?
Thanks.
PS I noticed when MeGUI is trying different audio decoders, BassAudio fails with this error message:
"Failed opening the file with BassAudioSource(). LoadPlugin: unable to load "C:\Program Files\MeGUI\tools\BassAudio.dll"
Once BassAudio was added to the "avisynth_plugin" folder I deleted the original bassaudio folder, so I thought it was my fault at first, but then I realised that's not where MeGUI appears to be looking for it anyway. It appears to be looking in the wrong place.
tebasuna51
20th February 2014, 18:08
@hello_hello
Seems portable version is AviSynth+ (ClearAutoloadDirs(), AddAutoloadDir()), and I think have a new version of SSRC but maybe without the automatic conversion of input data type than AviSynth 2.5.8 have.
When source was decoded from AC3, DTS, etc. with NicAudio or BassAudio the audio samples are float, but from losless sources the audio samples are int, and SSRC from AviSynth+ show the Error.
"SSRC" and "TimeStretch" are built-in AVIsynth functions
leon
20th February 2014, 22:48
@leon,
Open up MeGUI, Options, Settings, Extra Configuration tab. Put a tick in use autoupdate and click save. Close MeGUI and reopen it, when prompted install updates.
Hi MeGUI still cant detect dev versions.
AMED
21st February 2014, 00:19
can you open MeGUI, Options, Update. find MeGUI in the list and right click and make sure ignore updates is not enabled.
If that doesn't work can you take a screenshot of the MeGUI - Updater screen (make sure we can see MeGUI in the screenshot).
hello_hello
21st February 2014, 17:46
@hello_hello
Seems portable version is AviSynth+ (ClearAutoloadDirs(), AddAutoloadDir()), and I think have a new version of SSRC but maybe without the automatic conversion of input data type than AviSynth 2.5.8 have.
When source was decoded from AC3, DTS, etc. with NicAudio or BassAudio the audio samples are float, but from losless sources the audio samples are int, and SSRC from AviSynth+ show the Error.
"SSRC" and "TimeStretch" are built-in AVIsynth functions
I guessed it would probably be something like that. For Avisynth 2.5.8, the MeGUI log file always shows 32bit under "Output Decoder" if SSRC is being used, but without SSRC it shows 16bit or 24bit etc. I assume Zathor will need to add something to the script to convert int to float for Avisynth+, if that's possible.
If TimeStretch is a built-in Avisynth function, what would TimeStretch.dll in the "AutoloadDir" be for? MeGUI only seems to load it for Avisynth+ so I wondered if maybe for Avisynth+ it's not a built-in function and it's the plugin causing the problem?
Zathor
21st February 2014, 20:45
PS I noticed when MeGUI is trying different audio decoders, BassAudio fails with this error message:
"Failed opening the file with BassAudioSource(). LoadPlugin: unable to load "C:\Program Files\MeGUI\tools\BassAudio.dll"
Once BassAudio was added to the "avisynth_plugin" folder I deleted the original bassaudio folder, so I thought it was my fault at first, but then I realised that's not where MeGUI appears to be looking for it anyway. It appears to be looking in the wrong place.
Yes, I noticed that two days ago as well (also for yadif) and commited an update. Will be in the next build.
I guessed it would probably be something like that. For Avisynth 2.5.8, the MeGUI log file always shows 32bit under "Output Decoder" if SSRC is being used, but without SSRC it shows 16bit or 24bit etc. I assume Zathor will need to add something to the script to convert int to float for Avisynth+, if that's possible. Does anyone knows if this is possible with a AviSynth function? Otherwise we have to raise the question about SSRC in the AViSynth+ thread. Maybe it is also a bug - don't know.
If TimeStretch is a built-in Avisynth function, what would TimeStretch.dll in the "AutoloadDir" be for? MeGUI only seems to load it for Avisynth+ so I wondered if maybe for Avisynth+ it's not a built-in function and it's the plugin causing the problem?
Correct, it is not a built-in function in AviSynth+.
tebasuna51
21st February 2014, 22:40
Does anyone knows if this is possible with a AviSynth function?.
ConvertAudioToFloat()
leon
22nd February 2014, 03:15
can you open MeGUI, Options, Update. find MeGUI in the list and right click and make sure ignore updates is not enabled.
If that doesn't work can you take a screenshot of the MeGUI - Updater screen (make sure we can see MeGUI in the screenshot).
I did that.fpr picture look at previous posts.
AMED
22nd February 2014, 05:10
According to that previous screenshot all you need to do is click the upgrade button and it will download the latest MeGUI approved x264 and x265 versions. It also says that you are using the latest version of Megui (v2473).
If you have downgraded x264 manually, then this mismatch in version numbers is normal behavior.
If you get an error when upgrading x264 or x265 please post a screenshot of the error.
Zathor
22nd February 2014, 12:36
ConvertAudioToFloat()
Thanks, added in 2475.
leon
22nd February 2014, 16:30
According to that previous screenshot all you need to do is click the upgrade button and it will download the latest MeGUI approved x264 and x265 versions. It also says that you are using the latest version of Megui (v2473).
If you have downgraded x264 manually, then this mismatch in version numbers is normal behavior.
If you get an error when upgrading x264 or x265 please post a screenshot of the error.
I don't want to update x264.
I'm using version 2467 and when I want to update it ,it doesn't show the latest version.
I've extracted megui manually is it the problem?
Zathor
22nd February 2014, 19:14
2476 [Queue] removed general check for missing packages at queue start
[Update] automatically download needed and missing packages after confirmation if the package was disabled (regression of 2471)
2475 [Audio Encoder] added needed ConvertAudioToFloat() for AviSynth+
2474 [AVS Script Creator] fixed path for Yadif and BassAudioSource (regression of 2471)
AMED
22nd February 2014, 21:06
I don't want to update x264.
I'm using version 2467 and when I want to update it ,it doesn't show the latest version.
I've extracted megui manually is it the problem?Can you try right clicking on the MeGUI.exe and run as administrator and try to update again.
Could you also look in the ..\MeGUI\update_cache\ folder and see if megui-core_2476.zip is there.
LigH
23rd February 2014, 16:11
I am unable to re-enable these packages in the updater via right-click, "package disabled" status persists after clicking on "Enable" in the contect menu:
DGIndexNV (is enabled in External Program Configuration, license.txt is present)
NeroAACEnc (is enabled in External Program Configuration, location with eac3to; but it would be a manual download anyway due to the license)
QAAC (is enabled in External Program Configuration)
x256 (is enabled in External Program Configuration)
Zathor
23rd February 2014, 17:13
Please upload your settings.xml and autoupdate.xml and the log file. Currently I am not able to reproduce it but hopefully with your xml files this is possible.
LigH
23rd February 2014, 18:12
Archived config files (http://www.ligh.de/tmp/MeGUI_LigH.7z)
The same happens on another PC, which I can't access before tomorrow.
hello_hello
23rd February 2014, 19:18
Odd HD Streams Extractor Behaviour?
As as example, I have two MKV files. I want to extract or convert the audio in each using the HD Streams Extractor.
I open MKV #1, the Streams Extractor finds available streams, I check only the audio stream and select AAC as the output. I uncheck "and close" and use the Queue button to add the job to the queue.
I open MKV #2 and use exactly the same process to add the audio encoding job to the queue. I close the HD Streams extractor.
When running the two jobs added to the queue, both jobs convert the audio from MKV #2. The same seems to apply to extracting video and audio etc. Job1 becomes job 2.
I haven't tested to see if the behaviour is the same when using the HD Streams Extractor to rip discs, but I do recall some oddness a while back which might be explained by the same behaviour.... I guess mostly when working with discs they'd be added one at a time and the HD Streams Extractor would be closed and opened in between.
Zathor
23rd February 2014, 21:54
Archived config files (http://www.ligh.de/tmp/MeGUI_LigH.7z)
The same happens on another PC, which I can't access before tomorrow.
Thanks, will be changed in the next build. Btw all packages will be downloaded & enabled when you try to use them (e.g. encode with x265)
Zathor
23rd February 2014, 22:19
Odd HD Streams Extractor Behaviour?
Thanks - I never unchecked the "and close". Hopefully I can reproduce the problem.
2477 [Update] fixed sometimes not possible to enable packages
[Update] improved default update selection logic
[Update] fixed sometimes not processing all packages
Zathor
26th February 2014, 23:06
As as example, I have two MKV files. I want to extract or convert the audio in each using the HD Streams Extractor.
I open MKV #1, the Streams Extractor finds available streams, I check only the audio stream and select AAC as the output. I uncheck "and close" and use the Queue button to add the job to the queue.
I open MKV #2 and use exactly the same process to add the audio encoding job to the queue. I close the HD Streams extractor
Sorry, I cannot reproduce it. Please post the log.
THEAST
27th February 2014, 18:39
Just a quick (I think) bug report: whenever I open MeGUI, if I try updating it right away (from options>update) while the automatic update is also running in background, I get an error that "upgrade.xml" is being used by another process (most probably the automatic update process running in background) and upon pressing "OK", MeGUI crashes. I'm using build 2477 and the issue is 100% reproducible in my case.
rapscallion
27th February 2014, 20:46
Just updated to build 2477 and when restarted, got this :
http://forum.doom9.org/attachment.php?attachmentid=14072&d=1393530306
Guest
27th February 2014, 21:02
Linky no worky.
rapscallion
27th February 2014, 21:31
Are you talking about my post ? If so, not a link, it's a screen shot.
hello_hello
27th February 2014, 22:25
Sorry, I cannot reproduce it. Please post the log.
Two MKVs named "File One.mkv" and "File Two.mkv". Both contain AAC audio. I tell the HD Streams Extractor to simply extract the audio from each, without closing it in-between adding the jobs to the queue. MeGUI extracts the audio from "File Two.mkv" twice.
[Information] Log
-[Information] Versions
--[Information] [28/02/14 7:19:41 AM] MeGUI: 2477
--[Information] [28/02/14 7:19:41 AM] Operating System: Windows XP Professional x86 SP3 (5.1.196608.2600)
--[Information] [28/02/14 7:19:41 AM] .Net Framework: 2.2.30729
--[Information] [28/02/14 7:19:41 AM] .Net Framework: 4.0.30319
--[Information] [28/02/14 7:19:41 AM] AviSynth: 2.6.0.4 (18-09-2013) (inactive)
--[Information] [28/02/14 7:19:41 AM] AviSynth+ portable: 2.6.0.5 (02-01-2014) (active)
--[Information] [28/02/14 7:19:42 AM] AvisynthWrapper: (02-01-2009)
--[Information] [28/02/14 7:19:42 AM] Haali Matroska Splitter: 1.13.138.14 (14-04-2013)
--[Information] [28/02/14 7:19:42 AM] Haali DSS2: (14-04-2013)
--[Information] [28/02/14 7:19:42 AM] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
--[Information] [28/02/14 7:19:42 AM] LinqBridge: 1.0.0.0 (27-05-2009)
--[Information] [28/02/14 7:19:42 AM] MediaInfo: 0.7.67.0 (10-01-2014)
--[Information] [28/02/14 7:19:42 AM] MediaInfoWrapper: 0.7.61.0 (06-01-2013)
--[Information] [28/02/14 7:19:42 AM] MessageBoxExLib: 1.0.2218.28317 (19-12-2008)
--[Information] [28/02/14 7:19:42 AM] SevenZipSharp: 0.64.3890.29348 (02-01-2011)
--[Information] [28/02/14 7:19:42 AM] 7z: 9.20 (18-11-2010)
-[Information] Update detection
--[Information] [28/02/14 7:19:45 AM] Connected to server: http://megui.org/auto/
--[Information] [28/02/14 7:19:45 AM] File downloaded: upgrade.xml
--[Information] [28/02/14 7:19:46 AM] All packages are up to date
-[Information] HD Streams Extractor
--[Information] [28/02/14 8:03:42 AM] Input: E:\File One.mkv
--[Information] [28/02/14 8:03:42 AM] Arguments: "E:\File One.mkv"
--[Information] [28/02/14 8:03:44 AM] Feature Retrieval Completed
--[Information] [28/02/14 8:03:57 AM] Input: E:\File Two.mkv
--[Information] [28/02/14 8:03:57 AM] Arguments: "E:\File Two.mkv"
--[Information] [28/02/14 8:03:59 AM] Feature Retrieval Completed
-[Information] Log for job4 (ext, File One.mkv -> )
--[Information] [28/02/14 8:04:17 AM] Started handling job
--[Information] [28/02/14 8:04:17 AM] Preprocessing
--[Information] [28/02/14 8:04:17 AM] Job commandline:
"C:\Program Files\MeGUI\tools\eac3to\eac3to.exe" "E:\File Two.mkv" 2:"D:\T2_Audio - English.aac" -progressnumbers
--[Information] [28/02/14 8:04:17 AM] Process started
--[Information] [28/02/14 8:04:17 AM] Standard output stream
---[Information] [28/02/14 8:04:18 AM] MKV, 1 video track, 1 audio track, 0:20:25, 24p /1.001
---[Information] [28/02/14 8:04:18 AM] 1: h264/AVC, English, 720x404 24p /1.001
---[Information] [28/02/14 8:04:18 AM] 2: AAC, English, 2.0 channels, 48kHz
---[Information] [28/02/14 8:04:18 AM] a02 Extracting audio track number 2...
---[Information] [28/02/14 8:04:18 AM] a02 Creating file "D:\T2_Audio - English.aac"...
---[Information] [28/02/14 8:04:18 AM] Video track 1 contains 29359 frames.
---[Information] [28/02/14 8:04:18 AM] eac3to processing took 1 second.
---[Information] [28/02/14 8:04:18 AM] Done.
--[Information] [28/02/14 8:04:17 AM] Standard error stream
--[Information] [28/02/14 8:04:18 AM] Postprocessing
--[Information] [28/02/14 8:04:19 AM] Job completed
-[Information] Log for job5 (ext, File Two.mkv -> )
--[Information] [28/02/14 8:04:22 AM] Started handling job
--[Information] [28/02/14 8:04:22 AM] Preprocessing
--[Information] [28/02/14 8:04:22 AM] Job commandline:
"C:\Program Files\MeGUI\tools\eac3to\eac3to.exe" "E:\File Two.mkv" 2:"D:\T2_Audio - English.aac" -progressnumbers
--[Information] [28/02/14 8:04:22 AM] Process started
--[Information] [28/02/14 8:04:22 AM] Standard output stream
---[Information] [28/02/14 8:04:23 AM] MKV, 1 video track, 1 audio track, 0:20:25, 24p /1.001
---[Information] [28/02/14 8:04:23 AM] 1: h264/AVC, English, 720x404 24p /1.001
---[Information] [28/02/14 8:04:23 AM] 2: AAC, English, 2.0 channels, 48kHz
---[Information] [28/02/14 8:04:23 AM] a02 Extracting audio track number 2...
---[Information] [28/02/14 8:04:23 AM] a02 Creating file "D:\T2_Audio - English.aac"...
---[Information] [28/02/14 8:04:24 AM] Video track 1 contains 29359 frames.
---[Information] [28/02/14 8:04:24 AM] eac3to processing took 1 second.
---[Information] [28/02/14 8:04:24 AM] Done.
--[Information] [28/02/14 8:04:22 AM] Standard error stream
--[Information] [28/02/14 8:04:24 AM] Postprocessing
--[Information] [28/02/14 8:04:24 AM] Job completed
Zathor
27th February 2014, 22:32
Just a quick (I think) bug report: whenever I open MeGUI, if I try updating it right away (from options>update) while the automatic update is also running in background, I get an error that "upgrade.xml" is being used by another process (most probably the automatic update process running in background) and upon pressing "OK", MeGUI crashes. I'm using build 2477 and the issue is 100% reproducible in my case.
Thanks, will have a look.
Just updated to build 2477 and when restarted, got this
Your link is not working. I cannot see the picture.
Two MKVs named "File One.mkv" and "File Two.mkv". Both contain AAC audio. I tell the HD Streams Extractor to simply extract the audio from each, without closing it in-between adding the jobs to the queue. MeGUI extracts the audio from "File Two.mkv" twice.
I can see it in your log file but I am still not able to reproduce it. I am using a different setup (mkvs with ac3 files) and have disabled the "and close" .
hello_hello
27th February 2014, 22:56
I can see it in your log file but I am still not able to reproduce it. I am using a different setup (mkvs with ac3 files) and have disabled the "and close" .
If I don't uncheck "and close" it works as expected. It's only when unchecking it and adding two jobs in a row.
I did the same thing again, this time with MKVs containing AC3 audio. There's no point posting the log file. It looks exactly the same as the last one (except for AC3 where AAC was the first time).
I even tried two MKVs with different types of audio. AC3 for the first and AAC for the second. Because job two also became job one, for the first job MeGUI extracted the AAC audio from the second MKV and converted it to AC3 for me.
I've repeated the same thing again using a second PC, also running XP, with the same result. If there's anything else I can try let me know but I'm out of ideas. Cheers.
Zathor
27th February 2014, 23:10
Yes, I got it! You have to disable also "start new jobs immediatly" to trigger it. Now I am hopefully able to fix it.
hello_hello
27th February 2014, 23:36
Ah.... "start new jobs immediately" wasn't something I'd thought of, given I've never enabled that option. I tried a temporary worker, a single worker, two workers.......
I guess it'd have to be disabled though.... unless job one could run straight way while running job two retrospectively.... or something.... :)
At least you can replicate it now. Thanks!
Zathor
28th February 2014, 00:08
It seems this will no be an easy fix. I will continue in the next days.
luke83
28th February 2014, 00:31
Can you add subtitle support to AVS Cutter?
I've found this (http://forum.doom9.org/showpost.php?p=1031094&postcount=1) software but I'd like a MeGUI Tool :/
LigH
28th February 2014, 11:17
@ rapscallion:
Linking an attachment (http://forum.doom9.org/attachment.php?attachmentid=14072&d=1393530306) as an image may fail if the board software doesn't recognize it as an image.
In this case, I get an error message:
Invalid Attachment specified. If you followed a valid link, please notify the administrator
So it may be either a wrong link, or an already removed attachment (e.g. you tried to link to it even before it has been correctly submitted or released).
Attachments in the doom9 forum have to be released by a moderator first. So you may prefer external image hosters for screenshots instead.
hello_hello
28th February 2014, 16:08
Would it be possible for the script creator preview to have a setting which causes it to stay at a particular time position rather than a particular frame? It'd be handy when experimenting with IVTC or de-interlacing.
For example you might be previewing frame number 10,000 at 00:06:40:000 while Yadif de-interlacing is selected. Change that to Yadif with bob and you're previewing frame number 10,000 at 00:03:20:000, which is obviously a different place in the video. Some days, it almost makes me want to cry..... ;)
luke83
28th February 2014, 16:52
Bug:
Even if i set the "Subtitle Name" box in the Muxer window, my player (VLC) shows just the language in the format:
Track 1 [Italiano] instead of Track 1 [Dialoghi]
Audio Name works good. The problem is just Subtitle Name
See the screenshots
Where it's written "Itailano", should be written "Dialoghi" as i 've written on the left
http://s22.postimg.org/subtc6e8d/muxer.png (http://postimg.org/image/subtc6e8d/) http://s22.postimg.org/ecem46mx9/muxer2.png (http://postimg.org/image/ecem46mx9/)
Sorry if my english is not good. I hope you've understood :)
Regards
hello_hello
28th February 2014, 17:21
Bug:
Even if i set the "Subtitle Name" box in the Muxer window, my player (VLC) shows just the language in the format:
It looks more like a VLC bug.
I tried the same thing (adaptive muxer, MP4 output). VLC doesn't display the name of the subtitle stream. MPC-HC does.
Try it again using MKV as the output. VLC will also display the subtitle name.
I could be wrong, but it seems to be an issue with VLC and MP4 subtitles.
luke83
28th February 2014, 23:52
It looks more like a VLC bug.
I tried the same thing (adaptive muxer, MP4 output). VLC doesn't display the name of the subtitle stream. MPC-HC does.
Try it again using MKV as the output. VLC will also display the subtitle name.
I could be wrong, but it seems to be an issue with VLC and MP4 subtitles.
Using Oneclick just for muxing (no audio or video encode), it gives me only MKV container. In MLV VLC works
I think you're right for an half xD
mini-moose
1st March 2014, 09:58
Tried to use yadif now (first time since the avs plugins merge thing) and I get an error saying an error
Avisynth script error
Not An Avisynth 2 C Plugin
Looking at the load script it uses:
LoadCPlugin("C:\megui\tools\avisynth_plugin\yadif.dll")
That command never worked for me and I always used (with or without megui):
Load_Stdcall_plugin("C:\megui\tools\avisynth_plugin\yadif.dll")
I'm pretty sure that's what megui used to use before too. Changing it to Load_Stdcall_plugin works fine as before.
hello_hello
1st March 2014, 13:02
mini-moose,
Are you using MeGUI's portable version of AviSynth+ or an installed version?
The following works for me with Avisynth+ and I'm pretty sure also with Avisynth 2.6 (edit: I checked and it does).
LoadCPlugin("C:\Program Files\MeGUI\tools\avisynth_plugin\yadif.dll")
On the other hand.....
For me the L-smash indexer works with Avisynth+ but not with the latest version of Avisynth 2.6 (standard, not MT). I'm not sure if it's supposed to work with version 2.6.
LoadPlugin: Unable to load plugin "C:\Program Files\MeGUI\tools\lsmash\LSMASHSource.dll", error=0x7e
mini-moose
1st March 2014, 13:35
mini-moose,
Are you using MeGUI's portable version of AviSynth+ or an installed version?
The following works for me with Avisynth+ and I'm pretty sure also with Avisynth 2.6 (edit: I checked and it does).
No, I'm using a standard installation of avisynth 2.6.0.5 (not +).
Switched to "included avisynth" and I get the same error.
Zathor
1st March 2014, 15:59
Based on the wiki Load_Stdcall_plugin is an alias for LoadCPlugin:
http://avisynth.nl/index.php/LoadPlugin
That was the reason why I changed it. If it is causing problems I will revert it.
EDIT: tested it with LoadCPlugin and AviSynth 2.6, AviSynth+ and AviSynth 2.5.8 - it works! Which version are you using?
Zathor
1st March 2014, 16:08
On the other hand.....
For me the L-smash indexer works with Avisynth+ but not with the latest version of Avisynth 2.6 (standard, not MT). I'm not sure if it's supposed to work with version 2.6.
LoadPlugin: Unable to load plugin "C:\Program Files\MeGUI\tools\lsmash\LSMASHSource.dll", error=0x7e
Works for me with AviSynth 2.6 Beta 5.
mini-moose
1st March 2014, 17:14
Based on the wiki Load_Stdcall_plugin is an alias for LoadCPlugin:
http://avisynth.nl/index.php/LoadPlugin
That was the reason why I changed it. If it is causing problems I will revert it.
EDIT: tested it with LoadCPlugin and AviSynth 2.6, AviSynth+ and AviSynth 2.5.8 - it works! Which version are you using?
I know it's supposed to work but it always failed for me while Load_Stdcall_plugin worked. I'm using standard 2.6.0.5 and also tried switching to latest one available in megui's package (avs+ 2.6.0.5 I think). Didn't work with 2.5.8 in the past either.
Zathor
1st March 2014, 17:30
As as example, I have two MKV files. I want to extract or convert the audio in each using the HD Streams Extractor.
I open MKV #1, the Streams Extractor finds available streams, I check only the audio stream and select AAC as the output. I uncheck "and close" and use the Queue button to add the job to the queue.
I open MKV #2 and use exactly the same process to add the audio encoding job to the queue. I close the HD Streams extractor.
When running the two jobs added to the queue, both jobs convert the audio from MKV #2. The same seems to apply to extracting video and audio etc. Job1 becomes job 2.
Thanks, fixed in 2478.
Zathor
1st March 2014, 17:32
I know it's supposed to work but it always failed for me while Load_Stdcall_plugin worked. I'm using standard 2.6.0.5 and also tried switching to latest one available in megui's package (avs+ 2.6.0.5 I think). Didn't work with 2.5.8 in the past either.
Not sure why, but I reverted that in 2479.
mini-moose
1st March 2014, 18:58
Not sure why, but I reverted that in 2479.
thanks.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.