View Full Version : MeGUI: bug reports and feature requests
LigH
13th November 2018, 08:46
Details please... does a log file exist where at least a hint of the analysis can be read? Is there anything to tell about the kind of crash? (Yes, different crash types do exist.) Is there possibly even an AviSynth script of the analysis step left over one could inspect and possibly even check with AVSMeter (if the same avisynth.dll and plugins selection can be configured)?
rhaz
15th November 2018, 19:42
I can confirm I get same issue with megui x64 when indexing a dvd vob (that has interlaced source) and as soon as you tick 'Deinterlace' checkbox it crash. Tried this for dozens DVDs, happening for quite long now, never reported it because I would just switch to x32 version to rip old interlaced DVDs and newer ones with no interlace at x64 because I get like x2 more fps/speed.
avs scripts are basic defaults generated by the tool.
Log example (https://pastebin.com/ULandhEF) (exp. 1 week)
maybe yadif.dll not supporting version or something, because when you tick the checkbox default filter loaded is yadif? I don't know.
locotus
15th November 2018, 20:40
I can confirm I get same issue with megui x64 when indexing a dvd vob (that has interlaced source) and as soon as you tick 'Deinterlace' checkbox it crash. Tried this for dozens DVDs, happening for quite long now, never reported it because I would just switch to x32 version to rip old interlaced DVDs and newer ones with no interlace at x64 because I get like x2 more fps/speed.
avs scripts are basic defaults generated by the tool.
Log example (https://pastebin.com/ULandhEF) (exp. 1 week)
maybe yadif.dll not supporting version or something, because when you tick the checkbox default filter loaded is yadif? I don't know.
Why don't you run megui interlace check and let it to set the
proper de-interlacer or de-telecine with the proper settings?
rhaz
16th November 2018, 09:14
Don't know how to do this.
locotus
16th November 2018, 16:55
Open ifo file of your movie with file indexer, when done you find the interlece check in filters, deinterlacing, just click analyse.
rhaz
16th November 2018, 19:31
Okay, that works. It selects yadif anyway, so why I can't select yadif myself without crashing? It's a bug?
Anyway, encoding won't work, it crashes with "Process exits with error: 0xC0000005 STATUS_ACCESS_VIOLATION (-1073741819)"
LigH
16th November 2018, 23:22
Well, that sounds like the yadif DLL has issues.
But yes, you should be able to select any other deinterlacer instead, e.g. TDeint. Manually. After the automatic detection suggested some.
Zathor
17th November 2018, 19:07
@Zathor
There is a bug when transcoding DTS-HD or TrueHD audio (maybe others as well) in a mkv to another format using One-Click. It extracts the core stream and transcodes that instead of extracting and using the lossless audio stream.
It depends on what you are going to do. If you transcode into a lossless file (flac), it will use the full one, if you transcode to anything else with maximum number of channels <= the core stream, that one will be used.
Zathor
17th November 2018, 19:17
FFmpeg v4.1 is released.
Thanks, uploaded
Zathor
17th November 2018, 19:34
With every DVD I rip, Megui is always crashing upon analyzing the source for interlacing. Stable or Development version, doesn't matter. What has become of this once great tool ?:scared:
More details please (log file, ...)
I can confirm I get same issue with megui x64 when indexing a dvd vob (that has interlaced source) and as soon as you tick 'Deinterlace' checkbox it crash. [..]
maybe yadif.dll not supporting version or something, because when you tick the checkbox default filter loaded is yadif? I don't know.
Sadly I am not able to reproduce it. Do you mind to share a short source file?
Zathor
17th November 2018, 19:46
Hey, I'm trying to encode from a 10-bit source, but every time I do I get this error. I haven't ever encountered this error before when encoding from 10-bit video, and am wondering if anyone has any tips on how to solve it.
Thanks for the report, will be fixed in the next build.
dissory
18th November 2018, 07:41
It depends on what you are going to do. If you transcode into a lossless file (flac), it will use the full one, if you transcode to anything else with maximum number of channels <= the core stream, that one will be used.
Is there any reason why it even uses the lossy core at all? I don't think anyone would want a lossy to lossy transcode when the lossless track is available.
I'm attempting to transcode DTS-HD 2 channel to AAC 2 channel and I would expect it to use the lossless stream yet it uses the core. Is it possible to add an option or a way to force MeGUI to transcode to a lossy file from only the lossless stream not the core regardless of channel count?
rhaz
18th November 2018, 16:26
Hi, I replaced my x64 yadifmod2.dll with latest one from https://github.com/chikuzen/yadifmod2/releases and seems to be fixed.
Zathor
18th November 2018, 19:37
Hi, I replaced my x64 yadifmod2.dll with latest one from https://github.com/chikuzen/yadifmod2/releases and seems to be fixed.
That is strange, the one I have added is newer and supports the new avs+ color formats - and the file does work for me.
On another note a new release is available. The input filters have been restricted to 8 bit by default as I have several reports that custom filters do not support the avs+ color formats, so it has to be enabled if needed.
2890 [Settings] added option to restrict input filters to 8 bit (enabled by default)
[x264] fixed high bit depth support if ffmpeg is not used
2889 [Queue] multiple "waiting" jobs can be assigned to a temporary worker to be processed
internal queue handling optimizations
Lyle_JP
19th November 2018, 06:38
Just updated to the latest development buod of MeGUI (2890), and it is now adding the following line to all of my AVI scripts when I use the AVIScript Creator:
ConvertBits(8))
It's not even proper syntax, and needless to say, it breaks every script unless I remove it.
Zathor
19th November 2018, 08:31
Thanks for the report, however please provide more details (= the full created script).
In the meantime I have forced a downgrade to 2888 and as a workaround you can unselect the "restrict input filter to 8 bit" in the MeGUI\Settings.
EDIT: It seems that this is only an issue if DGIndexNV is used.
EDIT2: Should be fixed in 2891
Betsy25
19th November 2018, 19:51
Just chiming in to report that the constant deinterlace check crashing upon clicking Analyze is gone by moving the Megui folder from C:\Program Files to the root of C:\
wiggaz
19th November 2018, 21:32
Thanks for the report, however please provide more details (= the full created script).
In the meantime I have forced a downgrade to 2888 and as a workaround you can unselect the "restrict input filter to 8 bit" in the MeGUI\Settings.
EDIT: It seems that this is only an issue if DGIndexNV is used.
EDIT2: Should be fixed in 2891
Hi,
I just updated to 2891 but I still get
ConvertBits(8)
when I create a script for an AVC source.
Zathor
19th November 2018, 22:07
That is a correct syntax:
http://avisynth.nl/index.php/ConvertBits
wiggaz
19th November 2018, 22:25
That is a correct syntax:
http://avisynth.nl/index.php/ConvertBits
Yes, sorry,
I was meaning I can still get it on the script creator, but then I saw the removing option in the Settings.
Zathor
19th November 2018, 22:51
Ah, ok. It should not harm at all if the input filter is returning a 8 bit video.
LigH
20th November 2018, 08:26
@Betsy25:
It has always been recommended not to install MeGUI inside of a directory which is guarded by the UAC, it won't have permissions to write files there. The legacy of pre-Vista development.
doomleox999
23rd November 2018, 03:04
Why MeGUI x64 keeps asking me to update AviSynth plugins even though they are up to date?
https://i.imgur.com/rVbidtO.jpg
I'm also having this problem:
https://i.imgur.com/0P6BNCp.jpg
The only workaround I found is to add "ConvertBits(16)" to the end of the script.
Lyle_JP
23rd November 2018, 09:19
New bug with 2891 and AVISynth Script Creator. Now, even though I have "Nvidia Resizer" unchecked when using DGIndexNV, it is still doing a source resize in the script, along with the resize filter I asked for. Example:
LoadPlugin("C:\Program Files (x86)\MeGUI_x86\tools\dgindexnv\DGDecodeNV.dll")
DGSource("D:\Princess Bride old\Princess Bride.dgi",fieldop=0, resize_w=1120, resize_h=608)
#deinterlace
crop(2, 16, -2, -24)
Spline36Resize(1120,608) # Spline36 (Neutral)
LoadPlugin("C:\Program Files (x86)\MeGUI_x86\tools\avisynth_plugin\UnDot.dll")
Undot() # Minimal Noise
The bolded part should not be there with the Nvidia Resizer option unchecked. This behavior just started with 2891
pommesmatte
24th November 2018, 14:59
New bug with 2891 and AVISynth Script Creator. Now, even though I have "Nvidia Resizer" unchecked when using DGIndexNV, it is still doing a source resize in the script, along with the resize filter I asked for.
The bolded part should not be there with the Nvidia Resizer option unchecked. This behavior just started with 2891
I'm also seeing this. And I don't even use resize anywhere.
I crop in Avisynth and the resulting file has the correct playback aspect ratio BUT the wrong Pixel height.
Workaround for me this far is either removing the resize options manually from the script or do the cropping in DGIndexNV.
By the way: Why AVS Script Creator (optinally) doesn't put the cropping parameters in the DGSource statement? Wouldn't that be the far better procedure?
Zathor
24th November 2018, 16:09
[B]Why MeGUI x64 keeps asking me to update AviSynth plugins even though they are up to date?
Thanks for the report. Could you please upload a full log (I do need the "Versions" part)? Also what happens if you update the plugins? Will it always come back? If yes, please upload your AutoUpdate.xml
Link to the bug report: https://sourceforge.net/p/megui/bugs/936/
EDIT: fixed (see bug report)
Also update to 2891 which should fix the color space issue.
Zathor
24th November 2018, 19:52
By the way: Why AVS Script Creator (optinally) doesn't put the cropping parameters in the DGSource statement? Wouldn't that be the far better procedure?
Currently working on that while fixing the resize bug. In my eyes this cannot be optional as the cropping must happen before the resize so it must be in the DGSource() call ==> if resize is enabled with DGSource, also the cropping has to happen there. Only issue is that for AVS cropping mod2 is fine while DGSource() does need mod4 so I have to increase to the next mod4 value = overcropping.
Zathor
24th November 2018, 22:10
2893 [OneClick] fixed fatal error in some cases (regression of 2882). bug #937
2892 [AVS Script Creator] added an option in the profile to use the DGIndexNV crop & resize filter if possible
if resize with DGIndexNV is enabled also cropping will be done that way (mod4 is forced for crop values)
fixed always applying the resize parameters to DGSource() (regression of 2891)
pommesmatte
24th November 2018, 23:55
Awesome! Works great thus far!
EDIT: There seems to be a bug left with the overcropping. The crop uses mod4 (134,138,142...), but if e.g. 138 top and bottom is chosen, in DGSource it becomes 140, but in the resulting video stream, there is a black border left on the bottom.
Maybe something to do with those 1088 height thing?
doomleox999
25th November 2018, 00:15
Thanks for the report. Could you please upload a full log (I do need the "Versions" part)? Also what happens if you update the plugins? Will it always come back? If yes, please upload your AutoUpdate.xml
Link to the bug report: https://sourceforge.net/p/megui/bugs/936/
EDIT: fixed (see bug report)
Also update to 2891 which should fix the color space issue.
I'm using MeGUI x64. It doesn't let me update to 2891. Should I use MeGUI x86? Is there any difference perfomance wise? I have a 64 bits system so I thought I should use MeGUI x64 to, let's say, encode faster, is that the case?
After updating, the problem comes back the next day. Is this what you need?
https://i.imgur.com/W0WFDG5.jpg
pommesmatte
25th November 2018, 00:22
I'm using MeGUI x64. It doesn't let me update to 2891.
You have to switch the update server to "development".
Should I use MeGUI x86? Is there any difference perfomance wise? I have a 64 bits system so I thought I should use MeGUI x64 to, let's say, encode faster, is that the case?
x64 is faster on x64 systems.
Zathor
25th November 2018, 10:15
I'm using MeGUI x64. It doesn't let me update to 2891. Should I use MeGUI x86? Is there any difference perfomance wise? I have a 64 bits system so I thought I should use MeGUI x64 to, let's say, encode faster, is that the case?
Switch to the development server (in Options\Settings\Extra Config).
I still do recommend the x86 version as not all filters are available as x64 versions. However if x64 works for you, then you can continue to use it.
After updating, the problem comes back the next day. Is this what you need?
https://i.imgur.com/W0WFDG5.jpg
That problem has been fixed already, but it will take up to 60 hours before your client gets the new config data from the update server. Also depending on what you do have there, one final update may be required.
doomleox999
25th November 2018, 16:44
You have to switch the update server to "development".
x64 is faster on x64 systems.
Switch to the development server (in Options\Settings\Extra Config).
I still do recommend the x86 version as not all filters are available as x64 versions. However if x64 works for you, then you can continue to use it.
That problem has been fixed already, but it will take up to 60 hours before your client gets the new config data from the update server. Also depending on what you do have there, one final update may be required.
Thanks for your answers. I did as you say and it works now. However, I have a problem with the development server update, some settings are different or they just disappeared:
https://i.imgur.com/oojc19u.jpg
Will this be fixed? Should I return to the stable servers? This development update will eventually be in the stable servers right?
LigH
25th November 2018, 18:15
Could you please avoid yelling? There is no need to write everything in bold.
Zathor
25th November 2018, 19:43
[B]Thanks for your answers. I did as you say and it works now. However, I have a problem with the development server update, some settings are different or they just disappeared:
Will this be fixed? Should I return to the stable servers? This development update will eventually be in the stable servers right
I got tired of these questions where the settings have been gone to (let us have new ones...):
2894 [Main] moved menu items:
- "options\update" to "tools\update"
- "options\settings" to "options"
- "workers\settings" to "options"
- "workers\overview" to "view\worker overview"
And yes, this will be at some point also applied to the stable branch.
LeMoi
25th November 2018, 19:46
The problem is that you have to go to Doom9 forum and this topic to know about changelog before an update.
Maybe you should find a way to display changelog in the updater window, so that we know what has changed before we agree to the update?
Zathor
25th November 2018, 19:49
The problem is that you have to go to Doom9 forum and this topic to know about changelog before an update.
Maybe you should find a way to display changelog in the updater window, so that we know what has changed before we agree to the update?
To read the changelog after the update has been done should be sufficient (help\changelog).
doomleox999
27th November 2018, 01:18
https://i.imgur.com/cuFwSW6.jpg
I get that message whenever I load an mkv file to One Click Encoder and I have selected mp4 as output. Is there any way to disable that?
Glarioo
27th November 2018, 16:49
Cannot use dgindexnv anymore after an update yesterday.
Zathor
27th November 2018, 18:37
https://i.imgur.com/cuFwSW6.jpg
I get that message whenever I load an mkv file to One Click Encoder and I have selected mp4 as output. Is there any way to disable that?
Something must be in your MKV which cannot be muxed into a MP4 by MeGUI.
Zathor
27th November 2018, 18:38
Cannot use dgindexnv anymore after an update yesterday.
Could you upload your log please somewhere where it can be accessed without the approval for the upload? E.g. try https://pastebin.com/
Glarioo
27th November 2018, 20:13
Could you upload your log please somewhere where it can be accessed without the approval for the upload? E.g. try https://pastebin.com/
It has something to do with the license, but I did not change anything about it.
[Error] Log
-[Information] Versions
--[Information] MeGUI: 2894 x64
--[Information] MeGUI Debug Data: available
--[Information] Update Check: development update server
--[Information] System Information
---[Information] Operating System: Windows 10 Pro 1803 x64 (10.0.17134.407)
---[Information] .NET Framework: 4.0 (4.0.0.0)
---[Information] .NET Framework: 4.7 (4.7.03056)
---[Information] Redistributables
----[Information] Microsoft Visual C++ 2010 x64: 10.0.40219
----[Information] Microsoft Visual C++ 2010 x86: 10.0.40219
----[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.30501
----[Information] Microsoft Visual C++ 2013 x86: 12.0.30501
----[Information] Microsoft Visual C++ 2017 x64: 14.14.26405
----[Information] Microsoft Visual C++ 2017 x86: 14.10.25017
---[Information] DPI: 100% (96/96)
---[Information] Monitor 1
----[Information] Resolution: 1920x1080
----[Information] Primary Screen: True
--[Information] Component Information
---[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: 18.05.0.0 (08-05-2018)
---[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: 0.1
----[Information] File Date: 02-07-2018
----[Information] File Name: AviSynth+ 0.1 (r2728, MT, x86_64)
----[Information] File Path: c:\users\gebruiker\documents\blu ray\megui-core-2690-64\avisynth.dll
----[Information] AviSynth Version: AviSynth+ 0.1 (r2728, MT, x86_64)
----[Information] AviSynth+: true
----[Information] AviSynth MT: true
----[Information] AviSynth Status: active
-[Information] Update detection
--[Information] [26/11/2018 22:29:37] Using cached update config and server: http://megui.org/auto/
--[Information] [26/11/2018 22:29:37] No package requires an update
-[Information] OneClick
--[Information] [26/11/2018 22:30:48] MediaInfo
---[Information] File: G:\VIDEO\GOODNIGHT_MR_FOOT.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FileSize: 485734540
----[Information] PlayTime: 00:04:07.580
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] CodecID: V_MPEG4/ISO/AVC
----[Information] Format: AVC
----[Information] FormatInfo: Advanced Video Codec
----[Information] Width: 1920
----[Information] Height: 1080
----[Information] FrameCount: 5936
----[Information] FrameRate: 23.976
----[Information] FrameRateMode: CFR
----[Information] FrameRateModeString: Constant
----[Information] Duration: 00:04:07.581
----[Information] ScanType: Progressive
----[Information] Bits Depth: 8
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] PixelAspectRatio: 1.000
----[Information] Delay: 0
----[Information] LanguageString: English
----[Information] Default: No
----[Information] Forced: No
---[Information] Audio
----[Information] ID: 2
----[Information] StreamOrder: 1
----[Information] CodecID: A_AC3
----[Information] Format: AC-3
----[Information] FormatInfo: 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] Delay: 0
----[Information] Title: Stereo
----[Information] Language: en
----[Information] LanguageString: English
----[Information] Default: Yes
----[Information] Forced: No
---[Information] Text
----[Information] ID: 3
----[Information] StreamOrder: 2
----[Information] CodecID: S_HDMV/PGS
----[Information] CodecIDInfo: Picture based subtitle format used on BDs/HD-DVDs
----[Information] Format: PGS
----[Information] Language: nl
----[Information] LanguageString: Dutch
----[Information] Default: Yes
----[Information] Forced: No
---[Information] Text
----[Information] ID: 4
----[Information] StreamOrder: 3
----[Information] CodecID: S_HDMV/PGS
----[Information] CodecIDInfo: Picture based subtitle format used on BDs/HD-DVDs
----[Information] Format: PGS
----[Information] Language: fr
----[Information] LanguageString: French
----[Information] Default: No
----[Information] Forced: No
--[Information] [26/11/2018 22:31:34] Video: G:\VIDEO\GOODNIGHT_MR_FOOT.mkv
--[Information] [26/11/2018 22:31:34] Audio: G:\VIDEO\GOODNIGHT_MR_FOOT.mkv ([2] - AC-3 - 2 channels / 48.0 kHz / English / Stereo)
--[Information] [26/11/2018 22:31:34] Subtitle: G:\VIDEO\GOODNIGHT_MR_FOOT.mkv ([2] - PGS / Dutch / PGS-Origineel)
--[Information] [26/11/2018 22:31:34] Subtitle: G:\VIDEO\GOODNIGHT_MR_FOOT.mkv ([3] - PGS / French)
-[Information] Log for job1 (ext, GOODNIGHT_MR_FOOT.mkv -> )
--[Information] [26/11/2018 22:31:39] Started handling job
--[Information] [26/11/2018 22:31:39] Preprocessing
--[Information] [26/11/2018 22:31:39] MediaInfo
---[Information] File: G:\VIDEO\GOODNIGHT_MR_FOOT.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FileSize: 485734540
----[Information] PlayTime: 00:04:07.580
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] CodecID: V_MPEG4/ISO/AVC
----[Information] Format: AVC
----[Information] FormatInfo: Advanced Video Codec
----[Information] Width: 1920
----[Information] Height: 1080
----[Information] FrameCount: 5936
----[Information] FrameRate: 23.976
----[Information] FrameRateMode: CFR
----[Information] FrameRateModeString: Constant
----[Information] Duration: 00:04:07.581
----[Information] ScanType: Progressive
----[Information] Bits Depth: 8
----[Information] AspectRatio: 1.778
----[Information] AspectRatioString: 16:9
----[Information] PixelAspectRatio: 1.000
----[Information] Delay: 0
----[Information] LanguageString: English
----[Information] Default: No
----[Information] Forced: No
---[Information] Audio
----[Information] ID: 2
----[Information] StreamOrder: 1
----[Information] CodecID: A_AC3
----[Information] Format: AC-3
----[Information] FormatInfo: 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] Delay: 0
----[Information] Title: Stereo
----[Information] Language: en
----[Information] LanguageString: English
----[Information] Default: Yes
----[Information] Forced: No
---[Information] Text
----[Information] ID: 3
----[Information] StreamOrder: 2
----[Information] CodecID: S_HDMV/PGS
----[Information] CodecIDInfo: Picture based subtitle format used on BDs/HD-DVDs
----[Information] Format: PGS
----[Information] Language: nl
----[Information] LanguageString: Dutch
----[Information] Default: Yes
----[Information] Forced: No
---[Information] Text
----[Information] ID: 4
----[Information] StreamOrder: 3
----[Information] CodecID: S_HDMV/PGS
----[Information] CodecIDInfo: Picture based subtitle format used on BDs/HD-DVDs
----[Information] Format: PGS
----[Information] Language: fr
----[Information] LanguageString: French
----[Information] Default: No
----[Information] Forced: No
--[Information] [26/11/2018 22:31:39] Job command line: "C:\Users\Gebruiker\Documents\Blu Ray\megui-core-2690-64\tools\mkvmerge\mkvextract.exe" "G:\VIDEO\GOODNIGHT_MR_FOOT.mkv" tracks 1:"G:\BDRB_Work\4gxdsqfy.0ri\GOODNIGHT_MR_FOOT - [1][0] English.ac3" 2:"G:\BDRB_Work\4gxdsqfy.0ri\GOODNIGHT_MR_FOOT - [1][0] Dutch.sup" 3:"G:\BDRB_Work\4gxdsqfy.0ri\GOODNIGHT_MR_FOOT - [2][1] French.sup" --ui-language en
--[Information] [26/11/2018 22:31:39] Process started
--[Information] [26/11/2018 22:31:39] Standard output stream
---[Information] [26/11/2018 22:31:39] Extracting track 1 with the CodecID 'A_AC3' to the file 'G:\BDRB_Work\4gxdsqfy.0ri\GOODNIGHT_MR_FOOT - [1][0] English.ac3'. Container format: Dolby Digital (AC-3)
---[Information] [26/11/2018 22:31:39] Extracting track 2 with the CodecID 'S_HDMV/PGS' to the file 'G:\BDRB_Work\4gxdsqfy.0ri\GOODNIGHT_MR_FOOT - [1][0] Dutch.sup'. Container format: SUP
---[Information] [26/11/2018 22:31:39] Extracting track 3 with the CodecID 'S_HDMV/PGS' to the file 'G:\BDRB_Work\4gxdsqfy.0ri\GOODNIGHT_MR_FOOT - [2][1] French.sup'. Container format: SUP
--[Information] [26/11/2018 22:31:39] Standard error stream
--[Information] [26/11/2018 22:31:40] Postprocessing
--[Information] [26/11/2018 22:31:40] Job completed
-[Error] Log for job2 (idx, GOODNIGHT_MR_FOOT.mkv -> GOODNIGHT_MR_FOOT.dgi)
--[Information] [26/11/2018 22:31:40] Started handling job
--[Information] [26/11/2018 22:31:40] Preprocessing
--[Information] [26/11/2018 22:31:40] Job command line: "C:\Users\Gebruiker\Documents\Blu Ray\megui-core-2690-64\tools\dgindexnv\dgindexnv.exe" -i "G:\VIDEO\GOODNIGHT_MR_FOOT.mkv" -o "G:\BDRB_Work\4gxdsqfy.0ri\GOODNIGHT_MR_FOOT.dgi" -h
--[Information] [26/11/2018 22:31:40] Process started
--[Information] [26/11/2018 22:31:40] Standard output stream
---[Information] [26/11/2018 22:31:40] Invalid license!
--[Information] [26/11/2018 22:31:40] Standard error stream
--[Error] [26/11/2018 22:31:41] Process exits with error: 2
--[Information] [26/11/2018 22:31:41] Job completed
-[Information] [26/11/2018 22:31:45] User aborted shutdown
Zetti
27th November 2018, 20:17
You have to generate a new license.
Zathor
27th November 2018, 20:29
http://rationalqm.us/board/viewtopic.php?f=5&t=463&start=140#p9131
Revised the machine ID generation to be more stable for the case that fallback must be made to the HDD identification. Previously, the HDD volume ID was used, but this could change when the OS is updated. Now, the HDD HW serial number is used. As this is hard-coded, it will not change when OS updates are applied. Note that if your system uses this fallback (because no usable motherboard serial number is available), you will need to generate a new license when you get this slipstream. Thereafter, things should be stable.
Glarioo
27th November 2018, 22:40
http://rationalqm.us/board/viewtopic.php?f=5&t=463&start=140#p9131
What is the advantage of dgindexnv versus lsmash, the default app of MeGui?
LigH
27th November 2018, 22:57
It uses the PureVideo decoder chip of your Nvidia graphic chipset (https://en.wikipedia.org/wiki/Nvidia_PureVideo). If you have a supported version.
And the disadvantage is, you have to pay a little amount for a registration.
Glarioo
27th November 2018, 23:06
It uses the PureVideo decoder chip of your Nvidia graphic chipset (https://en.wikipedia.org/wiki/Nvidia_PureVideo). If you have a supported version.
And the disadvantage is, you have to pay a little amount for a registration.
MeGui uses my CPU, not my GPU (GeForce GTX 1050 TI):confused:
videoh
28th November 2018, 00:40
MeGui uses my CPU, not my GPU (GeForce GTX 1050 TI):confused: The GPU is used for decoding via DG tools if you have configured it to do so. DG tools only accelerate decoding, not encoding.
LigH
28th November 2018, 09:31
And MeGUI is only the user interface and AviSynth script generator and workflow manager. The conversion itself is done by background tools (AviSynth with decoder and filters feeding your encoder, e.g. x264 or x265 or ...).
doomleox999
28th November 2018, 12:54
Something must be in your MKV which cannot be muxed into a MP4 by MeGUI.
Yes, that would be the subtitles and the attachments (like fonts), what I'm asking is if there's a way to disable that warning. I only have selected mp4 as output:
https://i.imgur.com/jI35yey.jpg
Obviously subtitles and fonts can't be muxed automatically (I wish though one day that would be possible without having to extract the subtitles and install the fonts) but if you only have selected mp4 as output like me, the warning is meaningless.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.