Log in

View Full Version : MeGUI: bug reports and feature requests


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 [115] 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147

Barough
12th September 2017, 05:47
@Zathor
MediaInfo 0.7.99 is out. :)

LigH
18th September 2017, 09:16
No cross-posting please. You already asked in the other thread (https://forum.doom9.org/showthread.php?p=1817170#post1817170).

Zathor
18th September 2017, 18:04
@Zathor
MediaInfo 0.7.99 is out. :)
Thanks!

LeMoi
23rd September 2017, 22:48
When I want to rip a movie from a Blu-Ray ISO mounted in a virtual drive (an M2TS file), MEGui doesn't allow me to use 'L-SMASH Works' with File Indexer, only FFMSIndex (which is way slower that the other option...), is there a way to solve this? I have no such problem if I extract the files in a folder on my HDD...

Zathor
23rd September 2017, 23:22
The Index file has to be created in the directory of the input file.

LeMoi
27th September 2017, 22:48
Even if I choose another folder in the output section? So the only way is to copy the m2ts file in the HDD?

LigH
27th September 2017, 23:20
The AviSynth plugin will look for an existing index file in the same directory as the source file, and create a new one just there if it does not exist (and if you did not disable creating it – which LwLibavSource does not support; only FFMS2 supports keeping the index in the RAM, and LSMASHVideoSource would rely on an index chunk present in the source file, but only works with ISO Media container formats like MOV and MP4, not with M2TS).

So yes: First copy the file to the harddisk where an index file can be written. Your optical drive will enjoy less stress as well, converting directly from it may cause a lot more seek operations than just one straight copy.

LeMoi
28th September 2017, 16:30
OK, thanks for your answers, and BTW I was talking about a virtual drive, not optical, so I think read speed would be the same ^^

LigH
1st October 2017, 14:25
MeGUI 2768 Dev. / Updater: While no update is available, the "Abort" button does not close the updater, only disables itself. So what is its intended function?

Zathor
3rd October 2017, 10:46
Good question, it was "always there". I am not even sure if it really aborts when an update is running :(
Maybe best thing is to remove it.

dissory
6th October 2017, 08:39
@Zathor

When transcoding audio using OneClick, it shifts the audio tracks to the wrong position in the output file (even though tracks were in the right order while in the OneClick GUI).

I've included a sample file + steps to reproduce: https://mega.nz/#!ZHpjWIBI!VRLZnCWDyQU4Z1Aufmre_KwR4ERdRxGVYaedT9rRY1Q

Zathor, any chance you found out why this occurs?

Zathor
8th October 2017, 15:43
No, I have not had a look into the source code since July. Only a quick one today for:

2770 [Chapter] added support for alternative TXT chapter files (regression of 2753). bug #893
2769 [Chapter] improved Apple XML handling. patch #70 by Eli Bildirici

Zetti
10th October 2017, 23:16
eac3to v3.32 is released.

tebasuna51
11th October 2017, 11:06
With eac3to v3.32 we can extract HEVC tracks like .h265 (only, can't output mkv even with haali installed)

You need modify the HD Stream Extractor to allow that in:

Zathor
11th October 2017, 21:37
Thanks, has the eac3 demux also been fixed?

tebasuna51
11th October 2017, 22:37
[Nope, the demux always output elementary video streams, before video outputs can be .h264, .m2v or .vc1
Now can output also .h265]

Sorry I confused your question.

Nope, the changelog is only:

* added support for UHD Blu-Ray playlists and clip infos
* added support for h265/HEVC bitstream parsing
* added support for m2ts h265/HEVC splitting
* added support for MKV h265/HEVC splitting
* added support for h265/HEVC framerate modifications
* added detection for Dolby Vision Enhancement Layer

hello_hello
12th October 2017, 02:10
Zathor,

any chance of adding an avc extension to the supported file types list for the muxers? It's easy enough to change the extension to to h264, but MKVToolNix is happy with avc (and gMKVExtractGUI extracts it that way).

Cheers.

tebasuna51
12th October 2017, 10:46
Now the muxer support .264 and .h264 for RAW MPEG-4 AVC Files
Maybe Zathor can add .avc

BTW any GUI for mkvextract.exe can select the extension without limits, maybe is more easy change gMKVExtractGUI to output .h264
Now my GUI for mkvextract.exe (UsEac3to) output .264 and can modify this to .h264 (in next version 1.2.7) to match the extension than eac3to demux output.
MkvToolNix (and eac3to) accept any extension because identify the stream by the header, not by extension.

Now the muxer accept only .hevc for RAW MPEG-H HEVC Files, must add .h265 (please Zathor) like eac3to output.

skywalker
14th October 2017, 01:42
Good evening!

I'm new here, and I have a problem that haunts me for a long time and I do not know how to solve it.

I can not do coder in Megui in 2pass 1st pass. It always happens the same error and could not solve, whether you helped me?

The bug is this:

Error starting job
Exception message: Calling setup failed with 'Required file' error C: \ User \ THS.264' is missing
Starcktrace: in MeGUI.core.gui.JobWorker.startEncoding (TaggedJob job)
Inner exception: null

Whenever you change encoder mode to 2pass, this appears. And it always says:

program --preset veryslow --tune film --pass 1 --bitrate 30000 --stats ".stats" --keyint 300 --output NUL "input"

Could someone help me solve this?

Thanks!

Zathor
14th October 2017, 11:53
Please post a full log

Zetti
14th October 2017, 17:11
MKVToolNix v17.0.0 is released.

Zathor
14th October 2017, 17:58
Thx, new versions of eac3to, mkvtoolnix and mp4box are not online. mp4box update is required to properly support hevc/h265.

sneaker_ger
14th October 2017, 18:02
mp4box update is required to properly support hevc/h265.
Can you link to further info about this?

Zathor
14th October 2017, 18:19
Sure, I run with the sample file I have in this issue:
https://github.com/gpac/gpac/issues/834

Interestingly only if demuxed with eac3to in a hevc file extension. If demuxed to h265 it did not occur. In any case the update of mp4box fixed it.
EDIT: ffmpeg also updated

Zathor
14th October 2017, 18:50
2771 [HD Streams Extractor] added support for HEVC video tracks (requires eac3to 3.32+)
[Muxer] added support for the h265 file extension

Megalith
15th October 2017, 21:28
I updated eac3to to 3.32, but the Streams Extractor is unable to extract any h265/HEVC files despite having them listed (Type: Unknown). Is this normal?

Zathor
15th October 2017, 21:29
Do you have updated MeGUI also to 2771? If yes, please post a log - if not, please update MeGUI.

Megalith
15th October 2017, 21:39
Thank you; updating did the trick. I did not realize I had to go into the options menu and change the update server to the development one.

skywalker
24th October 2017, 15:58
Hi, good morning!

Could someone help me with the error below.
I can not encode any videos in 2pss 1st pass, this same error always occurs.

Does anyone know what is happening and could help me?

[Error] Log
-[Information] Versions
--[Information] [24/10/2017 12:36:46] MeGUI: 2715
--[Information] [24/10/2017 12:36:46] Operating System: Windows 10 Home x86 (10.0.0.15063)
--[Information] [24/10/2017 12:36:46] .NET Framework: 4.0 (4.0.0.0)
--[Information] [24/10/2017 12:36:46] .NET Framework: 4.7 (4.7.02046)
--[Information] [24/10/2017 12:36:50] AviSynth: 2.6.0.6 (31-03-2015) (active)
--[Information] [24/10/2017 12:36:50] AviSynth portable: 2.6.0.6 (21-09-2015) (inactive)
--[Information] [24/10/2017 12:36:50] AvisynthWrapper: (02-01-2009)
--[Information] [24/10/2017 12:36:50] Haali Media Splitter: not installed
--[Information] [24/10/2017 12:36:50] Haali DSS2: not installed
--[Information] [24/10/2017 12:36:50] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
--[Information] [24/10/2017 12:36:50] MediaInfo: 0.7.94.0 (30-03-2017)
--[Information] [24/10/2017 12:36:50] MediaInfoWrapper: 0.7.61.0 (06-01-2013)
--[Information] [24/10/2017 12:36:50] MessageBoxExLib: 1.0.2218.28317 (19-12-2008)
--[Information] [24/10/2017 12:36:50] SevenZipSharp: 0.64.3890.29348 (02-01-2011)
--[Information] [24/10/2017 12:36:50] 7z: 9.20 (18-11-2010)
-[Information] Update detection
--[Information] [24/10/2017 12:36:46] Using cached update config and server: http://megui.org/auto/stable/
--[Information] [24/10/2017 12:36:46] No package requires an update
-[Warning] Log for job9 (video, FGTR3.avs -> FGTR3.264)
--[Information] [24/10/2017 12:37:37] Started handling job
--[Information] [24/10/2017 12:37:37] Preprocessing
--[Information] [24/10/2017 12:37:38] Avisynth input script
---[NoImage] LoadPlugin ("C:\Program Files\AviSynth\plugins\DGDecode.dll")
---[NoImage] Video = mpeg2source ("C:\Users\danni\Videos\FGTR\FGTR.d2v", cpu=4, info=3)
---[NoImage] Audio = FFAudioSource ("C:\Users\danni\Videos\FGTR\FGTR.ac3")
---[NoImage] AudioDub (Video, Audio)
---[NoImage] ColorMatrix (interlaced=true, hints=true, threads=0)
---[NoImage] TDeint (mode=1, order=1, mtnmode=1)
---[NoImage] BlendBob ()
---[NoImage] Decimate (cycle=5, mode=2, quality=3)
---[NoImage] Crop (10, 4, -6, 0, align=true)
---[NoImage] BlackmanResize (1464, 1080)
---[NoImage] Deblock (quant=25, aOffset=0, bOffset=0)
---[NoImage] AddGrain (var=7)
---[NoImage] EnsureVBRMP3Sync ()
--[Information] [24/10/2017 12:37:38] resolution: 1464x1080
--[Information] [24/10/2017 12:37:38] frame rate: 24000/1001
--[Information] [24/10/2017 12:37:38] aspect ratio: 61:45 (1.356)
--[Information] [24/10/2017 12:37:38] changing --ref to 5
--[Information] [24/10/2017 12:37:38] Job command line: "C:\Users\danni\Documents\MeGUI\tools\x264\x264.exe" --level 4.2 --preset veryslow --tune film --pass 1 --bitrate 29999 --stats "C:\Users\danni\Videos\FGTR\FGTR3.stats" --keyint 288 --min-keyint 28 --vbv-bufsize 78125 --vbv-maxrate 62500 --sar 1:1 --output NUL "C:\Users\danni\Videos\FGTR\FGTR3.avs"
--[Information] [24/10/2017 12:37:38] Process started
--[Information] [24/10/2017 12:37:38] Standard output stream
--[Warning] [24/10/2017 12:37:38] Standard error stream
---[Information] [24/10/2017 12:37:48] avs [info]: 1464x1080p 1:1 @ 24000/1001 fps (cfr)
---[Information] [24/10/2017 12:37:48] x264 [info]: using SAR=1/1
---[Warning] [24/10/2017 12:37:48] x264 [warning]: VBV bitrate (62500) > level limit (50000)
---[Warning] [24/10/2017 12:37:48] x264 [warning]: VBV buffer (78125) > level limit (62500)
---[Information] [24/10/2017 12:37:48] x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
---[Information] [24/10/2017 12:37:48] x264 [info]: profile Main, level 4.2
---[Information] [24/10/2017 12:47:32] x264 [info]: frame I:67 Avg QP:15.73 size:346311
---[Information] [24/10/2017 12:47:32] x264 [info]: frame P:1569 Avg QP:19.56 size:184281
---[Information] [24/10/2017 12:47:32] x264 [info]: frame B:4244 Avg QP:20.18 size:143176
---[Information] [24/10/2017 12:47:33] x264 [info]: consecutive B-frames: 7.0% 6.1% 7.9% 18.3% 20.1% 34.2% 4.4% 0.8% 1.2%
---[Information] [24/10/2017 12:47:33] x264 [info]: mb I I16..4: 33.4% 0.0% 66.6%
---[Information] [24/10/2017 12:47:33] x264 [info]: mb P I16..4: 73.4% 0.0% 0.0% P16..4: 26.6% 0.0% 0.0% 0.0% 0.0% skip: 0.0%
---[Information] [24/10/2017 12:47:33] x264 [info]: mb B I16..4: 47.9% 0.0% 0.0% B16..8: 30.0% 0.0% 0.0% direct:20.0% skip: 2.1% L0:15.6% L1:17.3% BI:67.1%
---[Information] [24/10/2017 12:47:33] x264 [info]: final ratefactor: 17.09
---[Information] [24/10/2017 12:47:33] x264 [info]: direct mvs spatial:99.8% temporal:0.2%
---[Information] [24/10/2017 12:47:33] x264 [info]: coded y,uvDC,uvAC intra: 99.9% 22.0% 1.0% inter: 80.2% 24.5% 0.1%
---[Information] [24/10/2017 12:47:33] x264 [info]: i16 v,h,dc,p: 3% 3% 75% 19%
---[Information] [24/10/2017 12:47:33] x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 10% 12% 19% 9% 9% 9% 10% 9% 11%
---[Information] [24/10/2017 12:47:33] x264 [info]: i8c dc,h,v,p: 67% 14% 17% 3%
---[Information] [24/10/2017 12:47:33] x264 [info]: Weighted P-Frames: Y:6.4% UV:3.3%
---[Information] [24/10/2017 12:47:33] x264 [info]: kb/s:30010.07
---[Information] [24/10/2017 12:47:33] encoded 5880 frames, 9.92 fps, 30010.06 kb/s
--[Information] [24/10/2017 12:47:33] Postprocessing
---[Information] [24/10/2017 12:47:33] Deleting intermediate files
--[Information] [24/10/2017 12:47:33] Job completed
-[Error] Log for job10 (mux, FGTR3.264 -> FGTR3.mkv)
--[Information] [24/10/2017 12:47:33] Started handling job
--[Information] [24/10/2017 12:47:33] Preprocessing
--[Error] [24/10/2017 12:47:33] Error starting job
---[Error] [24/10/2017 12:47:33] Exception message: Calling setup of processor failed with error 'Required file 'C:\Users\danni\Videos\FGTR\FGTR3.264' is missing.'
---[Error] [24/10/2017 12:47:33] Stacktrace: em MeGUI.core.gui.JobWorker.startEncoding(TaggedJob job)
---[Error] [24/10/2017 12:47:33] Inner exception: null

LigH
24th October 2017, 17:53
Apparently you run a 1st pass with x264 which generates no video output (--output NUL), but it is still supposed to be multiplexed to an MKV?!

Zathor
28th October 2017, 19:23
Hi, good morning!

Could someone help me with the error below.
I can not encode any videos in 2pss 1st pass, this same error always occurs.

Does anyone know what is happening and could help me?


How do you have created these jobs?

mini-moose
29th October 2017, 16:03
from what I can tell x265 config is only showing very basic options:
preset / encoding method / crf #.

Are there plans to add a more detailed view with all the various setting the encoder offers (like in x264 config show advanced settings) ?

thanks.

disklib
29th October 2017, 20:16
I'm getting a muxing error that seems to be caused by using MKVmerge 17.0 with an audio delay.

When I let MKV Muxer GUI auto-set the delay I get...
Error: Invalid sync option specified in '--sync 0:20ms'.

When I manually change the delay to 0 in the GUI it muxes without issue.

When I revert MKVmerge to the previous 15.0 version it muxes the delay without issue.

Here's the full log...

[Error] Log
-[Information] Versions
--[Information] MeGUI: 2771 x86
--[Information] System Information
---[Information] Operating System: Windows 7 Professional x64 SP1 (6.1.65536.7601)
---[Information] .NET Framework: 4.0 (4.0.0.0)
---[Information] .NET Framework: 4.7 (4.7.02053)
--[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: 0.7.99.0 (12-09-2017)
---[Information] MessageBoxExLib: 1.0.2218.28317 (19-12-2008)
---[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] File Version: 2.6.0.6
----[Information] Date: 31-03-2015
----[Information] Name: Avisynth 2.6
----[Information] Version: AviSynth 2.60, build:Mar 31 2015 [16:38:54]
----[Information] AviSynth+: false
----[Information] MT: false
----[Information] Status: active
---[Information] AviSynth portable
----[Information] File Version: 0.1
----[Information] Date: 29-06-2017
----[Information] Name: AviSynth+ 0.1 (r2508, MT, i386)
----[Information] Status: inactive
-[Information] Update detection
--[Information] [2017.10.29 11:54:27 am] Using cached update config and server: http://megui.org/auto/
--[Information] [2017.10.29 11:54:27 am] No package requires an update
-[Error] Log for job1 (mux, VTS_01_1.mp4 -> VTS_01_1-muxed with delay.mkv)
--[Information] [2017.10.29 11:56:01 am] Started handling job
--[Information] [2017.10.29 11:56:01 am] Preprocessing
--[Information] [2017.10.29 11:56:01 am] frame rate (job): 23.976
--[Information] [2017.10.29 11:56:01 am] device type: Standard
--[Information] [2017.10.29 11:56:01 am] MediaInfo
---[Information] [2017.10.29 11:56:01 am] File: C:\test\VTS_01_1.mp4
---[Information] General
----[Information] Format: MPEG-4
----[Information] FormatString: MPEG-4
----[Information] FileSize: 948342991
----[Information] PlayTime: 01:50:56.398
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] Width: 712
----[Information] Height: 272
----[Information] FrameCount: 159594
----[Information] FrameRate: 23.976
----[Information] FrameRateOriginal:
----[Information] FrameRateMode: CFR
----[Information] ScanType: Progressive
----[Information] Codec: AVC
----[Information] CodecString: AVC
----[Information] Bits Depth: 8
----[Information] Format: AVC
----[Information] AspectRatio: 2.387
----[Information] AspectRatioString: 2.40:1
----[Information] Delay:
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
--[Information] [2017.10.29 11:56:01 am] MediaInfo
---[Information] [2017.10.29 11:56:01 am] File: C:\test\VTS_01_1 T80 3_2ch 384Kbps DELAY 20ms.ac3
---[Information] General
----[Information] Format: AC-3
----[Information] FormatString: AC-3
----[Information] FileSize: 319506432
----[Information] PlayTime: 01:50:56.384
---[Information] Audio
----[Information] ID:
----[Information] StreamOrder:
----[Information] Format: AC-3
----[Information] FormatProfile:
----[Information] FormatSettingsSBR:
----[Information] FormatSettingsPS:
----[Information] Muxing Mode:
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 kHz
----[Information] Channels: 6
----[Information] ChannelsString: 6 channels
----[Information] ChannelPositionsString2: 3/2/0.1
----[Information] BitRateMode: CBR
----[Information] Delay:
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
----[Information] [2017.10.29 11:56:02 am] The language information is not available for this track. The default MeGUI language has been selected.
--[Information] [2017.10.29 11:56:02 am] Job command line: "C:\Program Files (x86)\MeGUI\tools\mkvmerge\mkvmerge.exe" -o "C:\test\VTS_01_1-muxed with delay.mkv" --engage keep_bitstream_ar_info --default-duration 0:24000/1001fps "--compression" "0:none" -d "0" --no-chapters -A -S "C:\test\VTS_01_1.mp4" --sync 0:20ms "--compression" "0:none" -a 0 --no-chapters -D -S "C:\test\VTS_01_1 T80 3_2ch 384Kbps DELAY 20ms.ac3" --engage no_cue_duration --engage no_cue_relative_position --ui-language en
--[Information] [2017.10.29 11:56:02 am] Process started
--[Error] [2017.10.29 11:56:02 am] Standard output stream
---[Information] [2017.10.29 11:56:02 am] mkvmerge v17.0.0 ('Be Ur Friend') 64-bit
---[Error] [2017.10.29 11:56:02 am] Error: Invalid sync option specified in '--sync 0:20ms'.
--[Information] [2017.10.29 11:56:02 am] Standard error stream
--[Error] [2017.10.29 11:56:02 am] Process exits with error: 2
--[Information] [2017.10.29 11:56:02 am] Job completed
-[Information] Log for job2 (mux, VTS_01_1.mp4 -> VTS_01_1-muxed without delay.mkv)
--[Information] [2017.10.29 11:56:02 am] Started handling job
--[Information] [2017.10.29 11:56:02 am] Preprocessing
--[Information] [2017.10.29 11:56:02 am] frame rate (job): 23.976
--[Information] [2017.10.29 11:56:02 am] device type: Standard
--[Information] [2017.10.29 11:56:02 am] MediaInfo
---[Information] [2017.10.29 11:56:02 am] File: C:\test\VTS_01_1.mp4
---[Information] General
----[Information] Format: MPEG-4
----[Information] FormatString: MPEG-4
----[Information] FileSize: 948342991
----[Information] PlayTime: 01:50:56.398
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] Width: 712
----[Information] Height: 272
----[Information] FrameCount: 159594
----[Information] FrameRate: 23.976
----[Information] FrameRateOriginal:
----[Information] FrameRateMode: CFR
----[Information] ScanType: Progressive
----[Information] Codec: AVC
----[Information] CodecString: AVC
----[Information] Bits Depth: 8
----[Information] Format: AVC
----[Information] AspectRatio: 2.387
----[Information] AspectRatioString: 2.40:1
----[Information] Delay:
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
--[Information] [2017.10.29 11:56:02 am] MediaInfo
---[Information] [2017.10.29 11:56:02 am] File: C:\test\VTS_01_1 T80 3_2ch 384Kbps DELAY 20ms.ac3
---[Information] General
----[Information] Format: AC-3
----[Information] FormatString: AC-3
----[Information] FileSize: 319506432
----[Information] PlayTime: 01:50:56.384
---[Information] Audio
----[Information] ID:
----[Information] StreamOrder:
----[Information] Format: AC-3
----[Information] FormatProfile:
----[Information] FormatSettingsSBR:
----[Information] FormatSettingsPS:
----[Information] Muxing Mode:
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 kHz
----[Information] Channels: 6
----[Information] ChannelsString: 6 channels
----[Information] ChannelPositionsString2: 3/2/0.1
----[Information] BitRateMode: CBR
----[Information] Delay:
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default:
----[Information] DefaultString:
----[Information] Forced:
----[Information] ForcedString:
----[Information] [2017.10.29 11:56:02 am] The language information is not available for this track. The default MeGUI language has been selected.
--[Information] [2017.10.29 11:56:02 am] Job command line: "C:\Program Files (x86)\MeGUI\tools\mkvmerge\mkvmerge.exe" -o "C:\test\VTS_01_1-muxed without delay.mkv" --engage keep_bitstream_ar_info --default-duration 0:24000/1001fps "--compression" "0:none" -d "0" --no-chapters -A -S "C:\test\VTS_01_1.mp4" "--compression" "0:none" -a 0 --no-chapters -D -S "C:\test\VTS_01_1 T80 3_2ch 384Kbps DELAY 20ms.ac3" --engage no_cue_duration --engage no_cue_relative_position --ui-language en
--[Information] [2017.10.29 11:56:02 am] Process started
--[Information] [2017.10.29 11:56:02 am] Standard output stream
---[Information] [2017.10.29 11:56:02 am] mkvmerge v17.0.0 ('Be Ur Friend') 64-bit
---[Information] [2017.10.29 11:56:02 am] 'C:\test\VTS_01_1.mp4': Using the demultiplexer for the format 'QuickTime/MP4'.
---[Information] [2017.10.29 11:56:02 am] 'C:\test\VTS_01_1 T80 3_2ch 384Kbps DELAY 20ms.ac3': Using the demultiplexer for the format 'AC-3'.
---[Information] [2017.10.29 11:56:02 am] 'C:\test\VTS_01_1.mp4' track 0: Using the output module for the format 'AVC/h.264'.
---[Information] [2017.10.29 11:56:02 am] 'C:\test\VTS_01_1 T80 3_2ch 384Kbps DELAY 20ms.ac3' track 0: Using the output module for the format 'AC-3'.
---[Information] [2017.10.29 11:56:02 am] The file 'C:\test\VTS_01_1-muxed without delay.mkv' has been opened for writing.
---[Information] [2017.10.29 11:56:12 am] The cue entries (the index) are being written...
---[Information] [2017.10.29 11:56:12 am] Multiplexing took 10 seconds.
--[Information] [2017.10.29 11:56:02 am] Standard error stream
--[Information] [2017.10.29 11:56:12 am] MediaInfo
---[Information] [2017.10.29 11:56:12 am] File: C:\test\VTS_01_1-muxed without delay.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FormatString: Matroska
----[Information] FileSize: 1267612690
----[Information] PlayTime: 01:50:56.400
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] Width: 712
----[Information] Height: 272
----[Information] FrameCount: 159594
----[Information] FrameRate: 23.976
----[Information] FrameRateOriginal:
----[Information] FrameRateMode: CFR
----[Information] ScanType: Progressive
----[Information] Codec: V_MPEG4/ISO/AVC
----[Information] CodecString: AVC
----[Information] Bits Depth: 8
----[Information] Format: AVC
----[Information] AspectRatio: 2.386
----[Information] AspectRatioString: 2.40:1
----[Information] Delay: 0
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default: Yes
----[Information] DefaultString: Yes
----[Information] Forced: No
----[Information] ForcedString: No
---[Information] Audio
----[Information] ID: 2
----[Information] StreamOrder: 1
----[Information] Format: AC-3
----[Information] FormatProfile:
----[Information] FormatSettingsSBR:
----[Information] FormatSettingsPS:
----[Information] Muxing Mode:
----[Information] SamplingRate: 48000
----[Information] SamplingRateString: 48.0 kHz
----[Information] Channels: 6
----[Information] ChannelsString: 6 channels
----[Information] ChannelPositionsString2: 3/2/0.1
----[Information] BitRateMode: CBR
----[Information] Delay: 0
----[Information] Title:
----[Information] Language:
----[Information] LanguageString:
----[Information] Default: Yes
----[Information] DefaultString: Yes
----[Information] Forced: No
----[Information] ForcedString: No
----[Information] [2017.10.29 11:56:12 am] The language information is not available for this track. The default MeGUI language has been selected.
--[Information] [2017.10.29 11:56:12 am] Postprocessing
---[Information] [2017.10.29 11:56:12 am] Deleting intermediate files
--[Information] [2017.10.29 11:56:12 am] Job completed

tebasuna51
30th October 2017, 11:03
Seems than MkvMerge 17.0 now:

* mkvmerge: command line options: an error message will be output if the single-value-form of the `--sync` option is used and it isn't a number (e.g. `--sync 0:asd`). Fixes #2121.

then '--sync 0:20ms' must be now '--sync 0:20' without the 'ms'

Zathor
31st October 2017, 17:43
Seems than MkvMerge 17.0 now:

* mkvmerge: command line options: an error message will be output if the single-value-form of the `--sync` option is used and it isn't a number (e.g. `--sync 0:asd`). Fixes #2121.

then '--sync 0:20ms' must be now '--sync 0:20' without the 'ms'
Thanks, fixed in 2772.

from what I can tell x265 config is only showing very basic options:
preset / encoding method / crf #.

Are there plans to add a more detailed view with all the various setting the encoder offers (like in x264 config show advanced settings) ?
As I am not using x265 myself and have very limited time: yes, it is on the road map but do not expect it soon.

wthreex
10th November 2017, 22:03
1/1 - updating package LAME
Error: Failed to download package LAME: File cannot be found on the server.

Zathor
11th November 2017, 14:36
Please try it again. If it still fails please post the full log.

wthreex
11th November 2017, 19:22
Fixed.

ratpack
12th November 2017, 20:48
https://imgur.com/SDPjwj0Aargh, I eagerly got the new MeGUI 2774 but the sar issue still isn't working. Additionally now it also ignores the option to not demux the entire video stream.

So if I try and add a custom sar, the space between sar and the numbers gets entered as a letter r. This throws an error in the job. If I don't use a space then the custom sar values get ignored.
https://imgur.com/SDPjwj0

Also, now when I try and start off using the File Indexer (FILE > Open > browse to the first VOB) it always creates a duplicate set of all the VOBs. Checking or unchecking the box to "Demux Video Stream" now has no effect - it's getting demuxed every time and creating an additional 7.9GB of duplicate VOB files.

Zathor
12th November 2017, 22:00
Please add always proper custom command lines otherwise they cannot be parsed. Therefore add "--sar 95:79" with the leading --.

Regarding the file indexer - please post the full log.

ratpack
13th November 2017, 03:36
OK thanks for the answer on the sar.

Attached is the log. The box to demux video stream was not checked, but the files were still created.

If it's not occurred in general testing then I wonder if it's because MeGUI isn't installed in the normal default location? It looks like it's been installed in the same folder on my system since back at version 2624.

laurentje
13th November 2017, 12:12
Problems with update 2774 and audio

Yesterday version 2774 was installed on top of an existing 2715 version on Windows 10.
Result: problems of audio. The audio is messed and a clicking noise (like a gun is shooting) is produced in the audio.

What want I to do with Megui? I have m2ts-files and I want to convert them to mp4-files (h264-video en aac-audio). I do this with an avs-file like this:

LoadPlugin("C:\programs\megui\tools\avs\plugins\DirectShowSource.dll")
LoadPlugin("C:\programs\megui\tools\avisynth_plugin\TDeint.dll")
DirectShowSource("D:\roland\Videos\can\m2ts\04-08-17\20170804141228.m2ts",fps=25.000)
TDeint() #Deinterlaces the clip
#Crop(4,0,-4,0) #Crops video to get rid of black bars
Spline36Resize(640,360) #Resize the clip
ConvertToYV12()

The audio in the original file is:
Audio
ID : 4352 (0x1100)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Format settings, Endianness : Big
Codec ID : 129
Duration : 2 min 16 s
Bit rate mode : Constant
Bit rate : 448 kb/s
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 spf)
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 7.28 MiB (3%)
Service kind : Complete Main

I want this audio tranfered to :LC-AAC format

Before the last update I did this several years, without problems!! The last year I use the QAAC-encoder. Testing with several options of the audio-dialog shows that the problem is with the "Downmix multichannel to Stereo"-option is.

When I download the version 2774 from the official site and I run this version, the QAAC-encoder is not anymore present. Is this normal or a bug?
So my question is now: how to encode the audio to format lc-aac if QAAC-package is not present?

tebasuna51
13th November 2017, 12:23
Also, now when I try and start off using the File Indexer (FILE > Open > browse to the first VOB) it always creates a duplicate set of all the VOBs.

Thats hapens when VOB's have more than a PGC stream:

---[Information] [2017-11-12 8:39:45 PM] File: C:\Backups\WE_BOUGHT_A_ZOO\VIDEO_TS\VTS_02_0.IFO
...
----[Information] PGCCount: 4

and the VOB's created aren't duplicated but with only the main PGC stream.
The others PGC's can have copyright message, credits, extras, etc. than must be eliminated from original VOB's using pgcdemux:

--[Information] [2017-11-12 8:40:10 PM] Preprocessing
--[Information] [2017-11-12 8:40:10 PM] Job command line: "C:\Program Files (x86)\MeGUI_2624_x86\tools\pgcdemux\pgcdemux.exe" -pgc 1 -noaud -nosub -customvob n,v,a,s,l "C:\Backups\WE_BOUGHT_A_ZOO\VIDEO_TS\VTS_02_0.IFO" "C:\Backups\WE_BOUGHT_A_ZOO\VIDEO_TS\WE_BOUGHT_A_ZOO_VTS_02_1"

LigH
13th November 2017, 12:43
@laurentje:

QAAC is only a command line interface tool to the Apple CoreAudio encoder. To use it, you need to have either QuickTime or iTunes installed, or at least unpack the required DLL's from their installer (preferably from iTunes 64-bit), using the "makeportable" batch provided by the QAAC author. Furthermore, to use QAAC, you have to enable it in the "Settings" dialog in the "External Program Configuration" tab.

LigH
13th November 2017, 12:47
The "Abort" button in the updater window still does nothing...

Maybe best thing is to remove it.

tebasuna51
13th November 2017, 13:05
Yesterday version 2774 was installed on top of an existing 2715 version on Windows 10.
Result: problems of audio. The audio is messed and a clicking noise (like a gun is shooting) is produced in the audio.

I don't know if changes in last version modify the MeGUI behaviour, but if you use DirectShowSource to open a file we can't know what happens with the audio.

The correct way is extract the AC3 file (Tools -> HD Streams Extractor)
and recode it to aac-lc (using LWLibavAudioSource or NicAudio)

The QAAC package (and NeroAacEnc than can be equivalent for aac-lc) must be enabled (Options -> Settings -> External Program Configuration) and maybe manually download the first time or update.

Check if you have already, from your previous MeGUI version:
...\megui\tools\qaac\QTfiles...
...\megui\tools\eac3to\neroAacEnc.exe

Zathor
13th November 2017, 14:34
@laurentje: In any case a full log of the encoding (including versions header) is required for proper support - currently we can only guess that you have used DirectShowSource also for the audio encoding, which architecture you are using (32/64bit), ...

@All: If not noticed already I have released yesterday a new "stable" build 2774.

laurentje
13th November 2017, 17:06
@Zathor:
No problem for the log list but the audio is terrible. And the system is Windows 10, which is 64bit.
The log is here (https://rolandvl.stackstorage.com/s/pFY4YTNCmuoP35h).

The result video is here (https://rolandvl.stackstorage.com/s/GmSAJBHmDiaVV4B).

In the beginning of the clip you hear clicks like gunshots... which are not in the original clip.

laurentje
13th November 2017, 17:31
@tebasuna51

1) audio encoding AAC
Well, this was quite simple: in the Settings, 3rd tab 'External Program Contifuration', activate checkbox QAAC. Then the program shall ask for update, etc...

2) The splitting task via the tool is an extra step in the workflow, too much... A better solution is to put the name of the mts-file directly in the input field of the audio file. (the standard beheviour is that Megui put the same name here als the viedofilename)

Zathor
13th November 2017, 17:52
What is in this script?
Import("C:\tmp\video\can\m2ts_raw\can_dag01_raw2.avs")

Btw you can try OneClick. You have to setup it once but then you can drag your m2ts files on it or even use batch encoding if you drag multiple files on it. It will then be properly processed without DirectShowSource.