View Full Version : MeGUI: General Questions and Troubleshooting Thread
b66pak
31st January 2009, 20:16
we dont fix bugs for other softwares.
the problem of bad public atom error is in mp4box.
if you found a workaround using raw avc then use manual encoding.
this is not about x264 encoder messing up (sometimes) public atoms...is about megui changing the queue...
what is the reason for autochanging this?
video>.264
video.264+audio.m4a>muxed.mp4
to
video>.mp4
video.mp4+audio.m4a>muxed.mp4
_
Sharktooth
31st January 2009, 21:35
you continue to not understand.
if craptime is not standard compliant, it's not our problem.
we also wont fix what's already correct to comply with a non compliant software...
if you wanna that fixed, ask apple devs to fix quicktime once and for all.
keyed
1st February 2009, 05:24
D2V Creator problem: When "select audio tracks" is used, the audio track is not always demuxed. But using "demux all tracks" will always work if the "select audio tracks" doesn't.
tph
1st February 2009, 20:16
I believe the AVC Levels Checker is bugged, it complains when using 4 ref frames with a 1920x1080 resolution which it shouldn't. It also complains when using 3 ref frames in combination with b-pyramid.
AFAIK this behavior was correct in earlier revisions of x264 but not any more.
~bT~
2nd February 2009, 00:39
D2V Creator problem: When "select audio tracks" is used, the audio track is not always demuxed.
i can confirm that bug too.
Sharktooth
2nd February 2009, 02:44
tph, it depends on the level not on the resolution.
keyed
2nd February 2009, 08:54
There's a minor problem when using Automatic Encoding.
The "Size and Bitrate" calculations for the choices that you don't select are off. For instance, I normally use the profile setting (mine's set at 2000) and a file I encoded last night came out to 365 mb using this setting. I was reencoding it to 340 mb, when I noticed that the file size setting and average bitrate setting don't correspond correctly.
When I set the "filesize" option to 340 mb, the "average bitrate" option showed 2040 bkit and a videosize of 339.7 mb. The file was outputted correctly at ~340 mb, but using the bitrate calculator, the actual bitrate was probably 1848.
If I use the "average bitrate" option and put in 1848, the video size is 307.6 mb and "filesize" shows 307 mb. Add in the audio, and it'll be 340 mb, but "filesize" should have shown 340.
tph
2nd February 2009, 09:13
tph, it depends on the level not on the resolution.
Oh, forgot to mention I used level 4.1
Kurtnoise
2nd February 2009, 13:25
D2V Creator problem: When "select audio tracks" is used, the audio track is not always demuxed. But using "demux all tracks" will always work if the "select audio tracks" doesn't.
any log ?
Kurtnoise
2nd February 2009, 13:26
And if #2, then how can I check original file colorformat? I couldn't find such information in MediaInfo.
http://avisynth.org/mediawiki/Info
alexcel
2nd February 2009, 16:27
D2V Creator problem: When "select audio tracks" is used, the audio track is not always demuxed. But using "demux all tracks" will always work if the "select audio tracks" doesn't.
Hi:
I made a post a couple of weeks ago where I showed that in One Click Encoder the audio track selected was extracted but then post processor could not find it, except when it was the first one.
I think that both issues could be related;)
Right now I always use the option to extract all audio tracks and remux manually the one I like.
Hope this helps!!
Raere
2nd February 2009, 17:16
Avira AntiVir has been telling me that 'megui-uninstall.exe' contains a virus as of late. Pretty sure it's a false positive, but is there any way there could be anything even remotely malicious in there? And has anyone else gotten this problem?
SacredCultivator
3rd February 2009, 02:06
I guess I should have asked this a LONG time ago, I just never paid much attention until asking a fellow friend and comparing the FPS's used.
When I encode using x264 codec for let's just say a music video (720x400), with my new pc I only hit roughly 7fps, whereas my friend says he hits 60fps... And I think both our systems are roughly the same...
I havea E8400 3.0Ghz (not overclocked) and he uses AMD 440 X2
The meGUI settings that we tried for comparison is as follows:
program --crf 21.0 --keyint 240 --min-keyint 24 --ref 5 --mixed-refs --no-fast-pskip --bframes 4 --b-adapt 2 --b-pyramid --weightb --deblock -2:-1 --subme 9 --trellis 2 --partitions all --8x8dct --vbv-maxrate 17500 --me umh --merange 32 --threads auto --thread-input --aq-strength 0.5 --progress --no-psnr --no-ssim --output "output" "input"
Avisynth script:
MPEG2Source("C:\Documents and Settings\####\Desktop\asdf\tester\testing.d2v")
#Tomsmocomp(-1,1,1)
tfm(pp=5,cthresh=3,mode=0).tdecimate()
Crop(4,0,-2,-0,align=true)
Spline36Resize(720,400)
Removegrain(2)
UnFilter(-5,-5)
gradfun2db()
So I was wondering if anyone might know anything about this... As he told me he had to apply an AMD dual core optimizer, and I googled for the Intel versiona nd found it but using XP SP3 {same with friend} and says it's too new, so I did the manual patch by tweaking the registry / boot.ini
---
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\Throttle]
"PerfEnablePackageIdle"="1"
(Optional - read notes first) Now look at your boot.ini to make sure that the command /usepmtimer is there, by right clicking on My Computer go to Properties, click on the ADVANCE tab, then under Startup and Recovery click on Settings, then click on EDIT....make sure your boot.ini has the /usepmtimer in there (located in the last line), if NOT [make a backup of the Boot.ini first] then just copy and paste /usepmtimer in there. (NOT the entire boot.ini example)
---
Not too sure if there is anything else I need to mention.
Dark Shikari
3rd February 2009, 02:07
60fps with that system, settings that high, and a script that complex?
Not buying it.
SacredCultivator
3rd February 2009, 02:12
^Talking to him atm, but apart from him, on my behalf, does that sound right or...
---
EDIT:
Okay nvm, he lied to me lol, he didn't bother using the settings I did, so nvm, 6fps sounds right.
Cause the Preset I used is sorta a mixed between Insane and HQ, as I'm not too sure what settings to really use to get great quality. Which stops me from using 2-pass as I don't know what size to set things, which is why i use 1Pass Constant Quality, as I'm not too sure what settings I can 'change' to increase encoding time without losing much quality.
Sharktooth
3rd February 2009, 04:42
Avira AntiVir has been telling me that 'megui-uninstall.exe' contains a virus as of late. Pretty sure it's a false positive, but is there any way there could be anything even remotely malicious in there? And has anyone else gotten this problem?
i run avira on the PC i use for building the megui installation package and it didnt detect any virus.
keyed
3rd February 2009, 19:15
D2V Creator problem: When "select audio tracks" is used, the audio track is not always demuxed. But using "demux all tracks" will always work if the "select audio tracks" doesn't.
Here's my branch log files.
dv2 select audio track log:
[Information] Log for job1 (idx, VTS_01_1.VOB -> VTS_01_1.d2v)
-[Information] [2/3/2009 12:01:20 PM] Started handling job
-[Information] [2/3/2009 12:01:20 PM] Preprocessing
-[NoImage] Job commandline: "C:\Program Files\megui\tools\dgindex\dgindex.exe" -SD=< -AIF=<F:\MainMovie\GTO_e4\VIDEO_TS\VTS_01_1.VOB< -OF=<F:\MainMovie\GTO_e4\VIDEO_TS\VTS_01_1< -exit -hide -OM=1 -TN=80
-[Information] [2/3/2009 12:01:20 PM] Encoding started
-[NoImage] Standard output stream
-[NoImage] Standard error stream
-[Information] [2/3/2009 12:01:39 PM] Running auto force film
--[NoImage] Film percentage: -1
-[Information] [2/3/2009 12:01:39 PM] Postprocessing
--[Information] Deleting intermediate files
-[Information] [2/3/2009 12:01:39 PM] Job completed
dv2 demux all log:
[Information] Log for job2 (idx, VTS_01_1.VOB -> VTS_01_1.d2v)
-[Information] [2/3/2009 12:06:36 PM] Started handling job
-[Information] [2/3/2009 12:06:36 PM] Preprocessing
-[NoImage] Job commandline: "C:\Program Files\megui\tools\dgindex\dgindex.exe" -SD=< -AIF=<F:\MainMovie\GTO_e4\VIDEO_TS\VTS_01_1.VOB< -OF=<F:\MainMovie\GTO_e4\VIDEO_TS\VTS_01_1< -exit -hide -OM=2
-[Information] [2/3/2009 12:06:36 PM] Encoding started
-[NoImage] Standard output stream
-[NoImage] Standard error stream
-[Information] [2/3/2009 12:06:54 PM] Running auto force film
--[NoImage] Film percentage: -1
-[Information] [2/3/2009 12:06:54 PM] Postprocessing
--[Information] Deleting intermediate files
-[Information] [2/3/2009 12:06:54 PM] Job completed
Kurtnoise
3rd February 2009, 19:42
I suspect the track ID not found by megui...I've already explained why this appears sometimes and how to "fix" it.
tomos
4th February 2009, 14:06
strange thing about that, is that when i run a vob through d2v creator, it 'sees' that there is an audio track there. it just doesnt do anything about it. demux all does the trick though
Sharktooth
4th February 2009, 18:15
re-rip your DVD including ALL audio tracks.
Snowknight26
4th February 2009, 18:51
Custom file sizes aren't saved in the bitrate calculator. Oh and the DTS bitrate issue is still there.
Kurtnoise
5th February 2009, 18:02
strange thing about that, is that when i run a vob through d2v creator, it 'sees' that there is an audio track there. it just doesnt do anything about it. demux all does the trick though
I'd like to have your ifo (if you have it) + a piece of your vob file...
Custom file sizes aren't saved in the bitrate calculator. Oh and the DTS bitrate issue is still there.
you know that saying nth time the same thing will not accelerate the correction...
this is not about x264 encoder messing up (sometimes) public atoms...is about megui changing the queue...
what is the reason for autochanging this?
video>.264
video.264+audio.m4a>muxed.mp4
to
video>.mp4
video.mp4+audio.m4a>muxed.mp4
_
thanks to me, it's changed now...
Snowknight26
5th February 2009, 19:36
you know that saying nth time the same thing will not accelerate the correction...
Except that when I provide a viable solution and extremely easily and quickly implementable one, it puzzles me why it hasn't been added.
But I digress. You're one of its developers so do as you please. :)
b66pak
5th February 2009, 20:55
@Kurtnoise thanks a lot...
_
tomos
6th February 2009, 02:03
I'd like to have your ifo (if you have it) + a piece of your vob file...
will have a look. i run mine through dvdshrink first though (remove unneeded audio tracks only and split each tv ep to 1 vob file)
will re-rip and get one soon (ish)
tomos
6th February 2009, 13:44
here's a rar file - 20MB chunk + bup/ifo files. (http://www.filefactory.com/file/afg5e9b/n/mash_test_rar)
choosing select all tracks works 'select audio' alone doesnt.
thanks for checking :thanks:
Kurtnoise
6th February 2009, 14:32
dunno why it fails for you but here the audio track is clearly extracted when I select it in the list...:confused:
tomos
6th February 2009, 15:23
it's the same on 2 pcs (win7 and vista x64). i have to choose to extract all
Kurtnoise
7th February 2009, 10:47
did you try the sample you have posted ? it comes from dvdshrink or not ?
tomos
7th February 2009, 11:54
i did, same thing. i rip with shrink since it splits each episode into 1 VOB file, makes it nice and easy to throw into megui. that sample is from dvdshrink yes.
odd that it works for you though
dolphinjet
7th February 2009, 20:23
Did a search only in wiki & this thread but cannot find the answer.
Is there any way that I can disable subtitle loading automatically in MeGUI?
I have set it in DirectVobsub to "Do Not Load" already.
In MPC + K-lite codec pack, it doesn't load but it does in MeGUI (version 0.3.1.1012) , in the avisynth preview mode.
It will also load when encoding but I don't want them hardsubbed into the videos.
tomos
8th February 2009, 00:50
megui just prompted an update on my win7 PC and now extracted the audio ok
strange. havent tried the other yet
poisondeathray
8th February 2009, 00:54
Did a search only in wiki & this thread but cannot find the answer.
Is there any way that I can disable subtitle loading automatically in MeGUI?
I have set it in DirectVobsub to "Do Not Load" already.
In MPC + K-lite codec pack, it doesn't load but it does in MeGUI (version 0.3.1.1012) , in the avisynth preview mode.
It will also load when encoding but I don't want them hardsubbed into the videos.
What format are your input video & subs in?
For many formats, you can just remove the subs & place them in a separate folder from the source video
flebber
8th February 2009, 09:09
Hi I cannot MCTemporalDenoise to work in Megui. This is the script I used, pretty basic just to see how good it is.
# Set DAR in encoder to 137 : 98. The following line is for automatic signalling
global MeGUI_darx = 137
global MeGUI_dary = 98
import("C:\Program Files\AviSynth 2.5\plugins\MCTemporalDenoise.v1.1.26.avsi")
DGDecode_mpeg2source("C:\Documents and Settings\flebber\My Documents\Downloads\Hanoi_Rocks_-_Boulevard_Of_Broken_Dreams.d2v", cpu=4, info=3)
ColorMatrix(hints=true, threads=0)
#deinterlace
crop( 6, 8, -10, -8)
#resize
ConvertToYV12()
#denoise
MCTemporalDenoise(settings="medium")
This is the error I am receiving. I have all last Megui updates installed. For a bigger image of error.http://farm4.static.flickr.com/3345/3261962157_1e7ed7ae57.jpg
http://farm4.static.flickr.com/3345/3261962157_1e7ed7ae57.jpg
Kurtnoise
8th February 2009, 09:19
does your script work outside of megui ? like vdub or any player ?
flebber
8th February 2009, 14:13
does your script work outside of megui ? like vdub or any player ?
It loads in Virtualdub but will not play in zoomplayer or Media player classic. So its an error with the script in some way. I have triple checked dependencies so it must something small I can't find.
Fixed the script error but now I am having a NICMPG123source on my audio file when converting to aac. I have found that it appears to be a Nicaudio.dll issue. In this thread http://forum.doom9.org/showthread.php?t=141594&highlight=megui+nicaudio I have downloaded the dll. I haven't had this error before with mpeg 2 audio. Where for Megui should I install this dll.
General
Complete name : C:\Documents and Settings\flebber\My Documents\Downloads\Hanoi_Rocks_-_Boulevard_Of_Broken_Dreams Tc0 L2 2ch 44.1 224 DELAY 0ms.mp2
Format : MPEG Audio
File size : 6.52 MiB
Duration : 4mn 4s
Overall bit rate : 224 Kbps
Audio
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 2
Duration : 4mn 4s
Bit rate mode : Constant
Bit rate : 224 Kbps
Channel(s) : 2 channels
Sampling rate : 44.1 KHz
Resolution : 16 bits
tebasuna51
9th February 2009, 01:35
Fixed the script error but now I am having a NICMPG123source on my audio file when converting to aac. I have found that it appears to be a Nicaudio.dll issue. In this thread http://forum.doom9.org/showthread.php?t=141594&highlight=megui+nicaudio I have downloaded the dll. I haven't had this error before with mpeg 2 audio. Where for Megui should I install this dll.
The problem in the linked thread isn't related with you, was a mp3 in a wav container. The problem was solved and you have a standard mp2. Or not?
I can convert mp2 to m4a using MeGUI (with NicMPG123Source like decoder and NeroAacEnc) without problems. The NicAudio.dll in the MeGUI autoupdate is the last version.
Maybe is a problem with your mp2, is only 6.5 MB, can you upload the file to make some test?
flebber
9th February 2009, 03:39
I forced megui to re-install nicaudio, enc_aacplus and STx264 and now problem resolved.
JREkiwi
9th February 2009, 08:46
Is it just me, or is the One Click Encoder not working in 3.1..1012?
It processes audio fine, runs the video processing without error, but creates a file with no extension.
Log for job7 (video, TestVideo.avs -> TestVideo_Video)
then fails on the mux
[Error] Log for job8 (mux, TestVideo_Video -> TestVideo.mp4)
[NoImage] Job commandline: "C:\Program Files\megui\tools\mp4box\mp4box.exe" -add "V:\TestVideo_Video:fps=25" -add "V:\TestVideo Tc1 L2 2ch 48 256 DELAY 0ms_audio.m4a#trackID=1:sbr" -tmp V:\ -new "V:\TestVideo.mp4"
[Error] Error line: Error importing V:\TestVideo_Video:fps=25: Bad Parameter
If I manually create the video file and mux it, it works, although the video file created is a different size to the _Video file created during the One Click Encoder, despite them both using the same encoder settings and Avisynth script.
John
Kurtnoise
9th February 2009, 09:17
Correct...and fixed (http://kurtnoise.free.fr/index.php?dir=MeGUI/&file=MeGUI_20090209.zip). :)
JREkiwi
9th February 2009, 10:15
Thanks
Kelmino
9th February 2009, 15:25
Hey guys, I'm having a problem with MeGUI. I just recently reinstalled my PC I went from x64 to 32 bit vista home premium because x64 was giving me too many problems encoding blu-rays (video would come out choppy). I'm pretty confident it was a codec problem, but I'm not 100% sure either. Either way, I now have a completely different problem on my HTPC.
When using megui when I attempt to do the AVISynth script creator megui goes up to 90-99% processing power and stops responding. I have the Blu-Ray ripped to my HD via ANYDVD-HD with all encryption removed.
This was a clean install this past weekend. Computer specs are below if they are any help
Here are the following codecs/encoding programs I have installed on my computer so far.
CoreAVC Pro
Haali Media Splitter
FFDShow
ANYDVD HD
Megui
AC3 filter
framework 3.5
XVID 1.2.1
Everything is updated to the latest version including windows updates as of a couple of days ago.
I was trying to stay away from codec packs, but whatever works at this point I'll take it :)
All video's that I currently have on my computer play just fine, my problem is creating backups now with my blu-ray and DVD collection.
I have tried reinstalling megui with no difference in the results. I also tried reinstalling it and not updating it to see if that would help, it did not.
Any suggestions would be greatly appreciated, thanks in advance for any help you guys may give.
Computer specs
AMD Athlon X2 4850e 2.5GHz 45W Dual-Core Processor
GIGABYTE GA-MA78GM-S2H Motherboard
4 gigs of DDR2 800 Ram.
1 TB HD
Using onboard video and onboard sound via HDMI
Kurtnoise
9th February 2009, 16:59
what kind of file do you try to load ?
Kelmino
9th February 2009, 20:05
what kind of file do you try to load ?
I tried to load the M2ts file into the the AVISynth script creator.
Inspector.Gadget
9th February 2009, 23:31
I tried to load the M2ts file into the the AVISynth script creator.
Index it with DGIndex (MPEG-2 video) or DGAVCIndex (H.264 video) first and then load the resulting D2V or DGA file in the AVS Script Creator.
saint-francis
10th February 2009, 17:10
For some time now I have not been able to select files in the AVS creator which need directshowsource to load. MeGUI used to just hang and I'd eventually kill it, but now it just crashes on it's won without me needing shut it down. This happens 100% of the time. I have experienced the issue on 4 windows operating systems and 4 different computer. If there is something wrong with my system I would like to get to the bottom of it but I highly suspect it's a MeGUI issue.
Betsy25
10th February 2009, 17:24
Correct...and fixed (http://kurtnoise.free.fr/index.php?dir=MeGUI/&file=MeGUI_20090209.zip). :)
Hi KurtNoise,
Is it me, or is the link not working, I only get a
"Error on page"
"Error in count_file on line 513.
./mp4tools/mp42ts-0.4.5.zip is already defined."
dolphinjet
10th February 2009, 18:20
What format are your input video & subs in?
For many formats, you can just remove the subs & place them in a separate folder from the source video
Thanks for replying.
I knew that too. I asked because I have MeGUI installed in 2 computers. One of it load sub automatically while another not. I want to know what settings I have screwed up.
Edit: uninstalled directvobsub from codec pack, may be it's the easiest solution
Kurtnoise
10th February 2009, 19:49
Is it me, or is the link not working, I only get a
"Error on page"
"Error in count_file on line 513.
./mp4tools/mp42ts-0.4.5.zip is already defined."
should be ok now...
Taurus
10th February 2009, 20:16
For some time now I have not been able to select files in the AVS creator which need directshowsource to load. MeGUI used to just hang and I'd eventually kill it, but now it just crashes on it's won without me needing shut it down. This happens 100% of the time. I have experienced the issue on 4 windows operating systems and 4 different computer. If there is something wrong with my system I would like to get to the bottom of it but I highly suspect it's a MeGUI issue.
But I highly suspect it's a User issue..
I just verified with a couple of different files with any extension, Megui is working rock stable in avisynth directshow modus.
Make sure all your directshow decoders, filters, splitters are uptodate and working.
At least ffdshow and Haali splitter should do the trick.
And for wmv, plain ol moneysoft decoder and splitter.
Tested on mov, hdmov, mkv, wmv, mp4,etc...
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.