View Full Version : MeGUI: bug reports and feature requests
Zathor
26th January 2013, 15:42
2286 [OneClick] lowered default priority of the DGA indexer
2285 [OneClick] added option to use only the first audio track from a specific language
2284 [AVS Script Creator] always show the correct output resolution when not resizing
even with upsizing allowed the default resolution will use no upsizing
2283 [OneClick] added option to extract the core from HD audio tracks
2282 [OneClick] remove phantom audio/subtitle tracks detected by MediaInfo when processing Blu-ray
@raynold: Lower the priority of the DGA indexer below the FFMS level (in the OneClick profile). Your TS will then be muxed into an MKV. But I fear that FFMS is not able to deal with your interlaced input file.
raynold
27th January 2013, 15:28
howto lower the priority? i run the hole process in "low"
Zathor
27th January 2013, 18:44
In the OneClick profile settings in the tab "Other" is an area labeled "Indexer / Opener priority". Make sure that DGA is below FFMS, save your profile and - just to make sure - reopen your input file.
Overdrive80
28th January 2013, 17:37
Hi Zathor, I saw this issue (overlap buttons) in "Audio Encoding Windows"
http://s6.postimage.org/fw5r7dqwt/Captura.jpg (http://postimage.org/image/fw5r7dqwt/)
Hotpocketdeath
30th January 2013, 23:43
I have a feature request and a bug to report.
I don't know if anyone has noticed this, but when running a job the ends with "error" will cause Megui to report the job as an error when complete, regardless of the outcome.
For example, "Chuck s4e06 Chuck vs the Aisle of Terror", "Star Trek Voyager s7e17 Human Error" and "House s3e24- Human Error".
All those jobs have caused MeGUI to report as an error when completed in the queue even though the job completes.
As for the feature request. Is there a way to adjust sorting of the HD stream extractor so that it can be sorted by filename or by MPLS order instead of longest title to shortest? This would make extracting TV shows on BD easier to sort I think.
Zathor
31st January 2013, 00:01
I don't know if anyone has noticed this, but when running a job the ends with "error" will cause Megui to report the job as an error when complete, regardless of the outcome.
Please provide the log file.
Hotpocketdeath
31st January 2013, 01:40
Please provide the log file.
This is what I get when I try to use the HD Stream extractor to a folder ending in error. But the job still runs and completes. Removing the "error" text from the destination folder and the job runs fine and the job isn't marked as errored.
[Error] Log for job1 (ext, 00010.m2ts -> 406- Chuck vs the Aisle of Terror)
-[Information] [1/30/2013 7:38:50 PM] Started handling job
-[Information] [1/30/2013 7:38:50 PM] Preprocessing
-[Information] [1/30/2013 7:38:50 PM] Job commandline: "C:\MeGUI\tools\eac3to\eac3to.exe" "F:\Blu Ray images\CHUCK_SEASON_4_DISC_1\" 1) 1:"R:\406- Chuck vs the Aisle of Terror\F1_T1_Chapter - .txt" 2:"R:\406- Chuck vs the Aisle of Terror\F1_T2_Video - .mkv" 3:"R:\406- Chuck vs the Aisle of Terror\F1_T3_Audio - English.dts" -core 4:"R:\406- Chuck vs the Aisle of Terror\F1_T4_Subtitle - English.sup" -progressnumbers
-[Information] [1/30/2013 7:38:50 PM] Extracting started
-[Error] [1/30/2013 7:38:51 PM] An error occurred: Creating file "R:\406- Chuck vs the Aisle of Terror\F1_T1_Chapter - .txt"...
-[Error] [1/30/2013 7:38:51 PM] An error occurred: a03 Creating file "R:\406- Chuck vs the Aisle of Terror\F1_T3_Audio - English.dts"...
-[Error] [1/30/2013 7:38:54 PM] An error occurred: s04 Creating file "R:\406- Chuck vs the Aisle of Terror\F1_T4_Subtitle - English.sup"...
-[Information] [1/30/2013 7:39:58 PM] Standard output stream
--[NoImage] M2TS, 1 video track, 1 audio track, 3 subtitle tracks, 0:43:03, 24p /1.001
--[NoImage] 1: Chapters, 8 chapters
--[NoImage] 2: h264/AVC, 1080p24 /1.001 (16:9)
--[NoImage] 3: DTS Master Audio, English, 5.1 channels, 16 bits, 48kHz
--[NoImage] (core: DTS, 5.1 channels, 16 bits, 1509kbps, 48kHz)
--[NoImage] 4: Subtitle (PGS), English
--[NoImage] 5: Subtitle (PGS), French
--[NoImage] 6: Subtitle (PGS), Spanish
--[NoImage] Creating file "R:\406- Chuck vs the Aisle of Terror\F1_T1_Chapter - .txt"...
--[NoImage] v02 Extracting video track number 2...
--[NoImage] s04 Extracting subtitle track number 4...
--[NoImage] a03 Extracting audio track number 3...
--[NoImage] a03 Extracting DTS core...
--[NoImage] a03 Patching bitdepth to 24 bits...
--[NoImage] v02 Muxing video to Matroska...
--[NoImage] a03 Creating file "R:\406- Chuck vs the Aisle of Terror\F1_T3_Audio - English.dts"...
--[NoImage] s04 Creating file "R:\406- Chuck vs the Aisle of Terror\F1_T4_Subtitle - English.sup"...
--[NoImage] Added fps value (24 /1.001) to MKV header.
--[NoImage] Video track 2 contains 61924 frames.
--[NoImage] Subtitle track 4 contains 680 captions.
--[NoImage] eac3to processing took 1 minute, 6 seconds.
--[NoImage] Done.
-[Information] [1/30/2013 7:39:58 PM] Standard error stream
-[Information] [1/30/2013 7:39:58 PM] Job completed
Kurtnoise
31st January 2013, 09:35
good catch..;)
@Zathor: to fix it, in HDStreamExtractorIndexer.cs,
line 108:
else if (line.ToLower(System.Globalization.CultureInfo.InvariantCulture).Contains("<error>"))
instead of
else if (line.ToLower(System.Globalization.CultureInfo.InvariantCulture).Contains("error"))
Same idea with warning (line 120)...
You can find a logfile example from here (http://forum.doom9.org/showthread.php?p=1610911#post1610911)...
Sorry I don't have access to my repository right now to commit.
Shevek
31st January 2013, 14:04
As for the feature request. Is there a way to adjust sorting of the HD stream extractor so that it can be sorted by filename or by MPLS order instead of longest title to shortest? This would make extracting TV shows on BD easier to sort I think.
AIUI, the order is what is output from eac3to
I'm not sure if this can then be sorted once imported into the datagrid - perhaps Zathor can confirm
Hotpocketdeath
31st January 2013, 19:11
good catch..;)
@Zathor: to fix it, in HDStreamExtractorIndexer.cs,
line 108:
else if (line.ToLower(System.Globalization.CultureInfo.InvariantCulture).Contains("<error>"))
instead of
else if (line.ToLower(System.Globalization.CultureInfo.InvariantCulture).Contains("error"))
Same idea with warning (line 120)...
You can find a logfile example from here (http://forum.doom9.org/showthread.php?p=1610911#post1610911)...
Sorry I don't have access to my repository right now to commit.
I have found the issue appears in more areas than just the HD stream extractor.
If I was to encode the video and mux the video into an output that ends with "error", the same thing occurs.
Zathor
1st February 2013, 08:13
If I was to encode the video and mux the video into an output that ends with "error", the same thing occurs.
Once again please provide the log file.
good catch..;)
@Zathor: to fix it, in HDStreamExtractorIndexer.cs
Thanks!
Hotpocketdeath
1st February 2013, 21:22
Once again please provide the log file.
I have to be honest. I feel I should not need to provide a log file because I have already covered how to reproduce it, but I understand you may not be running the same environment as I am, so here you go.
[Error] Log for job3 (mux, VTS_01_1.264 -> Test Error.mp4)
-[Information] [2/1/2013 3:19:53 PM] Started handling job
-[Information] [2/1/2013 3:19:53 PM] Preprocessing
-[Information] [2/1/2013 3:19:53 PM] MediaInfo
--[Information] File: E:\DVDs\Test Error\VTS_01_1.264
--[Information] General
---[Information] Format: AVC
---[Information] FormatString: AVC
---[Information] FileSize: 312653
---[Information] PlayTime: 00:00:02.127
--[Information] Video
---[Information] ID:
---[Information] StreamOrder:
---[Information] Width: 720
---[Information] Height: 400
---[Information] FrameCount: 51
---[Information] FrameRate: 23.976
---[Information] FrameRateOriginal:
---[Information] FrameRateMode:
---[Information] ScanType: Progressive
---[Information] Codec: AVC
---[Information] CodecString: AVC
---[Information] Format: AVC
---[Information] AspectRatio: 1.800
---[Information] AspectRatioString: 16:9
---[Information] Delay:
---[Information] Title:
---[Information] Language:
---[Information] LanguageString:
---[Information] Default:
---[Information] DefaultString:
---[Information] Forced:
---[Information] ForcedString:
-[Information] [2/1/2013 3:19:53 PM] MediaInfo
--[Information] File: E:\DVDs\Test Error\VTS_01_1 T80 3_2ch 384Kbps DELAY 0ms.mp4
--[Information] General
---[Information] Format: MPEG-4
---[Information] FormatString: MPEG-4
---[Information] FileSize: 72850
---[Information] PlayTime: 00:00:02.133
--[Information] Audio
---[Information] ID: 1
---[Information] StreamOrder: 0
---[Information] Format: AAC
---[Information] FormatProfile: LC
---[Information] FormatSettingsSBR:
---[Information] FormatSettingsPS:
---[Information] SamplingRate: 48000
---[Information] SamplingRateString: 48.0 KHz
---[Information] Channels: 6
---[Information] ChannelsString: 6 channels
---[Information] ChannelPositionsString2: 3/2/0.1
---[Information] BitRateMode: VBR
---[Information] Delay: 0
---[Information] Title:
---[Information] Language:
---[Information] LanguageString:
---[Information] Default:
---[Information] DefaultString:
---[Information] Forced:
---[Information] ForcedString:
-[Information] [2/1/2013 3:19:53 PM] Job commandline: "C:\MeGUI\tools\mp4box\mp4box.exe" -add "E:\DVDs\Test Error\VTS_01_1.264#trackID=1:fps=23.976" -add "E:\DVDs\Test Error\VTS_01_1 T80 3_2ch 384Kbps DELAY 0ms.mp4#trackID=1" -tmp "R:\\MeGUI" -new "E:\DVDs\Test Error.mp4"
-[Information] [2/1/2013 3:19:53 PM] Muxing started
-[Error] [2/1/2013 3:19:53 PM] Error line: Saving E:\DVDs\Test Error.mp4: 0.500 secs Interleaving
-[Information] [2/1/2013 3:19:53 PM] Standard output stream
-[Information] [2/1/2013 3:19:53 PM] Standard error stream
--[NoImage] AVC-H264 import - frame size 720 x 400 at 23.976 FPS
--[NoImage] AVC Import results: 51 samples - Slices: 2 I 13 P 36 B - 1 SEI - 1 IDR
--[NoImage] Stream uses forward prediction - stream CTS offset: 2 frames
--[NoImage] IsoMedia import VTS_01_1 T80 3_2ch 384Kbps DELAY 0ms.mp4 - track ID 1 - Audio (SR 48000 - 6 channels)
--[NoImage] Saving E:\DVDs\Test Error.mp4: 0.500 secs Interleaving
-[Information] [2/1/2013 3:19:54 PM] Job completed
Zathor
2nd February 2013, 10:57
I have to be honest. I feel I should not need to provide a log file because I have already covered how to reproduce it, but I understand you may not be running the same environment as I am, so here you go.
Also to be honest I am very limited with my time for MeGUI at the moment. So I do not have the time to test every muxer as you said only that it happens during muxing - and we have 4 muxer. That was one reason for the question. So thanks for your helpful spirit.
We have now a false negative log. Is anyone able to provide a true negative log file with correct error messages so that we can distinguish between those?
EDIT: fixed
Poutnik
3rd February 2013, 13:35
If I demux some long DTV MPEG PS recordings ( often joined subsequent ones ) to M2v/MP2 via ProjectX,
I almost always get into problems with MeGUI, processing 3+ hours long MP2.
I guess it is related to some counter overflow, as it often reports some funny audio footage.
I workaround it by processing long MP2 by Directshowsource,
the question is if this is recommended choice ?
Edit: Possibly to demux to WAV instead, but it is late for this time :)
Zathor
3rd February 2013, 19:57
Hi Zathor, I saw this issue (overlap buttons) in "Audio Encoding Windows"
http://s6.postimage.org/fw5r7dqwt/Captura.jpg (http://postimage.org/image/fw5r7dqwt/)
Mhm, I have fixed this in 2273. I cannot reproduce this problem with 2286+ like you did.
Overdrive80
3rd February 2013, 23:56
@Zathor You fix "Video encoding windows" but it is "Audio Encondig Windows"
Zathor
4th February 2013, 21:44
No, I fixed the Audio Encoding Window. No clue why it does not work for you.
invy
8th February 2013, 02:54
why doesn't the 'Go' button in OC mode not open the 'browse file' window anymore? Please change it back. It's kinda annoying having to make 2 extra clicks.
invy
8th February 2013, 08:22
http://i.imgur.com/nPW4iSx.jpg (http://imgur.com/nPW4iSx)
How do I make it not say that? Everytime I add a file it loads the file with 5 subtitle tabs and then it comes up with that message. I DONT HAVE ANY SUBTITLES.
Thanks.
Zathor
8th February 2013, 21:05
Please upload the log and a sample.
invy
8th February 2013, 23:35
I will upload the sample a little later if necessary but I ran MediaInfo and noticed something:
General
Complete name : D:\jjsample.mpg
Format : MPEG-PS
File size : 36.7 MiB
Duration : 1mn 0s
Overall bit rate mode : Variable
Overall bit rate : 5 123 Kbps
Video
ID : 224 (0xE0)
Format : MPEG Video
Commercial name : HDV 720p
Format version : Version 2
Format profile : Main@High
Format settings, BVOP : Yes
Format settings, Matrix : Custom
Format settings, GOP : Variable
Duration : 1mn 0s
Bit rate mode : Variable
Bit rate : 4 829 Kbps
Maximum bit rate : 10.2 Mbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Active Format Description : Letterbox 16:9 image
Frame rate : 59.940 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.087
Stream size : 34.6 MiB (94%)
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
Audio
ID : 189 (0xBD)-128 (0x80)
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Format settings, Endianness : Big
Muxing mode : DVD-Video
Duration : 1mn 0s
Bit rate mode : Constant
Bit rate : 192 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 1.38 MiB (4%)
Text #1
ID : 224 (0xE0)-CC1
Format : EIA-608
Muxing mode : A/53 / DTVCC Transport
Muxing mode, more info : Muxed in Video #1
Bit rate mode : Constant
Stream size : 0.00 Byte (0%)
Text #2
ID : 224 (0xE0)-1
Format : EIA-708
Muxing mode : A/53 / DTVCC Transport
Muxing mode, more info : Muxed in Video #1
Bit rate mode : Constant
Stream size : 0.00 Byte (0%)
Text #3
ID : 224 (0xE0)-2
Format : EIA-708
Muxing mode : A/53 / DTVCC Transport
Muxing mode, more info : Muxed in Video #1
Bit rate mode : Constant
Stream size : 0.00 Byte (0%)
Text #4
ID : 224 (0xE0)-4
Format : EIA-708
Muxing mode : A/53 / DTVCC Transport
Muxing mode, more info : Muxed in Video #1
Bit rate mode : Constant
Stream size : 0.00 Byte (0%)
Text #5
ID : 224 (0xE0)-6
Format : EIA-708
Muxing mode : A/53 / DTVCC Transport
Muxing mode, more info : Muxed in Video #1
Bit rate mode : Constant
Stream size : 0.00 Byte (0%)
Let me know if I shall still upload the sample later.
Zathor
9th February 2013, 12:01
I need at least the MeGUI log file with the MediaInfo in order to drop those suptitles.
EDIT: Better would be a sample so that I can verify my changes
EDIT2: fixed (hopefully)
Poutnik
9th February 2013, 14:23
The MeGUI main window could display estimated time and FPS in place of the end job time and FPS on the queue tab.
At least optionally in case if one has switched off status windows.
Zathor
10th February 2013, 14:02
why doesn't the 'Go' button in OC mode not open the 'browse file' window anymore? Please change it back. It's kinda annoying having to make 2 extra clicks.
You can add several files at once using the folders mode or by drag&drop the files into the input video box. Do you know that?
Zathor
10th February 2013, 14:02
The MeGUI main window could display estimated time and FPS in place of the end job time and FPS on the queue tab.
At least optionally in case if one has switched off status windows.
Please post that as a feature request on the SF page. No time yet to implement it, but I like the idea and do not want to forget it.
Zathor
10th February 2013, 15:44
2294 [OneClick] only supported subtitle tracks will be added
2293 [AVS Script Creator] fixed "Clever (TM) anamorphic encoding" if using "Encode non-mod 16"
2292 [AVS Cutter] fixed not fading to black
2291 [M2TS Muxer] disabled pure TrueHD as it is not supported by tsMuxeR
2290 [AVS Script Creator] removed "Successfully converted to YV12" message
2289 [OneClick] fixed error when opening some files. Bug #703
2288 [MP4 Muxer] added support for Apple TV & iPad
invy
10th February 2013, 23:01
You can add several files at once using the folders mode or by drag&drop the files into the input video box. Do you know that?
Yes. For some reason, though, half of the time it does not register that i'm drag & dropping to the input box (the little + icon does not appear).
Speaking of which, my suggestion a few weeks ago about auto-select OneClick profile based on filename, is that a No?
And i'll have the log info for you later today for the other bug weirdness.
Zathor
10th February 2013, 23:39
Yes. For some reason, though, half of the time it does not register that i'm drag & dropping to the input box (the little + icon does not appear).
Please upload - if possible - a few sample files. I never had this kind of problems.
Speaking of which, my suggestion a few weeks ago about auto-select OneClick profile based on filename, is that a No?
Yes, at least for the moment. I do not need that feature and as I only have a few minutes here and there for MeGUI I will not spend much time for such features which are out of my interest and I believe of most of the other MeGUI users. But add it as a feature request to SF please.
And i'll have the log info for you later today for the other bug weirdness.
Please try 2294 first. The problem should be fixed already.
invy
10th February 2013, 23:52
Please upload - if possible - a few sample files. I never had this kind of problems.
Yes, at least for the moment. I do not need that feature and as I only have a few minutes here and there for MeGUI I will not spend much time for such features which are out of my interest and I believe of most of the other MeGUI users. But add it as a feature request to SF please.
Please try 2294 first. The problem should be fixed already.
1. It seems to occur randomly but when it happens again i'll upload samples. i'll also try and test it myself but only selecting a few files of the group to see if I can perhaps narrow it down to one file. it kind of feels like an Windows bug though.
2. I can't believe that i'm the only one bothered by the repetitiveness of constantly having to encode things. I've grown very weary of it. haha.
3. I'm using 2287 so I will try to update and report back later.
Thanks!
Poutnik
11th February 2013, 15:52
Please post that as a feature request on the SF page. No time yet to implement it, but I like the idea and do not want to forget it.
Done. I have finally succeeded in suggesting something useful :).
#498 Estimated time and FPS of current job on the queue tab (https://sourceforge.net/p/megui/feature-requests/498/)
Kurtnoise
11th February 2013, 17:35
Define "Main Window"...at least, in which place do you want to have such informations ?
Poutnik
12th February 2013, 00:06
Define "Main Window"...at least, in which place do you want to have such informations ?
It is already listed in original post and in FR,
There is noted in the Queue tab in the main window,
for the in progress job.
End time and FPS columns for in progress item
in the Queue list are empty, while they can contain useful realtime information.
At least from context it was clear to Zathor.
I thought there is no other main window but the one
that is launched at the MeGUI start
and from which all other windows are launched.....
invy
12th February 2013, 08:20
@Zathor: problem with it adding subtitle 2,3,4,5 which was mentioned earlier seems to be no longer with 2294. Thanks!
bilditup1
12th February 2013, 23:08
https://sourceforge.net/p/megui/patches/66/
When using the MP4 muxer with an iDevice target, OGG-format chapter files are converted to the xml chapters that iDevices support by a simple method in FileUtil.cs. As written, however, it does not escape double-quotes in chapter names. This is a problem because in the xml format, chapter names are bookended by quotes, so if there is a quote mark in the chapter title, the chapter name is truncated, and the structure of the entire xml file is broken. When this happens, the mp4 file fails to mux, with nothing in the error log to tell you what the hell just happened. This simple patch replaces all " with ampersand-quot;. It has been tested as effective in mpc-hc x64, xbmc frodo for rpi, and the iOS 6 video player.
Also in this patch is a removal of a switch that prevents chapters from being added the 'Nero Digital' way if the target is specified as an iDevice. In other words, both ogg format and xml format chapters are muxed into the MP4 file. This means that software and devices that don't understand xml chapters - for example, mpc-hc cannot read them without special filters like lav - have something to fall back on. Adding the ogg chapters and xml chapters does NOT break compatibility with software that can read both (mpc-hc with filters), or with iDevices (which only recognize xml chapters).
bilditup1
12th February 2013, 23:16
iPad 'support' just seems to be adding another switch in the menu, but nothing really distinct underneath from what I can tell ;) Maybe all the switches should be replaced by 'Apple' for all devices except the iPhone, and 'iPhone'.
invy
13th February 2013, 09:27
Suggestion: In One-Click mode, can you make the "Automated Folder Processing" window pop up in the foreground instead of the background? It seems very unnecessary that it hides behind other windows, not to mention it quickly has become very annoying, imo.
Even better, how about 'do not show again' box for it? If someone drags multiple files to the input box, then that is exactly what they wanted to do. They should not need any confirmation.
Kurtnoise
13th February 2013, 09:33
iPad 'support' just seems to be adding another switch in the menu, but nothing really distinct underneath from what I can tell ;) Maybe all the switches should be replaced by 'Apple' for all devices except the iPhone, and 'iPhone'.
Nope...coz it's just more useful to end users to have such entries instead of only one.
In addition, it might help to have this in the code to check/restrict Audio formats when we select an Apple Device as target.
btw, thanks for your patch. I'll look at it asap.
bilditup1
13th February 2013, 18:53
Nope...coz it's just more useful to end users to have such entries instead of only one.
Yeah I see that, but it's giving the perception to people that there are actually different profiles underneath for each iDevice. It'll make for less-informed users, no?
In addition, it might help to have this in the code to check/restrict Audio formats when we select an Apple Device as target.
Great idea, but I don't think this varies from iDevice to iDevice.
btw, thanks for your patch. I'll look at it asap.
My pleasure! I actually came across the issue about a month ago, even made the patch, but forgot to submit it till yesterday, ha
Zathor
17th February 2013, 12:12
2296 [x264] fixed --crf and --partitions not set to default settings for new MeGUI installations
2295 [OneClick] fixed some "index out of bounds" errors. Bug #703 + #707
AMED
25th February 2013, 07:26
Hi Zathor,
I seem to still getting the bug when using the one click encoder when there is "Error" in the file name.
If i change the filename to S04xE06 - Margin Of Erro-.mkv, the one click encoder works fine.
[Error] Log
-[Information] Versions
--[Information] [25/02/2013 7:19:24 p.m.] MeGUI: 2300
--[Information] [25/02/2013 7:19:24 p.m.] Operating System: Windows 8 Professional Edition x64 (6.2.0.9200)
--[Information] [25/02/2013 7:19:24 p.m.] .Net Framework: 4.5 (4.5.50709)
--[Information] [25/02/2013 7:19:25 p.m.] AviSynth: 2.5.8.5 (21/12/2008 9:46:54 p.m.) - portable
--[Information] [25/02/2013 7:19:25 p.m.] DevIL: 1.6.6 (26/05/2004 12:37:34 p.m.)
--[Information] [25/02/2013 7:19:25 p.m.] AvisynthWrapper: 2/01/2009 8:34:04 p.m.
--[Information] [25/02/2013 7:19:25 p.m.] Haali Matroska Splitter: 1.11.96.14 (3/03/2011 11:40:46 a.m.)
--[Information] [25/02/2013 7:19:25 p.m.] Haali DSS2: 3/03/2011 11:37:50 a.m.
--[Information] [25/02/2013 7:19:25 p.m.] ICSharpCode.SharpZipLib: 0.85.5.452 (7/08/2008 9:31:12 p.m.)
--[Information] [25/02/2013 7:19:25 p.m.] LinqBridge: 1.0.0.0 (28/05/2009 1:24:34 a.m.)
--[Information] [25/02/2013 7:19:25 p.m.] MediaInfo: 0.7.62.0 (22/02/2013 10:32:55 a.m.)
--[Information] [25/02/2013 7:19:25 p.m.] MediaInfoWrapper: 0.7.61.0 (6/01/2013 2:47:15 p.m.)
--[Information] [25/02/2013 7:19:25 p.m.] MessageBoxExLib: 1.0.2218.28317 (19/12/2008 7:53:04 p.m.)
--[Information] [25/02/2013 7:19:25 p.m.] SevenZipSharp: 0.64.3890.29348 (2/01/2011 10:59:32 a.m.)
--[Information] [25/02/2013 7:19:25 p.m.] 7z: 9.20 (18/11/2010 4:27:34 p.m.)
-[Information] Update detection
--[Information] [25/02/2013 7:19:25 p.m.] Connecting to server: http://megui.xvidvideo.ru/auto/
--[Information] [25/02/2013 7:19:27 p.m.] All files are up to date
-[Information] OneClick
--[Information] [25/02/2013 7:19:53 p.m.] MediaInfo
---[Information] File: E:\WIRE_S4_DISC1\S04xE06 - Margin Of Error.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FormatString: Matroska
----[Information] FileSize: 2025370179
----[Information] PlayTime: 00:57:59.840
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] Width: 720
----[Information] Height: 576
----[Information] FrameCount: 86996
----[Information] FrameRate: 25.000
----[Information] FrameRateOriginal:
----[Information] FrameRateMode: CFR
----[Information] ScanType: Interlaced
----[Information] Codec: V_MPEG2
----[Information] CodecString: MPEG-2 Video
----[Information] Format: MPEG Video
----[Information] AspectRatio: 1.333
----[Information] AspectRatioString: 4:3
----[Information] Delay: 0
----[Information] Title:
----[Information] Language: en
----[Information] LanguageString: English
----[Information] Default: No
----[Information] DefaultString: No
----[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] 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: 3/2+1
----[Information] Language: en
----[Information] LanguageString: English
----[Information] Default: Yes
----[Information] DefaultString: Yes
----[Information] Forced: No
----[Information] ForcedString: No
---[Information] Text
----[Information] ID: 3
----[Information] StreamOrder: 2
----[Information] Codec: S_VOBSUB
----[Information] CodecString: VobSub
----[Information] Delay:
----[Information] Title:
----[Information] Language: en
----[Information] LanguageString: English
----[Information] Default: Yes
----[Information] DefaultString: Yes
----[Information] Forced: No
----[Information] ForcedString: No
--[Information] [25/02/2013 7:19:54 p.m.] MkvInfo
---[NoImage] File 'E:\WIRE_S4_DISC1\S04xE06 - Margin Of Error.mkv': container: Matroska [duration:3479840000000 segment_uid:d9bba726a52c0c61d6ea404f46f3507f]
---[NoImage] Track ID 0: video (V_MPEG2) [number:1 uid:1 codec_id:V_MPEG2 codec_private_length:152 codec_private_data:000001b32d02402317ed2382101010101010101010101010101010101010101010101010101010101212121010101010101010101212121412121212121414141414181818181c1c1e22222b08080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808080808000001b51482000100000000 language:eng pixel_dimensions:720x576 display_dimensions:768x576 default_track:0 forced_track:0 enabled_track:1 default_duration:40000000]
---[NoImage] Track ID 1: audio (A_AC3) [number:2 uid:2 codec_id:A_AC3 codec_private_length:0 language:eng track_name:3/2+1 default_track:1 forced_track:0 enabled_track:1 default_duration:32000000 audio_sampling_frequency:48000 audio_channels:6]
---[NoImage] Track ID 2: subtitles (S_VOBSUB) [number:3 uid:3 codec_id:S_VOBSUB codec_private_length:509 codec_private_data:2320566f6253756220696e6465782066696c652c2076372028646f206e6f74206d6f646966792074686973206c696e6521290a23200a23205468697320696e64657820626c6f636b207761732067656e657261746564206279204d616b654d4b562076312e372e31302077696e287836342d72656c65617365290a2320776869636820686173206e6f2072656c6174696f6e20746f20566f6253756220736f6674776172652e205468652066697273740a23206c696e652061626f76652069732070726573656e7420666f7220636f6d7061746962696c69747920726561736f6e732e0a23200a73697a653a20373230783537360a6f72673a20302c20300a616c7068613a20313030250a736d6f6f74683a204f46460a66616465696e2f6f75743a2035302c2035300a616c69676e3a204f4646206174204c45465420544f500a74696d65206f66667365743a20300a666f7263656420737562733a204f46460a6c616e676964783a20300a70616c657474653a203030303065312c206538336630372c203030303030302c206664666466642c206330353132612c206561313265622c206661666631612c203039356437362c203763376337632c206530653065302c203730316630332c203037373330372c203030303036632c206363306165392c206432616230662c203733303937320a23200a2320656e640a language:eng default_track:1 forced_track:0 enabled_track:1]
---[NoImage] Chapters: 8 entries
--[Information] [25/02/2013 7:19:56 p.m.] Video: E:\WIRE_S4_DISC1\S04xE06 - Margin Of Error.mkv
--[Information] [25/02/2013 7:19:56 p.m.] Audio: E:\WIRE_S4_DISC1\S04xE06 - Margin Of Error.mkv ([2] - AC-3 - 6 channels / 48.0 KHz / English)
--[Information] [25/02/2013 7:19:56 p.m.] Subtitle: E:\WIRE_S4_DISC1\S04xE06 - Margin Of Error.mkv ([2] - VOBSUB / English)
-[Error] Log for job1 (ext, S04xE06 - Margin Of Error.mkv -> )
--[Information] [25/02/2013 7:20:04 p.m.] Started handling job
--[Information] [25/02/2013 7:20:04 p.m.] Preprocessing
--[Information] [25/02/2013 7:20:04 p.m.] MediaInfo
---[Information] File: E:\WIRE_S4_DISC1\S04xE06 - Margin Of Error.mkv
---[Information] General
----[Information] Format: Matroska
----[Information] FormatString: Matroska
----[Information] FileSize: 2025370179
----[Information] PlayTime: 00:57:59.840
---[Information] Video
----[Information] ID: 1
----[Information] StreamOrder: 0
----[Information] Width: 720
----[Information] Height: 576
----[Information] FrameCount: 86996
----[Information] FrameRate: 25.000
----[Information] FrameRateOriginal:
----[Information] FrameRateMode: CFR
----[Information] ScanType: Interlaced
----[Information] Codec: V_MPEG2
----[Information] CodecString: MPEG-2 Video
----[Information] Format: MPEG Video
----[Information] AspectRatio: 1.333
----[Information] AspectRatioString: 4:3
----[Information] Delay: 0
----[Information] Title:
----[Information] Language: en
----[Information] LanguageString: English
----[Information] Default: No
----[Information] DefaultString: No
----[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] 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: 3/2+1
----[Information] Language: en
----[Information] LanguageString: English
----[Information] Default: Yes
----[Information] DefaultString: Yes
----[Information] Forced: No
----[Information] ForcedString: No
---[Information] Text
----[Information] ID: 3
----[Information] StreamOrder: 2
----[Information] Codec: S_VOBSUB
----[Information] CodecString: VobSub
----[Information] Delay:
----[Information] Title:
----[Information] Language: en
----[Information] LanguageString: English
----[Information] Default: Yes
----[Information] DefaultString: Yes
----[Information] Forced: No
----[Information] ForcedString: No
--[Information] [25/02/2013 7:20:04 p.m.] Job commandline: "D:\MEGUI\tools\mkvmerge\mkvextract.exe" tracks "E:\WIRE_S4_DISC1\S04xE06 - Margin Of Error.mkv" --ui-language en 1:"E:\WIRE_S4_DISC1\mx2i0cmd.j55\S04xE06 - Margin Of Error - [1] English.ac3" 2:"E:\WIRE_S4_DISC1\mx2i0cmd.j55\S04xE06 - Margin Of Error - [2] English.idx"
--[Information] [25/02/2013 7:20:04 p.m.] Extracting started
--[Error] [25/02/2013 7:20:18 p.m.] An error occurred: Writing the VobSub index file 'E:\WIRE_S4_DISC1\mx2i0cmd.j55\S04xE06 - Margin Of Error - [2] English.idx'.
--[Information] [25/02/2013 7:20:18 p.m.] Standard output stream
---[NoImage] Extracting track 1 with the CodecID 'A_AC3' to the file 'E:\WIRE_S4_DISC1\mx2i0cmd.j55\S04xE06 - Margin Of Error - [1] English.ac3'. Container format: Dolby Digital (AC3)
---[NoImage] Extracting track 2 with the CodecID 'S_VOBSUB' to the file 'E:\WIRE_S4_DISC1\mx2i0cmd.j55\S04xE06 - Margin Of Error - [2] English.idx'. Container format: VobSubs
--[Information] [25/02/2013 7:20:18 p.m.] Standard error stream
--[Information] [25/02/2013 7:20:18 p.m.] Job completed
Zathor
25th February 2013, 08:06
Thanks - I am away for a few days and will have a look afterwards.
Shevek
25th February 2013, 08:41
I can confirm that I see this problem as well.
I did 4 re-encodes before I realised that I just had to rename it :( :rolleyes:
Mine had "terror" in the filename
This was using "AutoEncode", not 1-Click
Kurtnoise
26th February 2013, 07:14
@Zathor : here is the patch (http://pastebin.com/RWs4yUti) to fix this...cannot commit anything right now. SourceForge website seems to be down for me.
AMED
28th February 2013, 10:20
Hi Zathor,
Sorry I've found a weird bug with the Avs Synth creator. When you vertically crop the image it starts resizing the width.
As you can see in the screenshots below, when I increase the top crop number is also changes the horizontal resize automatically. It keeps changing until the horizontal resize reaches 1902 and then it starts acting normal.
http://s23.postimage.org/47ec6d893/image.png (http://postimage.org/image/47ec6d893/)http://s23.postimage.org/kjodw3mkn/image.png (http://postimage.org/image/kjodw3mkn/)http://s23.postimage.org/kl2x39ds7/image.png (http://postimage.org/image/kl2x39ds7/)
[Information] Versions
-[Information] [28/02/2013 10:40:26 p.m.] MeGUI: 2300
-[Information] [28/02/2013 10:40:26 p.m.] Operating System: Windows 8 Professional Edition x64 (6.2.0.9200)
-[Information] [28/02/2013 10:40:26 p.m.] .Net Framework: 4.5 (4.5.50709)
-[Information] [28/02/2013 10:40:26 p.m.] AviSynth: 2.5.8.5 (21/12/2008 9:46:54 p.m.) - portable
-[Information] [28/02/2013 10:40:26 p.m.] DevIL: 1.6.6 (26/05/2004 12:37:34 p.m.)
-[Information] [28/02/2013 10:40:26 p.m.] AvisynthWrapper: 2/01/2009 8:34:04 p.m.
-[Information] [28/02/2013 10:40:26 p.m.] Haali Matroska Splitter: 1.11.96.14 (3/03/2011 11:40:46 a.m.)
-[Information] [28/02/2013 10:40:26 p.m.] Haali DSS2: 3/03/2011 11:37:50 a.m.
-[Information] [28/02/2013 10:40:26 p.m.] ICSharpCode.SharpZipLib: 0.85.5.452 (7/08/2008 9:31:12 p.m.)
-[Information] [28/02/2013 10:40:26 p.m.] LinqBridge: 1.0.0.0 (28/05/2009 1:24:34 a.m.)
-[Information] [28/02/2013 10:40:26 p.m.] MediaInfo: 0.7.62.0 (22/02/2013 10:32:55 a.m.)
-[Information] [28/02/2013 10:40:26 p.m.] MediaInfoWrapper: 0.7.61.0 (6/01/2013 2:47:15 p.m.)
-[Information] [28/02/2013 10:40:26 p.m.] MessageBoxExLib: 1.0.2218.28317 (19/12/2008 7:53:04 p.m.)
-[Information] [28/02/2013 10:40:26 p.m.] SevenZipSharp: 0.64.3890.29348 (2/01/2011 10:59:32 a.m.)
-[Information] [28/02/2013 10:40:26 p.m.] 7z: 9.20 (18/11/2010 4:27:34 p.m.)
hello_hello
6th March 2013, 14:27
I think this may be a bug, but then maybe I just don't understand the various de-interlacing methods. However, when manually selecting "TDeint (with EDI + BOB)" and then using the preview button, MeGUI invariably displays an AVISynth script error, at least when working with PAL video.
"TDient: number of frames in edient clip doesn't match that of the input clip"
MeGUI adds something like the following to the script (it changes a little according to the field order selected, if any):
edeintted = last.SeparateFields().SelectEven().EEDI2(field=-1)
TDeint(mode=1,order=-1,edeint=edeintted)
On the subject of de-interlacing (and this is just a feature request) is there any way to change the behaviour of the script creator when changing the source type? For example if you select "interlaced" MeGUI defaults to Yadif. When changing the source type it'd be nice if MeGUI could select the last chosen de-interlacing method for that source type, rather than simply go back to the default each time. Or... maybe it'd be nice to have a setting in the script creator profile to let you select the preferred de-interlacing method for each source type, whether MeGUI selects it after analysing the video or you select it yourself. For instance if "interlaced" is selected as the source type, MeGUI could be told to default to a de-interlacing method other than Yadif.
Cheers.
Zathor
8th March 2013, 10:43
...when I increase the top crop number is also changes the horizontal resize automatically. It keeps changing until the horizontal resize reaches 1902 and then it starts acting normal.
Thanks - fixed in 2302
2302 [AVS Script Creator] fixed wrong resize values in some cases if using cropping without anamorphic encoding
2301 [MKV Demuxer] fixed wrong detection of errors if file name contains "error"
invy
8th March 2013, 12:07
Question: Is it possible to remove the one-half (I think it is) crop limit in the I/o tab in AviSynth script creator? Sometimes I have to crop more than half of the width of a video, and it's been bugging me that I have to manually guess and change it in the script to get it cropped where I need it.
Zathor
8th March 2013, 18:27
Changed in 2303 - now cropping is possible until the mod value is reached.
invy
9th March 2013, 00:33
Changed in 2303 - now cropping is possible until the mod value is reached.
Thanks! That's great!
However, I don't know how to update to 2303 if it hasn't asked me to update. I am using the development build/server.
Zathor
9th March 2013, 12:43
However, I don't know how to update to 2303 if it hasn't asked me to update. I am using the development build/server.
Currently in order to get the binary you have to compile it yourself as I have only committed it to the SVN. I plan to build a binary in the next ~48 hours. As this was only a minor change it is not so important to push it out fast and maybe other things will be integrated in the next binary as well.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.