Log in

View Full Version : MeGUI: General Questions and Troubleshooting Thread


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186

Soshen
8th December 2006, 12:03
soshen: very strange, it sounds like a problem with your computer as I've never heard of that reported before. Try poking around, checking for viruses, reinstalling .net & megui, etc etc

well i try in two different PC and doing the same thing.

i try to reinstall both megui and .net but all work like before.
If i use a simple script all work good...

Sharktooth
8th December 2006, 14:27
uhm... never heard of that...
maybe directshow codecs are screwed... or some other weird things happening.

SnapCount
10th December 2006, 08:00
SnapCount: What is the size of the muxed avi (the one that plays with audio only)? If you open it with virtualdub does it appear to have video?

IIRC the sample test i did was the video was around 6mb. When I muxed both mp3 and video together the new file went down to 5mb.

SnapCount
10th December 2006, 08:01
Oh and when I used the AVImux GUI program, the file size went up to 7mb.

squid_80
10th December 2006, 09:20
Thanks, but...If you open it with virtualdub does it appear to have video?
Or even try remuxing the bad file through avimux_gui to see what happens. I'm trying to find out if the bad file actually contains video at all, some media players have a bad habit of assuming a file is an mp3 file if they see mp3 data too close to the start of the file.

SnapCount
11th December 2006, 00:51
I opened up the broken mux file and virtualdub does not see any frames at all, and still just plays the audio.

Using avimux_gui, muxing the bad avi with the mp3 - the files doesnt play at all.

avimux_gui - muxing avi with no sound with bad avi and mp3 works fine.

And if the player was mistaking that it was an mp3, it would be playing the visualisations for that player. Players that i have tried are WMP 10, Nero Showtime and PowerDVD and all of them shows nothing.

McFlipp
11th December 2006, 15:37
I'm trying to open a non-reencoded h264 file (bbc hd) with the following script in MeGUI

LoadPlugin("blah\DGDecode.dll")
LoadPlugin("blah\mt_masktools.dll")
LoadPlugin("blah\RemoveGrainSSE3.dll")
LoadPlugin("blah\Blockbuster.dll")
LoadPlugin("blah\DctFilter.dll")

Directshowsource("blah\h264.dd51.ts", Audio=false) #CoreAVC

converttoyv12()

RemoveGrain(mode=3)

crop(2,2,-2,-2)
Lanczos4Resize(1280,720)

dull=last
sharp=dull.LimitedSharpenFaster(ss_x=1.5,ss_y=1.5,Smode=3,strength=100,overshoot=1)
Soothe(sharp,dull,25)

blockbuster(method="noise",detail_max=6,cache=4096)
MeGUI opens it fine. But when i close the preview window that pops up when you load an avs file, after a few seconds MeGUI closes it self!
When i leave the preview window open and start encoding, the encoding crashes after a few secs. But when i look in the taskmanager then, i DO see x264.exe running and using all my cpu power, so it seems it is still encoding somehow :?

What might be the problem here?

check
11th December 2006, 22:35
I have no idea what would cause megui to crash like that, but if x264 is still running and eating your CPU, the encode still will be too. It sounds like you have the same problem as Soshen (or at least similar), it might be worth trying to find an overlap in terms of recent changes to your computer.

Appu
12th December 2006, 13:26
I was trying to use meGUI for creating an avi stream that contains xvid video and mp3 audio. I used Divx AviMux to create the AVI output. Got the following error..

ERROR: DIVXMUX_INVALIDFILE File: Audio

But the muxing works if I use an external AviMux tool.

Searched this forum and found that this question was already raised ( by Carpo ) but didn't find an answer. I can provide the sample streams if needed.

Another related issue. If I use adaptive muxer the video seems to be totally black.

The MKV and MP4 muxer is working properly.

Appu
12th December 2006, 13:29
The log files for Adaptive mixer is given below.

Log for job job5

DivXMux: Version 6.1 Build Num: 36
Output File Streams:

TrackId 0: Video Stream: From AVI
Frame Rate: 25.000000
Resolution: 640x272
TrackId 1: Audio Stream: From MP3
SamplesPerSec: 32000
BlockAlign: 1


Creating Index...

check
12th December 2006, 14:14
it seems the divxmuxer has broken. Either use a standalone alternative (avimux_GUI) or use an alternative container <:)

s0d0idura
16th December 2006, 01:05
x264 - core 54 svn-602M - H.264/MPEG-4 AVC codec - Copyleft 2005 - http://www.videolan.org/x264.html - options: cabac=1 ref=5 deblock=1:-2:-1 analyse=0x3:0x133 me=umh subme=6 brdo=1 mixed_ref=1 me_range=16 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 chroma_qp_offset=0 slices=1 nr=0 decimate=0 mbaff=0 bframes=16 b_pyramid=1 b_adapt=1 b_bias=0 direct=3 wpredb=1 bime=0 keyint=480 keyint_min=24 scenecut=40 rc=2pass bitrate=700 ratetol=2.0 rceq='blurCp



how to take off this information of the video???

please help-me :)

Which software I can use, to see the information of the video?

check
16th December 2006, 03:51
do you want to remove that information? you can probably just blank it in a hex editor, which is also how you view it.

s0d0idura
16th December 2006, 11:09
how I make to see it?

I have a video and encoding it, want to see this information of it as I make to see?

weaver4
16th December 2006, 15:20
I am getting the following error when I am using MeGui and I am trying to compress the audio.

Error:
MeGUI.AviSynthException: Script error: NicAc3Source does not have a named argument "DRC"
at MeGUI.AviSynthClip..ctor(String func, String arg, AviSynthColorspace forceColorspace, AviSynthScriptEnvironment env)
at MeGUI.AviSynthAudioEncoder.encode()

I have nicaudio.dll installed in the Avisynth plugins directory.

The link that was given to download the avisynth is broken so I got the latest version from doom9. This version did not have any of the plugins in it so I have gone out and found the ones that I needed.

Sharktooth
16th December 2006, 15:24
you have nicaudio without the DRC patch...

lexor
16th December 2006, 17:35
Hey all, I'm getting a strange error (well not really an error, nothing happens and that's the problem). The Avisynth script creator doesn't create a script. Every function/button in it works and I can run analyse and it'll give correct results. But the script page is empty, and it's not just a gui bug, if I save it, the file is empty. I have it updated to Dec16 autoupdate, avisynth 2.5, it all used to work before, but I haven't used script creator for a while and there has been several autoupdates since then, don't know which one broke it. No other codec/tools changes since last time it worked, only autoupdate. Does anyone else have this problem?

check
16th December 2006, 17:50
tried reinstalling? could be the avs template was deleted.

lexor
16th December 2006, 18:10
tried reinstalling? could be the avs template was deleted.

heh, that worked, with the autoupdate, I completely forgot that megui has an installer... took a few seconds to realise where to get one :) all good now though.

weaver4
16th December 2006, 18:28
you have nicaudio without the DRC patch...

Thanks I found it. The nicaudio filter that is on avisynth.org site (http://avisynth.org/warpenterprises/) does not have the DRC patch on it. It is still version 1.1 the latest is 1.5.

s0d0idura
16th December 2006, 18:52
help me??

as I make to see this : 264 - the 54 Cores svn-602M - H.264/MPEG-4 AVC codec - Copyleft 2005 - http://www.videolan.org/x264.html - options: cabac=1 ref=5 deblock=1: - 2: - 1 analyse=0x3: 0x133 me=umh subme=6 brdo=1 mixed_ref=1 me_range=16 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 chroma_qp_offset=0 slices=1 nr=0 decimate=0 mbaff=0 bframes=16 b_pyramid=1 b_adapt=1 b_bias=0 direct=3 wpredb=1 bime=0 keyint=480 keyint_min=24 scenecut=40 rc=2pass bitrate=700 ratetol=2.0 rceq='blurCp, of the video?

dirio49
17th December 2006, 03:07
why it cannot download neroacc and it says that it has an update all the times.

is like crying wolf ;)

check
17th December 2006, 03:45
you can right click on the nero item and select 'ignore'

Carpo
17th December 2006, 10:02
when doing a back up where you dont resize and you are using xvid to do a 2cd backup (45% or 58% profile ) which matrix should be used, i see it selects the one itself but can these be changed or should i leave the one that is selected as it is?

seeing as i have always resized im wondering if keeping it as 720x480 or 720x560 is the step to go in

dirio49
17th December 2006, 16:11
Any idea how to get around this?



Error:
MeGUI.AviSynthException: m2AudioAC3Source: unsupported channel configuration in file "C:\New Folder\VTS_01_1 T01 1+1ch 32Kbps DELAY 0ms.ac3"
at MeGUI.AviSynthClip..ctor(String func, String arg, AviSynthColorspace forceColorspace, AviSynthScriptEnvironment env)
at MeGUI.AviSynthAudioEncoder.encode()
----------------------------------------------------------------------------------------------------------
The current job contains errors. Skipping chained jobs

Carpo
17th December 2006, 17:11
is that an actual ac3 from a dvd or one you made yourself ?

dirio49
17th December 2006, 17:12
From a dvd, (Hitch)

Carpo
17th December 2006, 17:30
what did u use to rip it

dirio49
17th December 2006, 17:31
RI4M and then i compressed it with DVDrb

Carpo
17th December 2006, 17:36
u mean you backed it up to a dvd5 and am using that to back it up to xvid/x264 ?

dirio49
17th December 2006, 17:38
Yes, i made an iso, then mounted that and ripped from the iso in ifo mode.:)

Carpo
17th December 2006, 17:39
why not just use the dvd9 source to run it through megui ?

dirio49
17th December 2006, 17:40
No idea, faster i though to rip from the harddrive. Since i already have it in the harddrive.
you think it makes a difference?

Carpo
17th December 2006, 17:53
quite poss - rip it using rip it for me and dvd decrypter in ifo mode (seems megui likes files from this methord better) and run it through megui

hopefully this should sort the problem, if not there is something else causing it

dirio49
17th December 2006, 17:55
Sure, i will try that thanks.
any idea how i would remove the crap cells from the video?

Carpo
17th December 2006, 17:59
rip it for me should do all that for you, if it finds suspect cells and stuff it should run fixvts which should sort it for you

dirio49
17th December 2006, 18:01
Thanks for the help. :)

Carpo
17th December 2006, 19:41
thats already been reported in the bug thread dude :)

dirio49
17th December 2006, 20:25
So, the problem is not the source?
can you point me to the link ( tried searching but no luck)?
thanks

Carpo
17th December 2006, 20:38
earlier i could have sworn there was another post just under yours were you said thanks by someone reporting an issue with megui, thats what i was refering too

does it still come up with strange error about audio ?

weaver4
17th December 2006, 20:38
I have been stuggling with MeGui for a few days now trying to get a XviD encode.

The x254.nl web site says you should be using version 0.2.3.2193 but the only version they let you download is 0.2.4.1005; so that is the version that I am using.

I get the error that xvid_encraw cannot find extra\Didees SixOfNine.cqm. I looked at the faq and it says this file should be in the Programs Files\megui\tools\xvidencraw\extra directory. Well there is not a xvidencraw directory in the tools directory there is a xvid_encraw directory so I put it there. I cannot find it there? So what am I doing wrong?

Also how do you set up a on-click profile? The menu item is missing in 0.2.4.1005.

Sharktooth
17th December 2006, 20:52
why dont you :search: ?!?

Carpo
17th December 2006, 20:55
http://forum.doom9.org/attachment.php?attachmentid=6205&d=1159213817

grab the zip - will have all the files you need, you can place them anywhere on your system as long as you update the profile in megui :)

for example the files on my sys are C:\Program Files\megui\extra - and the profiles in megui have been update to show it

SharekhaN
17th December 2006, 21:08
Hi , recently i had encoded a video file into x264 video , using the ipod 5.5 g profile sucessfully in to the mp4 container . it played and it would even get transferred to the ipod .

Then about the audio . i demuxed the audio file from the actual video file ( original ) . it was an ac3 track . converted it to faac-mp4 using megui again and it worked . it played in itunes and other players . so no issues .

so now then i used the mp4 muxer in megui and muxed them only to find that the file dosent play at all . it isnt accepeted by itunes or any other player including vlc . it like a corrupt file . and i have tried this more than once with no sucess .

both the files play individually but dont play when muxed . i have the latest haali media splitter installed as well , but i am getting nowhere here . i have tried looking thru all these threads but couldnt find a similar description over the web .

Please guide .

Carpo
17th December 2006, 21:10
try AVI-Mux_GUI-1.17.7 - dont let the name fool you - it will do mp4 mkv and others

(he says hoping hes right ;) )

weaver4
17th December 2006, 21:16
why dont you :search: ?!?

I did do a search. I found that some people went in to the profiles and hardcoded the path of the file. But I don't think that is the way it was intended to work.

SharekhaN
17th December 2006, 21:16
Errm....this does not support mp4 files as input .

--------------
issue resolved using YAMB 1.6

Thanks for the help though

Carpo
17th December 2006, 21:42
that was it thats what i meant ;) - i get so confused at times i used avi mux to mux avis and ac3 that meguis own muxer falls over on

Carpo
17th December 2006, 21:45
if you think its a bug it should go in the bugs thread :)

Warpman
17th December 2006, 21:50
damn your right >.> i thought i was in the bug thread ... getting old