View Full Version : MeGUI: General Questions and Troubleshooting Thread
fib0by
3rd August 2008, 21:36
@flb0by: MeGUI normally copies the 2nd pass settings for the first pass. if you select Turbo, it tunes down the settings to have a fast first pass.
however the log is a bit messy. what really matters is what is saved in the log file.
You mean the stuff in C:\Program Files\megui\logs ? Even that doesn't seem to contain the actual options. I did find something that looks like the right stuff for pass 1 for a previous attempt (aborted job) but that was it.
Maybe I should wait until all the jobs are completed and then it will write everything to the log?
Sharktooth
4th August 2008, 02:05
it contains the actual option for all passes.
example:
...
--[NoImage] Job commandline: "C:\megui\tools\x264\x264.exe" --pass 1 --bitrate 1062 --stats "***removed***.stats" --bframes 3 --b-pyramid --direct auto --filter -1,-1 --subme 1 --partitions none --me dia --merange 12 --threads auto --thread-input --sar 714:485 --progress --no-psnr --no-ssim --output NUL "***removed***.avs"
...
...
--[NoImage] Job commandline: "C:\megui\tools\x264\x264.exe" --pass 2 --bitrate 1062 --stats "***removed***.stats." --ref 3 --mixed-refs --bframes 3 --b-pyramid --bime --weightb --direct auto --filter -1,-1 --subme 6 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --me umh --merange 12 --threads auto --thread-input --sar 714:485 --progress --no-psnr --no-ssim --output "***removed***.264" "***removed***.avs"
...
the log is written at completion. to be sure just close megui when it finished and look again at the logs folder.
fib0by
4th August 2008, 06:34
it contains the actual option for all passes.
the log is written at completion. to be sure just close megui when it finished and look again at the logs folder.
Ah yes, that is right. I looked and indeed everything was there after completion. Thanks!
LOGiC
4th August 2008, 07:57
@Sharktooth
Hey mate, thank you for your reply on the other thread. I decided to completely set up a new PC. THis is very old and it was some kind of "Complete Discounter-PC" which has a Core2Duo E6300, but just has a single channel RAM. When trying to encode with Subme7 / Trellis2, I am at 1,25fps, this sucks.
Will MeGUI be able to use all four cores of a quad core ? Just for any calculations, on some "middle" to "insane" settings, to which FPS could one come ?
Thanks in advance,
ANdy.
flebber
4th August 2008, 11:00
I have been fiddling with MeGui a little bit now and like what I am getting. There is only two little things I want to confirm, they are essentially very simple.
1) To alter color and brightness etc. I have largely created all my scripts in MeGui and then edited them in VirtualDubMod as prescribed here http://www.doom9.org/index.html?/capture/postprocessing_avisynth.html and then reopened them to finish them off. Is there a simpler, but still effective and controllable way of doing this ?
2) Really simple one Megui clearly has Input Dar for aspect ratio in the Script Creator, But there is no Output Dar option. Is there no option or I just can't find it ?
Cheers
Sharktooth
4th August 2008, 12:24
@LOGic, megui uses x264 and it is able to use all the four cores. the problems usually comes from slow avisynth scripts. in that case avisynth wont be fast enough to feed the fames to the encoder, so the encoding threads will wait...
however, first be sure to disable "Automatically set the number of threads" in options (x264 uses a different way to calculate the number of threads) and set "Threads" = 0 (auto) in the x264 preset. that will ensure the correct threads settings for x264.
@flebber:
1) you can use any DirectShow player or anything supporting avisynth to watch the avisynth script preview. Megui offers a preview too during the script creation.
since megui cant graphically support evey avisynth filter (there are tons of them) there's a minimal graphical interface for what the user usually needs.
if you want graphical controls for brightness, contrast and color, please fill in a feature request in the megui feature request tracker on sourceforge.
2) MeGUI uses the input AR for the encoding. Also there seems to be a bug with AR that sometimes happens.
flebber
4th August 2008, 12:49
@flebber:
1)....if you want graphical controls for brightness, contrast and color, please fill in a feature request in the megui feature request tracker on sourceforge.
2) MeGUI uses the input AR for the encoding. Also there seems to be a bug with AR that sometimes happens.
I am basically just using VDubMod as a means to adjust colour and brightness. I will add a request to the tracker as I thought of another option, ... as Virtualdub has 2 colour filters I know of (there is probably more) Auto Levels and Msu Color and Avisynth supports loading Vdub plugins, I could just write a scipt to import filters from vdub into avisynth and save that as part of the prest scipts in Megui... Or I could fill out a feature request:)
2) All of our TV sets in Australia are changing from 4:3 to widescreen to plasma/LCD as PAL is being given the boot for HDTV, with old footage I have got what is the best way to change aspect in Megui?
Feature Request https://sourceforge.net/tracker/index.php?func=detail&aid=2037538&group_id=156112&atid=798479
Sharktooth
4th August 2008, 13:06
there is no best as per forum rules.
i think you should read the megui guide and the avisynth manual.
flebber
4th August 2008, 13:47
there is no best as per forum rules.
i think you should read the megui guide and the avisynth manual.
Yes I apologise I should have used "more effective", which is closer to what i meant.
Sharktooth
4th August 2008, 14:02
MeGUI supports anamorphic encoding. Have a look at the wiki (link is in the Megui guide sticky thread).
check
4th August 2008, 14:08
flebber:
regarding changing the AR: if you mean the actual Aspect Ratio in which the video will display at the end: you should not change this. All of the methods you can use to modify this AR will result in a loss of picture or distortion. You will have to live with pillarboxed display on your new TV.
regarding a better avisynth GUI: you may want to make the next step up in terms of avisynth GUIs to AvsP. There is a thread on these forums about it.
Greif
4th August 2008, 14:50
I have been using MeGUI to just encode my HD videos. I then used mkvmerge to join up the video/audio/srt/chapters.
I'd like to save a step or two and just use MeGUI for the joining.
I do have a few questions on using MeGUI:
If I select an AC3 file in the Audio section on the Input tab, is it getting re-encoded?
What is meant by *scratchpad* in the Encoder settings?
Is there a way for MeGUI to import SRT substitles?
BTW, great product. Keep up the good work. :)
IceMan2
4th August 2008, 15:26
Hi guys I have a couple questions. First, after some recent updates when I go to create a DV2 file and select Demux all tracks and load the audio. The audio is not auto loading and also I see no data when the creation of the DV2 file. About a few weeks or so ago things were working fine.
Secondly I do alot of TV recording and XviD compression of these shows and I had people tell me that these rips aren't playing back on there DivX/XviD players. Since I dont use or have one these, my knowledge is little as to why this might be. The settings I am ripping at are the basic XviD 1100 kbs fast with no QPel or GMC.
Sharktooth
4th August 2008, 15:29
@Greif, megui cant join videos without re-encoding them
Use mkvmerge or other tools for other file formats.
the *scratchpad* contains the default settings, usefull when making new presets from "scratch"
about subs, megui can mux srt subs in various file formats. read the wiki for more info.
@iceman2: first, the behaviour has changed since dgindex 1.5+ has a different audio management. what you mean you "see no data"?
second, megui's xvid configuration doesnt still graphically support hardware devices. it will come soon.
~bT~
4th August 2008, 22:02
Secondly I do alot of TV recording and XviD compression of these shows and I had people tell me that these rips aren't playing back on there DivX/XviD players. Since I dont use or have one these, my knowledge is little as to why this might be. The settings I am ripping at are the basic XviD 1100 kbs fast with no QPel or GMC.
these work for me:
http://maxupload.com/img/B7F7CF72.jpg
http://maxupload.com/img/1902994D.jpg
obviously u will need to change thread= and bitrate
IceMan2
5th August 2008, 02:33
your the man ~bT~ I will give that try the next rip and see what happens and wait for feedback from the guys who use these xvid/divx standalone players.
I really love this encoder, the interface is very friendly for the novice user and the amount of control it gives me over each encoding step is hands down the best and getting better. I appreciate all that are behind the scenes making this happen and the one's here who devote there time in helping people out.
Thanks Ice
Sharktooth
5th August 2008, 02:36
i cant see the image
tebasuna51
5th August 2008, 10:12
your the man ~bT~ I will give that try the next rip and see what happens and wait for feedback from the guys who use these xvid/divx standalone players.
Maybe old xvid/divx standalone player only play fine with:
Number of B-frames: 1
Sharktooth
5th August 2008, 12:32
the old ones, yes, 1 b-frame and packed bitstream.
the new ones, can handle 1b + PB and 2 b-frames and no packed bitstream...
flebber
5th August 2008, 22:11
flebber:
regarding changing the AR: if you mean the actual Aspect Ratio in which the video will display at the end: you should not change this. All of the methods you can use to modify this AR will result in a loss of picture or distortion. You will have to live with pillarboxed display on your new TV.
regarding a better avisynth GUI: you may want to make the next step up in terms of avisynth GUIs to AvsP. There is a thread on these forums about it.
Seems interesting, found http://avisynth.org/qwerpoi/Overview.html and the doom thread http://forum.doom9.org/showthread.php?t=115506 after a quick search will have a look.
ZZZERO
8th August 2008, 15:57
Simple question from a noob I hope: When I installed megui I only selected some LAME MP3 audio encoding presets from the long list of offered presets. Now I want to try Nero AAC and use some of its presets. I can't figure out how to import them now? What am I missing?
Sharktooth
8th August 2008, 16:00
Options->Update
then find the audio presets, right click->Force (re)install....
kaabob
8th August 2008, 23:42
Hello,
I did a search for "Audio stream information" but didn't get an appropriate result, so here I go...
I've just ripped a Jaws DVD onto the computer as a set of IFO's and VOB's. I started out (following the wiki guide) by first running "Tools -> D2V creator" and selected "Demux all Audio tracks". After that job had finished, I had files such as "jaws T81 2_0ch 192Kbps DELAY 0ms.ac3" and "jaws T84 3_2ch 384Kbps DELAY 0ms.ac3". However, there is no audio stream information txt file to tell me what language and #channels each ac3 file is. Is there an option in MeGui to enable audio stream information output to a text file? Thanks, this would be very handy.
EDIT: Just out of curiosity (I know this question is a no-brainer, but bear with me), but a video encoded with preset "x264: HQ-slow" will not be playable on a standalone BD player, correct? I'm thinking of archiving my movies at the highest quality (without resorting to insane mode), but I'd want to be able to play these files on a standalone BD player such as a PS3. Thanks!
~bT~
9th August 2008, 03:16
Hello,
I did a search for "Audio stream information" but didn't get an appropriate result, so here I go...
I've just ripped a Jaws DVD onto the computer as a set of IFO's and VOB's. I started out (following the wiki guide) by first running "Tools -> D2V creator" and selected "Demux all Audio tracks". After that job had finished, I had files such as "jaws T81 2_0ch 192Kbps DELAY 0ms.ac3" and "jaws T84 3_2ch 384Kbps DELAY 0ms.ac3". However, there is no audio stream information txt file to tell me what language and #channels each ac3 file is. Is there an option in MeGui to enable audio stream information output to a text file? Thanks, this would be very handy.
EDIT: Just out of curiosity (I know this question is a no-brainer, but bear with me), but a video encoded with preset "x264: HQ-slow" will not be playable on a standalone BD player, correct? I'm thinking of archiving my movies at the highest quality (without resorting to insane mode), but I'd want to be able to play these files on a standalone BD player such as a PS3. Thanks!
you need to update your presets and i part answered your question as highlighted in bold above.
Cornflower
9th August 2008, 12:30
I'm soo farged.... I've got an mp4 that I can't play on my PS3. But the PS3 manual says mp4 is supported. What's wrong? Here's what I know about my file:
Format : MPEG-4
Format profile : Base Media / Version 2
Codec ID : mp42
File size : 3.50 GiB
Duration : 2h 10mn
Overall bit rate : 3839 Kbps
Encoded date : UTC 2008-08-04 05:45:11
Tagged date : UTC 2008-08-04 22:37:27
Writing application : HandBrake 0.9.2 2008022300
Video
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L5.1
Format settings, CABAC : Yes
Format settings, ReFrames : 5 frames
Codec ID : avc1
Duration : 2h 10mn
Bit rate mode : Variable
Bit rate : 3700 Kbps
Width : 1136 pixels
Height : 640 pixels
Display aspect ratio : 16/9
Frame rate mode : Variable
Frame rate : 29.970 fps
Minimum frame rate : 29.963 fps
Maximum frame rate : 29.981 fps
Colorimetry : 4:2:0
Scan type : Progressive
Bits/(Pixel*Frame) : 0.170
Stream size : 3.38 GiB (97%)
Writing library : x264 core 58 svn-736M
Encoding settings : cabac=1 / ref=5 / deblock=1:0:0 / analyse=0x1:0x111 / me=umh / subme=6 / brdo=0 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / chroma_qp_offset=0 / threads=6 / nr=0 / decimate=1 / mbaff=0 / bframes=3 / b_pyramid=0 / b_adapt=1 / b_bias=0 / direct=1 / wpredb=1 / bime=1 / keyint=300 / keyint_min=30 / scenecut=40(pre) / rc=abr / bitrate=3700 / ratetol=1.0 / rceq='blurCplx^(1-qComp)' / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / ip_ratio=1.40 / pb_ratio=1.30
Encoded date : UTC 2008-08-04 05:45:11
Tagged date : UTC 2008-08-04 22:37:27
Audio
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : LC
Format settings, SBR : No
Codec ID : 40
Duration : 2h 10mn
Bit rate mode : Variable
Bit rate : 128 Kbps
Maximum bit rate : 166 Kbps
Channel(s) : 2 channels
Channel positions : L R
Sampling rate : 48.0 KHz
Resolution : 16 bits
Stream size : 119 MiB (3%)
Encoded date : UTC 2008-08-04 05:45:11
Tagged date : UTC 2008-08-04 22:37:27
Any ideas?
nurbs
9th August 2008, 13:05
Format profile : Main@L5.1
Frame rate mode : Variable
Level 5.1 could be a problem although I think I read on the forum that the PS3 plays such files now.
I don't know if it supports variable framerate (if it actually is VFR and I'm not interpreting this incorrectly.
I would demux all the tracks, change the level to 4.1 and mux to mp4 again with 23,976 fps. That could fix it.
edit:
Oh, wait a second, I just noticed it says 29,97 fps and not 23,97. So forget the framerate I gave for muxing.
Didn't you IVTC before encoding?
check
9th August 2008, 14:45
@cornflower: yes, ask the handbrake team. That's what the file was encoded with after all... :rolleyes:
Cornflower
9th August 2008, 15:12
@cornflower: yes, ask the handbrake team. That's what the file was encoded with after all... :rolleyes:
Quite... So, where do I find them?
Didn't you IVTC before encoding?
IVTC??? I didn't encode the original, or do I misunderstand something?
check
9th August 2008, 16:11
@cornflower: I'd suggest you try google, it's this magical website that lets you find things online.
Cornflower
9th August 2008, 22:35
@cornflower: I'd suggest you try google, it's this magical website that lets you find things online.
Haha, velly funny...
I thought you knew something about them. I'm new at this, so I don't know who's known for what. So, I'll just ignore you from now on, then?
~bT~
9th August 2008, 23:22
^ although check's comment had a slight sarcastic touch, it was nevertheless good advice.
check
10th August 2008, 05:13
I opened up a new tab and googled "handbrake". The very first result (http://www.google.com.au/search?q=handbrake&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-GB:official&client=firefox-a) was the project you are looking for. Just because you are new is no excuse for failing to search!
Gornot
10th August 2008, 10:07
Urgh, sorry of this has been asked before, but there's just too many pages to explore :P
I finally took a pretty darn good look at the MeGUIs Wiki tutorials page, and there's just one thing I don't understand:
After I input the AviSynth Script, set the Video Output and set all the Encoder settings, I've got the "Queve analysis pass" button and the standard "Enqueue" button. I do understand that the first one is the analysis pass performed on the AVS as job1 and then job2 is the analysis pass for the video itself then job3 the encoding (at least that's what I figured out from the Queue tab :P), I just don't understand if it's really necessary to perform the analysis pass to the AVS, since it already does that for the video itself.
OMG not only is it a stupid question but I also terribly explained it, I can barely understand myself, LOL, sorry for my f-ed up english.
flebber
10th August 2008, 10:36
How can I get besplit working with megui. I tried to use the audio cutter tool, bet it keeps erroring saying that besplit.exe is missing. So I have installed besplit exe to the path C:/program files/megui/besplit.exe . But it still isn't working. Should I be using besplit or besweet. I appear to be missing something simple.
This is the error.
-[NoImage] Error starting job
--[NoImage] Exception message: Calling setup of processor failed with error 'Required file 'C:\Program Files\megui\besplit.exe' is missing.'
--[NoImage] Stacktrace: at MeGUI.core.gui.JobWorker.startEncoding(TaggedJob job)
--[NoImage] Inner exception: null
-[Information] Log for job2 (split, Kid Rock - All Summer Long [2008][SkidVid]_XviD.mp3 -> Kid Rock_0_)
--[Information] [8/10/2008 7:31:54 PM] Started handling job
--[Information] [8/10/2008 7:31:54 PM] Preprocessing
-[NoImage] Error starting job
--[NoImage] Exception message: Calling setup of processor failed with error 'Required file 'C:\Program Files\megui\besplit.exe' is missing.'
--[NoImage] Stacktrace: at MeGUI.core.gui.JobWorker.startEncoding(TaggedJob job)
--[NoImage] Inner exception: null
I installed besplit v0.9b6 as the link to b7 is currently broken. Should I be using besweet.
Taurus
10th August 2008, 12:27
@flebber
Path to besplit:C:/program files/megui/tools\besplit\besplit.exe
Use MeGui/Options/Settings/Program Paths/Others/Path to besplit.exe....
Or read thw wikis/tutorials floating around :D;)
~bT~
10th August 2008, 12:36
Urgh, sorry of this has been asked before, but there's just too many pages to explore :P
I finally took a pretty darn good look at the MeGUIs Wiki tutorials page, and there's just one thing I don't understand:
After I input the AviSynth Script, set the Video Output and set all the Encoder settings, I've got the "Queve analysis pass" button and the standard "Enqueue" button. I do understand that the first one is the analysis pass performed on the AVS as job1 and then job2 is the analysis pass for the video itself then job3 the encoding (at least that's what I figured out from the Queue tab :P), I just don't understand if it's really necessary to perform the analysis pass to the AVS, since it already does that for the video itself.
OMG not only is it a stupid question but I also terribly explained it, I can barely understand myself, LOL, sorry for my f-ed up english.
edited. answer is below.
Cornflower
10th August 2008, 12:57
I opened up a new tab and googled "handbrake". The very first result (http://www.google.com.au/search?q=handbrake&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-GB:official&client=firefox-a) was the project you are looking for. Just because you are new is no excuse for failing to search!
Well... I can sort of agree with that, but it's not the handbrake team that's the problem, it's what settings was used by the encoder and what settings I need to convert it to PS3 format.
Still, I didn't appreciate the condescending tone. Hence my somewhat non-diplomatic response.
flebber
10th August 2008, 13:30
@flebber
Path to besplit:C:/program files/megui/tools\besplit\besplit.exe
Use MeGui/Options/Settings/Program Paths/Others/Path to besplit.exe....
Or read thw wikis/tutorials floating around :D;)
Thanks, no need for a tutorial your info was plenty.
cheers
check
10th August 2008, 14:37
@gornot: queue analysis pass is used in situations where you need to run the avisynth script first before you do the encode. The usual reason is you're using a plugin that creates stats dynamically. You don't need to use this, unless you know you do :)
@~bt: no. You are thinking of 'pre-rendering job', not 'analysis pass'
~bT~
10th August 2008, 14:50
^ yes u are correct. his post was quite confusing :p
marklight
10th August 2008, 16:18
I'm trying to encode some HD MKV's to Apple TV. I downloaded AVisynth and installed the CCCP . I also loaded in the PD-AppleTV preset. I create my script of the file - the only setting I mess with is the resolution. Then I load it into MeGui and choose the Apple TV preset. The only setting I adjust in the preset is the bit rate. When encoding is done, I am unable to open up the resulting MP4 file - in Quicktime I get the error "An invalid public movie atom was found in the movie." I'm including a picture of some of the file's attributes if this helps.
Warpman
10th August 2008, 21:20
I'm trying to encode some HD MKV's to Apple TV. I downloaded AVisynth and installed the CCCP . I also loaded in the PD-AppleTV preset. I create my script of the file - the only setting I mess with is the resolution. Then I load it into MeGui and choose the Apple TV preset. The only setting I adjust in the preset is the bit rate. When encoding is done, I am unable to open up the resulting MP4 file - in Quicktime I get the error "An invalid public movie atom was found in the movie." I'm including a picture of some of the file's attributes if this helps.
could be a framerate issue... try remuxing with yamb
sazoki
11th August 2008, 11:02
i'm trying to encode an AVI movie,with megui to IPOD 5.5 ,and when encode audio with directshowsource give this error:
[Error] An error occurred
-[NoImage] Exception message: The pipe has been ended.
-[NoImage] Stacktrace
--[NoImage] at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
--[NoImage] at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
--[NoImage] at System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count)
--[NoImage] at MeGUI.AviSynthAudioEncoder.encode()
-[NoImage] Inner exception: null
what i have to do.....?
Kurtnoise
11th August 2008, 13:13
don't use DSS with AVI files...AVISource() is the way to go.
Moreover, post the complete log file.
sazoki
12th August 2008, 00:15
thx,
well,i use AVISOURCE to encode video and audio file,but sometimes audio Precedes the video little bit.
LeXXuz
14th August 2008, 06:42
I have a strange problem when encoding anamorphic to xvid with MeGUI.
It seems that the AR-values are not written correctly to the avi-file:
http://img294.imageshack.us/img294/931/meguiaremu4.png
This happens not with every movie, but with every lets say 2nd or 3rd one. So I have to set the correct DAR values from the avs script manually an resave the file.
In earlier versions of megui/encraw, I haven't had this problem.
unreal666
17th August 2008, 10:06
Error MeGUI during updating:
MeGUI encountered a fatal error and may not be able to proceed. Reason: Not set the reference to object in instance of a object. Source of exception: MeGUI stacktrace: в MeGUI.UpdateCacher.flushOldCachedFilesAsync(List`1 urls)
в MeGUI.UpdateWindow.InstallFiles(SortedDictionary`2 groups)
в MeGUI.UpdateWindow.BeginUpdate()
в System.Threading.ThreadHelper.ThreadStart_Context(Object state)
в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
в System.Threading.ThreadHelper.ThreadStart()
"Not set the reference to object in instance of a object" - it is translate from Russian.
MeGUI v0.3.0.1020
Windows XP SP2
Kurtnoise
17th August 2008, 10:12
updating what ?
unreal666
17th August 2008, 11:06
Kurtnoise13
meGUI -> Option -> Update
This error appears whether during the upgrade whether in the end of upgrade after downloading of all files (precisely has not understood)
unreal666
17th August 2008, 12:00
Reinstalled meGui 0.3.0.1017, updated it and all became normal (at least while).
Not clearly, in what there was a cause of error.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.