View Full Version : MeGUI: bug reports and feature requests
Zathor
4th October 2013, 11:32
Have you tried the OneClick tool? Maybe this is what you are searching for.
ph4nt0m
4th October 2013, 11:59
Yes I did, and I would love to use it instead of AutoEncode, since it would even further reduce the amount of manual work required. But since I need to specify the crop values by hand (remember my request (http://forum.doom9.org/showthread.php?p=1643758#post1643758)), I tried to go the AutoEncode route:
Open source file
Let MeGUI index the file and check "On completion load files"
Change the cropping as intended (the rest of the avs script will already be prepared thanks to the AviSynth templates :))
Save script and click "AutoEncode"
This workflow would be nearly perfect for me because the most time-consuming steps (encoding and muxing) could be performed without any further input. It's just that I would like to store a decent video title inside the mp4 container (preferably just the input file name), which cannot be done at the moment.
hello_hello
4th October 2013, 12:08
New numbers will be assigned from 1 on of they are free. So if a job is completed and deleted from the queue this number will be reused. I do not understand the reson for this request as this should not cause any problems. Can you describe in more detail why you think this change is needed?
It's not that it causes problems. It was just a thought to make searching through the log file a little easier. Often jobs can be very similar, or even the same, and a unique job number would make identifying the correct one in the log file a little easier. Other than that, it's no major concern.
hello_hello
4th October 2013, 12:20
In MeGUI's options, under Default Languages, the language choices are in alphabetical order.... aside from "English", which can be found in between "Hungarian" and "Icelandic".
Zathor
4th October 2013, 13:10
Thanks, changed!
luke83
4th October 2013, 13:34
Error :/
[Error] Log
-[Information] Versions
--[Information] [04/10/2013 14:29:03] MeGUI: 2356
--[Information] [04/10/2013 14:29:03] Operating System: Windows 7 x86 SP1 (6.1.65536.7601)
--[Information] [04/10/2013 14:29:03] .Net Framework: 4.0 (4.0.30319)
--[Information] [04/10/2013 14:29:03] AviSynth: 2.6.0.3 (09/03/2013 09:28:48)
--[Information] [04/10/2013 14:29:03] AvisynthWrapper: 02/01/2009 20:34:04
--[Information] [04/10/2013 14:29:03] Haali Matroska Splitter: 1.11.96.14 (03/03/2011 11:40:46)
--[Information] [04/10/2013 14:29:03] Haali DSS2: 03/03/2011 11:37:50
--[Information] [04/10/2013 14:29:03] ICSharpCode.SharpZipLib: 0.85.5.452 (07/08/2008 20:31:12)
--[Information] [04/10/2013 14:29:04] LinqBridge: 1.0.0.0 (28/05/2009 01:24:34)
--[Information] [04/10/2013 14:29:04] MediaInfo: 0.7.63.0 (13/05/2013 10:47:16)
--[Information] [04/10/2013 14:29:04] MediaInfoWrapper: 0.7.61.0 (06/01/2013 14:47:15)
--[Information] [04/10/2013 14:29:04] MessageBoxExLib: 1.0.2218.28317 (19/12/2008 20:53:04)
--[Information] [04/10/2013 14:29:04] SevenZipSharp: 0.64.3890.29348 (02/01/2011 10:59:32)
--[Information] [04/10/2013 14:29:04] 7z: 9.20 (18/11/2010 16:27:34)
-[Information] Update detection
--[Information] [04/10/2013 14:29:04] Automatic update is disabled
-[Error] Log for job3 (video, hfyu_nostradamus.avs -> nostradamus.mp4)
--[Information] [04/10/2013 14:29:12] Started handling job
--[Information] [04/10/2013 14:29:12] Preprocessing
--[Information] [04/10/2013 14:29:12] Avisynth input script
---[NoImage] LoadPlugin("K:\Documents and Settings\Luca\Documenti\Software\Video Editing\MeGUI_0.3.5\tools\ffms\ffms2.dll")
---[NoImage] FFVideoSource("K:\Temp\Temp Megui\hfyu_nostradamus.avi")
--[Information] [04/10/2013 14:29:14] resolution: 696x376
--[Information] [04/10/2013 14:29:14] frame rate: 25/1
--[Information] [04/10/2013 14:29:14] aspect ratio: 87:47 (1.851)
--[Information] [04/10/2013 14:29:14] Job commandline: "K:\Documents and Settings\Luca\Documenti\Software\Video Editing\MeGUI_0.3.5\tools\x264\x264.exe" --crf 21.2 --deblock 1:1 --bframes 16 --no-weightb --ref 8 --qpmin 10 --qpmax 51 --me umh --subme 6 --partitions all --trellis 2 --psy-rd 0.6:0 --zones 0,146752,q=21,2/146753,147909,q=26,2 --sar 1:1 --output "K:\Temp\Temp Megui\nostradamus.mp4" "K:\Temp\Temp Megui\hfyu_nostradamus.avs"
--[Information] [04/10/2013 14:29:14] Process started
--[Information] [04/10/2013 14:29:14] Standard output stream
--[Error] [04/10/2013 14:29:14] Standard error stream
---[Information] [04/10/2013 14:29:15] avs [info]: 696x376p 1:1 @ 25/1 fps (cfr)
---[Information] [04/10/2013 14:29:15] x264 [info]: using SAR=1/1
---[Information] [04/10/2013 14:29:15] x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.1 Cache64
---[Error] [04/10/2013 14:29:15] x264 [error]: invalid zone param: 2 = (null)
---[Error] [04/10/2013 14:29:15] x264 [error]: failed to parse zones
---[Error] [04/10/2013 14:29:15] x264 [error]: x264_encoder_open failed
--[Error] [04/10/2013 14:29:15] Process exits with error: 0xFFFFFFFF (-1)
--[Information] [04/10/2013 14:29:15] Job completed
Zathor
4th October 2013, 17:32
How did you add the zones?
EDIT: Problem is likely the , in q=21,2 - should have been a .
Will be fixed in the next build
Workaround: Use 21,0 instead of 21,2 and 26,0 instead of 26,2
mini-moose
4th October 2013, 19:58
after update to 2409 the program asks for restart, but it doesn't launch back. When I relaunch it manually it's still at 2402.
Zathor
4th October 2013, 20:04
Yes, that is sadly the out of sync mirror server. You must update to 2407+ to get rid of that. As you wrote you are still at 2402, correct? Otherwise please post the log.
Capsbackup
4th October 2013, 21:00
Yes, that is sadly the out of sync mirror server. You must update to 2407+ to get rid of that. As you wrote you are still at 2402, correct? Otherwise please post the log.
How does one update to 2407+?
I have only ever updated when MeGui is launched and says there is an update. :confused:
EDIT:
Just tried changing the update server, and after trying stable and then reverting back to development it now correctly made the update to 2409. :cool:
Overdrive80
5th October 2013, 11:11
Error :/
A example for --zones:
--zones 0,1000,crf=16.5/1001,2000,crf=18/2001,3000,crf=16
luke83
5th October 2013, 11:46
How did you add the zones?
EDIT: Problem is likely the , in q=21,2 - should have been a .
Will be fixed in the next build
Workaround: Use 21,0 instead of 21,2 and 26,0 instead of 26,2
it works now. I've modified 26,2 into just 26
Thanks.
1 more question: if i set only the end credit zone, is the main movie encoded with the quantitizer setted in the x264 config window (21.2) ? or is it encoded as the end credit zone (26) ?
This is the new log that works, with only 1 zone:
-[Information] Log for job1 (video, hfyu_nostradamus.avs -> nostradamus.mp4)
--[Information] [05/10/2013 12:37:25] Started handling job
--[Information] [05/10/2013 12:37:25] Preprocessing
--[Information] [05/10/2013 12:37:25] Avisynth input script
---[NoImage] LoadPlugin("K:\Documents and Settings\Luca\Documenti\Software\Video Editing\MeGUI_0.3.5\tools\ffms\ffms2.dll")
---[NoImage] FFVideoSource("K:\Temp\Temp Megui\hfyu_nostradamus.avi")
--[Information] [05/10/2013 12:37:26] resolution: 696x376
--[Information] [05/10/2013 12:37:26] frame rate: 25/1
--[Information] [05/10/2013 12:37:26] aspect ratio: 87:47 (1.851)
--[Information] [05/10/2013 12:37:26] Job commandline: "K:\Documents and Settings\Luca\Documenti\Software\Video Editing\MeGUI_0.3.5\tools\x264\x264.exe" --crf 21.2 --deblock 1:1 --bframes 16 --no-weightb --ref 8 --qpmin 10 --qpmax 51 --me umh --subme 6 --partitions all --trellis 2 --psy-rd 0.6:0 --zones 146753,147909,q=26 --sar 1:1 --output "K:\Temp\Temp Megui\nostradamus.mp4" "K:\Temp\Temp Megui\hfyu_nostradamus.avs"
--[Information] [05/10/2013 12:37:26] Process started
--[Information] [05/10/2013 12:37:26] Standard output stream
--[Information] [05/10/2013 12:37:26] Standard error stream
---[Information] [05/10/2013 12:37:27] avs [info]: 696x376p 1:1 @ 25/1 fps (cfr)
---[Information] [05/10/2013 12:37:27] x264 [info]: using SAR=1/1
---[Information] [05/10/2013 12:37:27] x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.1 Cache64
---[Information] [05/10/2013 12:37:27] x264 [info]: profile High, level 3.1
Zathor
5th October 2013, 12:53
if i set only the end credit zone, is the main movie encoded with the quantitizer setted in the x264 config window (21.2) ? or is it encoded as the end credit zone (26)
The zones are overwriting the values in the normal command line. Therefore all frames outside of your zone are using 21.2.
luke83
6th October 2013, 18:14
The zones are overwriting the values in the normal command line. Therefore all frames outside of your zone are using 21.2.
ok thanks
detmek
9th October 2013, 14:52
Sometimes when I try do right-click on some entry in Queue tab, it wont work right away and after that I get error message:
https://dl.dropboxusercontent.com/u/19804113/Forumi/Slike/Doom9/MeGUI%20error%20message.png
[Error] Log
-[Information] Versions
--[Information] [09-Oct-13 3:42:59 PM] MeGUI: 2409
--[Information] [09-Oct-13 3:42:59 PM] Operating System: Windows 7 Premium Edition x86 SP1 (6.1.65536.7601)
--[Information] [09-Oct-13 3:42:59 PM] .Net Framework: 4.5 (4.5.50709)
--[Information] [09-Oct-13 3:42:59 PM] AviSynth: 2.6.0.4 (28-09-2013) (inactive)
--[Information] [09-Oct-13 3:42:59 PM] AviSynth portable: 2.6.0.4 (28-09-2013) (active)
--[Information] [09-Oct-13 3:42:59 PM] DevIL: 1.6.6 (26-05-2004)
--[Information] [09-Oct-13 3:42:59 PM] AvisynthWrapper: (02-01-2009)
--[Information] [09-Oct-13 3:42:59 PM] Haali Matroska Splitter: 1.13.138.14 (14-04-2013)
--[Information] [09-Oct-13 3:42:59 PM] Haali DSS2: (14-04-2013)
--[Information] [09-Oct-13 3:42:59 PM] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
--[Information] [09-Oct-13 3:42:59 PM] LinqBridge: 1.0.0.0 (28-05-2009)
--[Information] [09-Oct-13 3:42:59 PM] MediaInfo: 0.7.64.0 (05-07-2013)
--[Information] [09-Oct-13 3:42:59 PM] MediaInfoWrapper: 0.7.61.0 (06-01-2013)
--[Information] [09-Oct-13 3:42:59 PM] MessageBoxExLib: 1.0.2218.28317 (19-12-2008)
--[Information] [09-Oct-13 3:42:59 PM] SevenZipSharp: 0.64.3890.29348 (02-01-2011)
--[Information] [09-Oct-13 3:42:59 PM] 7z: 9.20 (18-11-2010)
-[Information] Update detection
--[Information] [09-Oct-13 3:42:59 PM] Automatic update is disabled
-[Error] Unhandled error
--[Information] [09-Oct-13 3:43:12 PM] Exception message: The path is not of a legal form.
--[Information] [09-Oct-13 3:43:12 PM] Stacktrace
---[NoImage] at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
---[NoImage] at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
---[NoImage] at System.IO.Path.GetDirectoryName(String path)
---[NoImage] at MeGUI.core.gui.JobQueue.queueContextMenu_Opened(Object sender, EventArgs e)
---[NoImage] at System.Windows.Forms.ToolStripDropDown.OnOpened(EventArgs e)
---[NoImage] at System.Windows.Forms.ToolStripDropDown.SetVisibleCore(Boolean visible)
---[NoImage] at System.Windows.Forms.ContextMenuStrip.SetVisibleCore(Boolean visible)
---[NoImage] at System.Windows.Forms.ToolStripDropDown.Show(Control control, Point position)
---[NoImage] at System.Windows.Forms.ContextMenuStrip.ShowInternal(Control source, Point location, Boolean isKeyboardActivated)
---[NoImage] at System.Windows.Forms.Control.WmContextMenu(Message& m, Control sourceControl)
---[NoImage] at System.Windows.Forms.Control.WmContextMenu(Message& m)
---[NoImage] at System.Windows.Forms.Control.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.ListView.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
---[NoImage] at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
--[Information] [09-Oct-13 3:43:12 PM] Inner exception: null
-[Error] Unhandled error
--[Information] [09-Oct-13 3:43:18 PM] Exception message: The path is not of a legal form.
--[Information] [09-Oct-13 3:43:18 PM] Stacktrace
---[NoImage] at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
---[NoImage] at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
---[NoImage] at System.IO.Path.GetDirectoryName(String path)
---[NoImage] at MeGUI.core.gui.JobQueue.queueContextMenu_Opened(Object sender, EventArgs e)
---[NoImage] at System.Windows.Forms.ToolStripDropDown.OnOpened(EventArgs e)
---[NoImage] at System.Windows.Forms.ToolStripDropDown.SetVisibleCore(Boolean visible)
---[NoImage] at System.Windows.Forms.ContextMenuStrip.SetVisibleCore(Boolean visible)
---[NoImage] at System.Windows.Forms.ToolStripDropDown.Show(Control control, Point position)
---[NoImage] at System.Windows.Forms.ContextMenuStrip.ShowInternal(Control source, Point location, Boolean isKeyboardActivated)
---[NoImage] at System.Windows.Forms.Control.WmContextMenu(Message& m, Control sourceControl)
---[NoImage] at System.Windows.Forms.Control.WmContextMenu(Message& m)
---[NoImage] at System.Windows.Forms.Control.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.ListView.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
---[NoImage] at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
---[NoImage] at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
--[Information] [09-Oct-13 3:43:18 PM] Inner exception: null
Also, but I might be wrong, when that happens, right-click on Windows taskbar also dont work.
Zathor
9th October 2013, 22:40
Please upload somewhere your job\job[number].xml file from the job which is failing when you do a right click on it.
mini-moose
12th October 2013, 14:55
When I use One Click Encoder and add 3 subtitles (.srt in my case), the first one follows the default language I chose for subtitles, the 2nd and 3rd need to be set manually for that.
However, once I add the third srt stream, the language tag I added on the 2nd stream disappears.
Zathor
12th October 2013, 16:02
Thanks - fixed
TSoft
12th October 2013, 22:18
@Zathor
Is there a possibility to let work MeGui with xvid_encraw 64 bit ?
http://www.xvidvideo.ru/component/docman/doc_download/1823-xvid-122-x64-vaq-stable-release-----without-installer.html
detmek
13th October 2013, 10:59
Please upload somewhere your job\job[number].xml file from the job which is failing when you do a right click on it.
Sorry Zathor. I couldn't reproduce the problem. Maybe it was problem with my AV program. I was testing Avast 9 Beta, so maybe that was a problem.
TSoft
13th October 2013, 12:38
Other question, I have enabled x264 10 bit encoding but in the task manager I always see x264_64.exe and not x264-10b_64.exe.
What do I wrong ?
detmek
13th October 2013, 13:18
You have to enable 10-bit encoder in MeGUIs main settings and in x264 configuration dialog.
Leinad4Mind
13th October 2013, 14:02
Hi there, I've created this simple .avs:
DGSource("D:\Blu-Ray\GLOBAL_EDITION\5star.dgi") with DGAVCIndexDI.exe (using DiAVC) and when I try to load the .avs on MeGUI, the .avs can't load and crash MeGUI.
I tried to open the same .avs on avspmod, and there are no problem for it to open. Does MeGUI support DGAVCDecodeDI.dll ? Why it crash?
BRegards
TSoft
13th October 2013, 21:00
You have to enable 10-bit encoder in MeGUIs main settings and in x264 configuration dialog.
Thanks you very much my friend :)
TSoft
14th October 2013, 08:04
I do not know for sure the capabilities of the x264 10bit, but in a test the result was horrible. The video was unwatchable, the DRF was too high. Encode time higher 60%. Maybe I was wrong in some stettings....
detmek
14th October 2013, 08:27
10-bit usually provides 10-20% better quality for 20% longer encoding time. What is command line use for 10-bit encoding?
mini-moose
14th October 2013, 09:09
I do not know for sure the capabilities of the x264 10bit, but in a test the result was horrible. The video was unwatchable, the DRF was too high. Encode time higher 60%. Maybe I was wrong in some stettings....
Unwatchable how? I assume you need to have a decoder that
can play it right too.
TSoft
14th October 2013, 09:16
Unwatchable how? I assume you need to have a decoder that
can play it right too.
Oops :(
What player ? I used Media Player Classic - Home Cinema with CoreCodec
mini-moose
14th October 2013, 09:27
Oops :(
What player ? I used Media Player Classic - Home Cinema whit CoreCodec
To be honest I don't have 10-bit decoder installed, but I tried playing a x264 10-bit encode once and it's like in slow motion and choppy without a proper decoder.
TSoft
14th October 2013, 09:33
Ok I think that mplayer2 does the trick. I will do some tests and let you know. Thanks guys.
mini-moose
14th October 2013, 09:35
Ok I think that mplayer2 does the trick. I will do some tests and let you know. Thanks guys.
I could be wrong, I don't have a lot of experience with 10-bit.
detmek
14th October 2013, 09:42
LAV Video decoder works just fine with 10-bit H.264 files and is internal part of newest MPC-HC now (available as standalone filter too).
Zathor
14th October 2013, 21:10
2414 [x264] if --bluray-compat is used without a BluRay device selected:
--ref is restricted to 6
--bframes is restricted to 3
--slices 4 is not forced anymore
2413 [OneClick] fixed option to set a language by default if it cannot be determined (regression of 2363)
2412 [Update] enabled megui.xvidvideo.ru again
2411 [x264] fixed wrong number format of the zone modifier in same cases
2410 [Settings] sort the default languages alphabetically
TSoft
17th October 2013, 11:40
Recently when I click right mouse button on a job, MeGUI always returns an error. Then I try again and no error appears.
[
[Error] Unhandled error
-[Information] [17/10/2013 12:35:26] Exception message: Formato del percorso non valido.
-[Information] [17/10/2013 12:35:26] Stacktrace
--[NoImage] in System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
--[NoImage] in System.IO.Path.NormalizePath(String path, Boolean fullCheck)
--[NoImage] in System.IO.Path.GetDirectoryName(String path)
--[NoImage] in MeGUI.core.gui.JobQueue.queueContextMenu_Opened(Object sender, EventArgs e)
--[NoImage] in System.Windows.Forms.ToolStripDropDown.OnOpened(EventArgs e)
--[NoImage] in System.Windows.Forms.ToolStripDropDown.SetVisibleCore(Boolean visible)
--[NoImage] in System.Windows.Forms.ContextMenuStrip.SetVisibleCore(Boolean visible)
--[NoImage] in System.Windows.Forms.ToolStripDropDown.Show(Control control, Point position)
--[NoImage] in System.Windows.Forms.ContextMenuStrip.ShowInternal(Control source, Point location, Boolean isKeyboardActivated)
--[NoImage] in System.Windows.Forms.Control.WmContextMenu(Message& m, Control sourceControl)
--[NoImage] in System.Windows.Forms.Control.WmContextMenu(Message& m)
--[NoImage] in System.Windows.Forms.Control.WndProc(Message& m)
--[NoImage] in System.Windows.Forms.ListView.WndProc(Message& m)
--[NoImage] in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
--[NoImage] in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
--[NoImage] in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
-[Information] [17/10/2013 12:35:26] Inner exception: null
detmek
17th October 2013, 15:49
I had the same problem (http://forum.doom9.org/showthread.php?p=1647264#post1647264) but I could not reproduce it since then.
Zathor
18th October 2013, 17:39
Recently when I click right mouse button on a job, MeGUI always returns an error. Then I try again and no error appears.
Are you able to provide more details? E.g. which job type is it? Please upload your job files (MeGUI\Jobs).
cengizhan
19th October 2013, 15:37
i have encountered this same bug after right clicking on an aborted job.
Zathor
20th October 2013, 16:51
Which job type was it? E.g. x264 encoding, AVI muxing, ...
Overdrive80
20th October 2013, 18:00
[Feature request]
I wonder if would be possible load files in megui on mode batch. For example, open windows from "Audio Input" and select 10 files. Then megui save of way internal (in array, for example), for encoding 10 files with same "Enconder settings". Would be implement???
Thanks.
detmek
21st October 2013, 13:51
Which job type was it? E.g. x264 encoding, AVI muxing, ...
Hi Zathor. Since my problem is same as previous poster I managed to reproduce error.
Here is log (https://dl.dropboxusercontent.com/u/19804113/Forumi/Fajlovi/doom9/MeGUI%20log.log) and job files (https://dl.dropboxusercontent.com/u/19804113/Forumi/Fajlovi/doom9/jobs.rar).
I got error by right clicking on aborted 1st pass x264 encoding job, as you can see in log.
Capsbackup
22nd October 2013, 01:17
I am having problems with MeGui using the chapter creator feature.
I record 1080i HD captures with a Hauppauge HD DVR, cut the commercials with VideoRedo, and use MeGui to reencode the video using the AVCHD profile.
I set the chapters in MeGui where the commercials were cut so to add an I frame where I want the chapter but on several occasions there is no I frame inserted at the location, and in some cases for an additional 7 seconds before an I frame is inserted. Needless to say the chapter points will not even be close in these instances.
Am I doing something wrong, or is there a way to force more I frames with x264? :confused:
Kurtnoise
22nd October 2013, 09:56
A logfile can help...
Kurtnoise
22nd October 2013, 16:05
this is not the logfile but the jobfile.
The logfile is created when you right click on the log tab...
Capsbackup
22nd October 2013, 16:22
this is not the logfile but the jobfile.
The logfile is created when you right click on the log tab...
Sorry! :(
I do use MeGui often, but I am not very knowledgeable about such things. :o
I did find this, if this is what you mean:
[Information] Log
-[Information] Versions
--[Information] [10/22/2013 7:49:15 AM] MeGUI: 2414
--[Information] [10/22/2013 7:49:15 AM] Operating System: Windows 7 x64 SP1 (6.1.65536.7601)
--[Information] [10/22/2013 7:49:15 AM] .Net Framework: 4.0 (4.0.30319)
--[Information] [10/22/2013 7:49:15 AM] AviSynth: 2.5.8.5 (21-12-2008)
--[Information] [10/22/2013 7:49:15 AM] AvisynthWrapper: (06-01-2013)
--[Information] [10/22/2013 7:49:15 AM] Haali Matroska Splitter: 1.9.42.1 (10-01-2009)
--[Information] [10/22/2013 7:49:15 AM] Haali DSS2: (10-01-2009)
--[Information] [10/22/2013 7:49:15 AM] ICSharpCode.SharpZipLib: 0.85.5.452 (06-01-2013)
--[Information] [10/22/2013 7:49:15 AM] LinqBridge: 1.0.0.0 (06-01-2013)
--[Information] [10/22/2013 7:49:15 AM] MediaInfo: 0.7.64.0 (05-07-2013)
--[Information] [10/22/2013 7:49:15 AM] MediaInfoWrapper: 0.7.61.0 (06-01-2013)
--[Information] [10/22/2013 7:49:15 AM] MessageBoxExLib: 1.0.2218.28317 (06-01-2013)
--[Information] [10/22/2013 7:49:15 AM] SevenZipSharp: 0.64.3890.29348 (06-01-2013)
--[Information] [10/22/2013 7:49:15 AM] 7z: 9.20 (06-01-2013)
-[Information] Update detection
--[Information] [10/22/2013 7:49:16 AM] Connecting to server: http://megui.org/auto/
--[Information] [10/22/2013 7:49:16 AM] All files are up to date
Capsbackup
22nd October 2013, 16:33
I guess my question regarding using the chapter creator option is that even though I create a QP file, and set desired chapter location frames, there is no I frame created at this frame number, and on a few encodes there was no I frame inserted either before this frame number or after, and not for several seconds after on some attempts.
Capsbackup
22nd October 2013, 20:55
I ran another encode of the same file that was not placing I frames according to the chapter creator QP file made, but this time inserting, in the x264 configuration dialog, Misc, Custom Command Line:
--keyint 24 --min-keyint 1
Now the chapters are placed correctly, or are at least so close that this is acceptable! :D Now I frames appear about every 22-23 frames apart.
Was this what I was missing?
Will the encoded file still be AVCHD / Blu-ray compatible?
LigH
23rd October 2013, 07:59
You may prefer to copy the log after you actually encoded a job. Your currently posted log does not contain results of any just recently processed job, just what happened after starting MeGUI.
Log files are also saved into the folder MeGUI\logs; try to find the log of the date and time when a reportable job ran.
Kurtnoise
23rd October 2013, 08:01
Seems like you have close/reopen MeGUI after your encoding, right ? Your logfile is not complete...you've pasted only the 1st part.
In this case, the logfile is located in the logs folder in MeGUI subdirectory. Just copy & paste here the last file from this folder.
/me slower than LigH
Capsbackup
23rd October 2013, 15:06
I was wondering why the log was incomplete! :(
I was using the AVCHD profile for this job and posted log, but after inserting:
--keyint 24 --min-keyint 1
I now am successful to get the chapters aligned with the commercial cuts. I was not getting any I frames for several seconds at these locations before adding this.
ravewulf
23rd October 2013, 17:28
From my understanding, MeGUI's Chapter Creator only creates QP files based on 25 fps. If your video is anything other than 25 fps then the key frames are going to be off.
I have submitted this bug here (https://sourceforge.net/p/megui/bugs/735/)
Possible workarounds:
Use the One Click Encoder when loading mpls (Blu-ray) or other files with chapters in them.
Manually create QP file (if you use the built in AVS cutter you can copy down the displayed/saved frame numbers)
Use other chaper creating tools (eg ChapterGrabber, others?)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.