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

Sharktooth
19th November 2006, 14:55
Thank you all for the effort and help.
Thanks to Doom9 for a quite goodlooking Gui, You can see
alot of effort went into it. :)

And that Msharpen avisynth-filter is just amazing!!!
But I'm still not near any 264-encode yet.
In terms of quality I really do not know wich profile to select within MeGui
(Just dont know what to expect, and I could just over do it.) What should I do?
Post a snapshot of the source I want to use?
Well, choosing a profile is easy.
If you want quality at a choosen filesize or bitrate choose one of the HQ profiles. If you dont care about the filesize use the CRF profile... etc.

Sharktooth
19th November 2006, 14:56
I want to re-encode a xvid.avi to x264.mp4 or mkv

The avi I will be using has a bad audio-vbr header according to vdubmod.
And I still need to edit this audio for the final mp4 video
What do I need to do now?

Demux tha audio from the AVI, edit the audio, save as vbr or
CBR and rejoin with the resulting mp4-video?
I thought maybe the mp4 container doesnt have the vbr-audio
issue? Will I have sync problems when I do it this way?
Those warnings are there coz of VFW (and AVI).
Since MeGUI doesnt work on top of VFW you can safely ignore them and proceed encoding.

rack04
19th November 2006, 20:52
I can't get CT AAC to encode AC3 5.1. I have copied enc_aacplus.dll from Winamp Plugins directory into the encaacplus executable directory but I still get the error "Can't find enc_aacplus.dll!"

http://img509.imageshack.us/img509/5846/meguiby4.th.jpg (http://img509.imageshack.us/my.php?image=meguiby4.jpg)

sillKotscha
19th November 2006, 23:44
I can't get CT AAC to encode AC3 5.1. I have copied enc_aacplus.dll from Winamp Plugins directory into the encaacplus executable directory but I still get the error "Can't find enc_aacplus.dll!"

http://img509.imageshack.us/img509/5846/meguiby4.th.jpg (http://img509.imageshack.us/my.php?image=meguiby4.jpg)

me too... that's why I'm using nero's aac encoder within megui :)

but another question...

I have captured an AVI with PCM audio - my work flow:

1. wav -> mp4 with megui (as stated I've used nero's aac encoder)
2. load that script:


LoadPlugin("TomsMoComp.dll")
avisource("monster.avi")

ConvertToYV12()
TomsMoComp(1,5,1)
crop(60,36,600,492)
mergechroma(blur(1.3))
LanczosResize(384,288)


3. choose profile: CE-QuickTime
4. go to: tools -> Bitrate Calculator and entered/applyed a bitrate for 50MB total video size
5. enqueue job(s)
6. start encoding...

so far so good - encoding started but stopped after a few frames...

that's the log:

Starting job job1-1 at 23:27:23
encoder commandline:
--pass 1 --bitrate 596 --stats "E:\DVB-T\Device00\monster--avisource.stats" --bframes 1 --direct auto --subme 1 --analyse none --vbv-maxrate 25000 --me dia --thread-input --progress --no-psnr --output NUL "E:\DVB-T\Device00\monster--avisource.avs"
successfully started encoding
Processing ended at 23:27:33
----------------------------------------------------------------------------------------------------------

Log for job job1-1

avis [info]: 384x288 @ 25.00 fps (15046 frames)
x264 [warning]: VBV maxrate specified, but no bufsize.
x264 [info]: using cpu capabilities MMX MMXEXT SSE 3DNow!

----------------------------------------------------------------------------------------------------------

status reports "error" for job one but not the log...

'no buffer size' - an indicator for what?? wrong profile for what I like to do or a tiny mistake within the profile?

Sharktooth
20th November 2006, 03:21
I can't get CT AAC to encode AC3 5.1. I have copied enc_aacplus.dll from Winamp Plugins directory into the encaacplus executable directory but I still get the error "Can't find enc_aacplus.dll!"

http://img509.imageshack.us/img509/5846/meguiby4.th.jpg (http://img509.imageshack.us/my.php?image=meguiby4.jpg)
Check if the encaacplus folder is correctly set in the megui settings.

Sharktooth
20th November 2006, 03:22
me too... that's why I'm using nero's aac encoder within megui :)

but another question...

I have captured an AVI with PCM audio - my work flow:

1. wav -> mp4 with megui (as stated I've used nero's aac encoder)
2. load that script:


LoadPlugin("TomsMoComp.dll")
avisource("monster.avi")

ConvertToYV12()
TomsMoComp(1,5,1)
crop(60,36,600,492)
mergechroma(blur(1.3))
LanczosResize(384,288)


3. choose profile: CE-QuickTime
4. go to: tools -> Bitrate Calculator and entered/applyed a bitrate for 50MB total video size
5. enqueue job(s)
6. start encoding...

so far so good - encoding started but stopped after a few frames...

that's the log:

Starting job job1-1 at 23:27:23
encoder commandline:
--pass 1 --bitrate 596 --stats "E:\DVB-T\Device00\monster--avisource.stats" --bframes 1 --direct auto --subme 1 --analyse none --vbv-maxrate 25000 --me dia --thread-input --progress --no-psnr --output NUL "E:\DVB-T\Device00\monster--avisource.avs"
successfully started encoding
Processing ended at 23:27:33
----------------------------------------------------------------------------------------------------------

Log for job job1-1

avis [info]: 384x288 @ 25.00 fps (15046 frames)
x264 [warning]: VBV maxrate specified, but no bufsize.
x264 [info]: using cpu capabilities MMX MMXEXT SSE 3DNow!

----------------------------------------------------------------------------------------------------------

status reports "error" for job one but not the log...

'no buffer size' - an indicator for what?? wrong profile for what I like to do or a tiny mistake within the profile?
Seems x264 silently quit or there was a problem reading its output.
The buffer size message is only a warning coz the buffer size is not set in the profile. You can safely ignore it.

jellysandwich
20th November 2006, 14:15
Hmm... Is it not possible to add a delay using oggenc2? I just tried putting a -2000ms delay correction in the OggVorbis Encoder Configuration (for testing purposes), but the output came out just like normal...

Edit: ND-AAC delay didn't work either.

js

rack04
20th November 2006, 18:02
Check if the encaacplus folder is correctly set in the megui settings.

I have verified that the encaacplus folder is set correctly in the megui path settings. Any other ideas?

weaver4
21st November 2006, 20:21
Does MeGui require that you use DVD Decrypter for ripping? Every time I try to load the source files I get some error that a DVD Decrypter file is missing.

check
22nd November 2006, 00:27
where are you trying to load the source files? What file is missing?

Sharktooth
22nd November 2006, 13:35
Does MeGui require that you use DVD Decrypter for ripping? Every time I try to load the source files I get some error that a DVD Decrypter file is missing.
:search:

numaios
23rd November 2006, 13:23
It's not an avisynth script problem but megui not finding a library.
Did you let MeGUI autoupdate?
Thanks, Sharktooth!
Yes, I did. But there are two items I cannot update: libs and avisynthwrapper (I downloaded it from megui.org but it still appears like outdated). When I try to update libs, the bar progresses till the end and then "MeGUI has detected a problem and must get closed. Report Microsoft about this problem. Send report/Not to send"

And if it's not an avisynth script problem, why the error doesn't show up when I set the resolution to 176x96, for example?

Another question: Why can't I select MP4 container when I select XviD codec? I want to output MPEG-4 Simple Profile@level 0 in MP4 container (compatible with mobile devices).

bwlonsdale
23rd November 2006, 18:55
Hope this is the right thread cos I need some troubleshooting advice for megui....I don't know if this is a bug or something I've started doing wrong. I've recently encountered a problem with megui encodes I've been doing on my Media PC...

The Media PC is a Core2Duo, E6600, 2Gb RAM. Up until recently, encoding on there has been absolutely fine - no problems or issues. The PC itself has been completely stable. This started a week or so ago.

I'm generally doing encodes of HD TV show .ts sources (NTSC/US). I use dgmpgdec to make the .d2v, then create the .avs (I actually have a bunch of templates and just insert the relevant .d2v filename) and then open that as the source in megui. I always check the file will open in virtualdub beforehand so I know the telecide etc are working fine. My AVS will basically telecide and then resize down to 1280x720. I don't do any other filtering.

In a nutshell, I set up the jobs, start them and then after random amount of time, the entire PC is hung (well, it's running very very very slowly)...when I check task manager (very very slowly...) the CPU useage is at 50% and when I check the process tab there doesn't appear to be a single instance of anything consuming the cycles. But at 50% CPU useage, that means one of the cores is sitting more or less idle, so I don't understand why the PC is responding so slowly. I'm generally terminal servered onto the PC during this so I can remote monitor the goings on. When the hanging happens, i lose any ability to terminal server to the PC, ping times vanish, network shares won't connect. I then have to log on via the console (i.e. sit in front of the TV) and log on there - but the mouse moves in jumps all over the place - you get the idea, the PC is running very very slow.

If I see the status window, I can see the FPS rate has dropped from say 7FPS down to .7FPS. I always use the HQ-Slow profile and Sharktooth's "eqm_avc_hr.cfg" matrix. I set the jobs up the same way each time, automated 2 pass. I use the bitrate calculator to set to 1/4 DVD-R, change the thread count to 2 and point it at the custom matrix

This only happens during megui encoding, it's not something the PC does at random intervals. If I copy the .ts to my other PC (an AMD Opteron 170) the encode goes just fine, no issues. So I can rule out the source .ts causing a problem.

I do update megui whenever it prompts there are updates. Both PCs are updated whenever megui prompts so the builds etc are the same.

The media pc has haali media splitter on which I recently updated which I have subsequently removed (made no difference) and that is the only change I've made to the PC during the last couple weeks (bar updating megui). I keep changes on there to an absolute minimum cos it's too much grief if i update drivers and find out the TV playback's borked cos NVIDIA can't do a decent driver set these days.

Any thoughts on where to begin with this?

jellysandwich
23rd November 2006, 19:08
Hmm... Is it not possible to add a delay using oggenc2? I just tried putting a -2000ms delay correction in the OggVorbis Encoder Configuration (for testing purposes), but the output came out just like normal...

Edit: ND-AAC delay didn't work either.

js

Is this because of the particular encoders, or is it just me?

js

foxyshadis
24th November 2006, 04:15
Hope this is the right thread cos I need some troubleshooting advice for megui....I don't know if this is a bug or something I've started doing wrong. I've recently encountered a problem with megui encodes I've been doing on my Media PC...

The Media PC is a Core2Duo, E6600, 2Gb RAM. Up until recently, encoding on there has been absolutely fine - no problems or issues. The PC itself has been completely stable. This started a week or so ago.

I'm generally doing encodes of HD TV show .ts sources (NTSC/US). I use dgmpgdec to make the .d2v, then create the .avs (I actually have a bunch of templates and just insert the relevant .d2v filename) and then open that as the source in megui. I always check the file will open in virtualdub beforehand so I know the telecide etc are working fine. My AVS will basically telecide and then resize down to 1280x720. I don't do any other filtering.

In a nutshell, I set up the jobs, start them and then after random amount of time, the entire PC is hung (well, it's running very very very slowly)...when I check task manager (very very slowly...) the CPU useage is at 50% and when I check the process tab there doesn't appear to be a single instance of anything consuming the cycles. But at 50% CPU useage, that means one of the cores is sitting more or less idle, so I don't understand why the PC is responding so slowly. I'm generally terminal servered onto the PC during this so I can remote monitor the goings on. When the hanging happens, i lose any ability to terminal server to the PC, ping times vanish, network shares won't connect. I then have to log on via the console (i.e. sit in front of the TV) and log on there - but the mouse moves in jumps all over the place - you get the idea, the PC is running very very slow.

If I see the status window, I can see the FPS rate has dropped from say 7FPS down to .7FPS. I always use the HQ-Slow profile and Sharktooth's "eqm_avc_hr.cfg" matrix. I set the jobs up the same way each time, automated 2 pass. I use the bitrate calculator to set to 1/4 DVD-R, change the thread count to 2 and point it at the custom matrix

This only happens during megui encoding, it's not something the PC does at random intervals. If I copy the .ts to my other PC (an AMD Opteron 170) the encode goes just fine, no issues. So I can rule out the source .ts causing a problem.

I do update megui whenever it prompts there are updates. Both PCs are updated whenever megui prompts so the builds etc are the same.

The media pc has haali media splitter on which I recently updated which I have subsequently removed (made no difference) and that is the only change I've made to the PC during the last couple weeks (bar updating megui). I keep changes on there to an absolute minimum cos it's too much grief if i update drivers and find out the TV playback's borked cos NVIDIA can't do a decent driver set these days.

Any thoughts on where to begin with this?

Broken drivers, bad memory, bad motherboard, overheating... the list of things that can cause sudden hardware failure are enormous. This does sound a bit like a bad hard drive that's sputtering around in PIO mode, but then video playback would stutter like mad. (You'd check that by looking at the driver manager, primary IDE channel.) Video card drivers going nuts could cause something like that too; usually a wedged network driver would kill the network but not leave the system barely functional.

Try running two prime95s, an offline memory test, maybe passmark burn-in-test. See the hardware forum sticky for more.

bwlonsdale
24th November 2006, 10:05
I already have the two Prime95's installed and configured - I had previously set up and was all benchmarked and stable (we're talking 24hrs+ stability)....

I ran the test again today as per your suggestion and it crapped out within a minute.....

The hardware is about 4 months old apart from the graphics card, everything is brand new. It's not cheap parts, Intel MB D975XBX and some Corsair memory...

thanks, hadn't even considered the hardware would be faulty...

I'm going off to sulk now :(

bwlonsdale
24th November 2006, 13:07
OK, finished sulking, it seems I needed to up the voltage to the CPU a notch - Prime 95 seems happy now - I let it run for an hour and there were no problems, I'll run megui now and see how it goes.

I guess there has been some burn-in or summat with the CPU over time.

If any mod wishes to, please move this to the appropriate forum.

thanks

Mutant_Fruit
25th November 2006, 12:18
Could it be your CPU is overheating and is thermal throttling to a really slow speed?

bwlonsdale
25th November 2006, 12:36
Well, the Intel Desktop Control Panel puts the CPU at around 58-C maximum, it's got a good after market cooler on (CNPS-9500)

I've ran megui all night with a few encodes and it's never stalled since so I guess the bit extra voltage has sorted it.

martino
25th November 2006, 14:45
When I'm converting something using x264, and during the process change the priority, could that affect my encode?

Thanks!

Sharktooth
25th November 2006, 14:51
no... you can safely change the priority.

oddball
25th November 2006, 21:57
I finally got MeGUI working. It was the .NET after all. However after auto updating it fails on updating NeroAAC all the time.

BTW if I use an AC3 track to AC3 will it just direct stream copy the AC3? Also which is the best profile to use for x264 1080 HDTV output? One more thing. If I have 4 TS files being served by Avisynth and queue them in MeGUI will they append to each other (Output 4x x264 MKV then append then mux in joined AC3)?

I am trying to do my first HDTV encode in MeGUI.

check
26th November 2006, 02:04
Answering your questions in order:
o yes, neroaac doesn't update. read the faq
o can't say
o rule 12 - please specify further your requirements and people can offer recommendations.
o one avisynth file = one output video. If the 4 tss are combined in the avs (ie mpeg2source() + mpeg2source() + ...), you will get one output file.

oddball
26th November 2006, 02:16
That command is useful to know. Thanks. I want to make a 2 hour DVD9 file in x264 of some 1080 TS files. It needs direct stream copy of the AC3 file(s). Because Avisynth only seems to deal with the video side of things I will probably have to demux the AC3 from the TS files. Join the AC3 files together then remux into the output MKV video file. I could do with some tips on suitable profiles, encoding end credits at a different bitrate and smoothening and sharpening if needed. Sources will be either HD MPEG2 or HD H.264. I will use the bitrate calculator obviously to get the right sized file. Looking for an easy step method. Looks liek the information is a bit scattered all over the place.

Thanks.

check
26th November 2006, 06:20
avisynth can handle audio too - use directshowsource("path\to\file.ac3") and you can load that into the lower section of megui's main window.

As for more info on recommended profiles, i meant in terms of: final size, audio bitrate, source complexity, etc etc.

shpitz
26th November 2006, 16:59
guys, i have a problem with megui.
i'm using megui do to some xvid encoding. when i calc the bitrate i choose the original ac3 file.
but the encode ends up exactly what i need if i used the mp3 track instead of the ac3 file.
i'm trying to stay within a certain filesize.

so the encoded output will be oversized if i mux it with the original ac3 track but will be in target-size range if i mux it with the mp3 track.

i don't understand why it comes oversized, i've done similar encode for different shows and they all behave the same.

i've done encodes using xvid 30% hq and xvid 45% hq.

any help will be appreciated.

jmac698
26th November 2006, 17:55
I'm having trouble getting megui/xvid to work. When I start my job, the log just shows encrawxvid listing it's help file, no matter what settings I try. Everything is autoupdated. I was able to run an audio trancoding session also with no probs.
My input is .avs and my output as avi.

bananacreamandpeca
27th November 2006, 09:18
When I import a MPG file in Megui (ripped VOB content),
set it up and que
And set the audio (load the same VOB is that correct?),
and set that up. Hitthe auto encode (i think, it said it would start the jobs and when finished mux the audio/video)
Megui takes like forever processing the audio.
Audio seems to be LPCM, stereo.

Why is that?

btw. What do all the different profiles stand for? I do not know wich would suit my needs

Sharktooth
28th November 2006, 03:38
@shpitz: works fine here. can you please describe the exact steps you're doing and maybe post a screenshot of the bitrate calculator just before hitting the apply button?

@jmac698: you have the wrong xvid_encraw version/build.

@bananaetctc:... first, read the guides and the megui wiki.

check
29th November 2006, 00:23
sharktooth, there have been a few questions about what your profiles mean (and a few emailed to the email address on the wiki too). Have you thought about copying the post with your descriptions in it to the wiki? (would save me the trouble :P) Then we get a nice link which answers the question and leads them to the documentation.

Sharktooth
29th November 2006, 03:27
uhm... i think copying the profiles description to the wiki will be useless.
a more general "how to make or choose a profile" guide would be more helpful.

woah!
29th November 2006, 22:47
i take it AQ was broken or switched off in the lastest rev603 and 604 ? its what was erroring for me and is not listed in the help options either. would be nice to know in the changelog list maybe?

Sharktooth
30th November 2006, 15:06
AQ is working but since it's not an "official" x264 feature it's not integrated into megui.
also 603 and 604 are pretty identical to 602 (the changes were for PowerPC processors only) but i NEVER built them so it's evident you manually updated x264 from another source.
Stick with the x264 version that comes with megui autoupdate if you want AQ.

woah!
1st December 2006, 03:07
thx and i will do.

i just got the version from the x264 site here: http://x264.nl/

thuongshoo
4th December 2006, 06:59
I used mp4 container but I'm still in trouble with this.
Perhaps because Megui use DirectShow to open video file ?
http://forum.doom9.org/showthread.php?t=115441&highlight=directshow
I tried to adjust time delay when I mux video and audio by YAMB, by MKVMerge but no success.

I open .DAT by DGIndex. It said that this file have 4 track audio: 1, 4,5,6 . After demuxing, DGIndex give some .mpa file. There are some file which is are only about 3KB. Is my file corrupt ?
I used BeHappy to convert audio part of this file to Vorbis. And then, I mux mp4(made by Megui) and .ogg(made by Behappy) into one file but this file still is out of sync.

I tried to use Haali and Gabest spliiter but problem still remains

Help me!
Thanks!

check
4th December 2006, 09:30
If you can extract the files ok the file is not meaningfully corrupt, at least. When you mux the files, are you sure you are entering the right delay? If you do it with mkvmerge (ie not with megui), it will definately be created correctly, if it still doesn't work it's likely to be a playback problem.

thuongshoo
5th December 2006, 09:44
When you mux the files, are you sure you are entering the right delay?
At first, I only use the biggest .mpa file. And then, I tried to convert other files but there are no program which can convert them.
At the end, I open .DAT file by BeHappy and converting... You know! BeHappy only convert audio part of .DAT file. I had a .ogg file. As said previously, problem still remains

I think that reason is DirectShow. Did you view this thread (http://forum.doom9.org/showthread.php?t=115441&highlight=directshow)
Bye!

sjchmura
6th December 2006, 04:36
Muxing (only) ac3 to MKV with AUTOENCODE:

I get this error (see attachment). HOw do I fix this??? I have been having this problem for multiple MEGUI updates. It works fine if you "re-encode to ac3" ... however if you just want to "mux" the ac3 to the mkx I get this error.

I should add this is occuring for all my ac3 streams. If I manually encode and use the MKV muxer afterward it works great

Sgt. Rock
6th December 2006, 19:09
Eeerrr... is the update server off again?

ChronoCross
7th December 2006, 00:07
Eeerrr... is the update server off again?

yes. too much bandwidth used.

SnapCount
7th December 2006, 00:52
Hi guys, I've been using Gordian Knot for a while now and have just discovered MeGUI!! :)

My problem atm is that I cant mux the Video and Audio properly :(

I've done what the steps in the wiki, but for some reason when the muxing is finished, all i get is audio and no video:eek:

Please help...

SnapCount
7th December 2006, 00:55
Oh I forgot, im muxing an Xvid and mp3 into an AVI.

check
7th December 2006, 05:00
can you pleast post the log output for the relevant jobs?

SnapCount
7th December 2006, 06:44
Here is the log for a test project:



Starting job job4 at 4:38:45 PM
encoder commandline:

successfully started encoding
Processing ended at 4:38:56 PM
----------------------------------------------------------------------------------------------------------

Log for job job4

Channels=2, BitsPerSample=16, SampleRate=48000Hz
C:\Program Files\megui\tools\lame\lame.exe --abr 128 -h --silent - "C:\Mpg to DviX\encoding\10 Promo T01 DELAY 0ms.mp3"
----------------------------------------------------------------------------------------------------------
Job completed successfully and deletion of intermediate files is activated
Starting job job5-1 at 4:38:56 PM
encoder commandline:
-i "C:\Mpg to DviX\encoding\10 Promo.avs" -pass1 "C:\Mpg to DviX\encoding\10 Promo.stats" -bitrate 1124 -kboost 100 -overhead 0 -turbo -max_key_interval 250 -nopacked -vhqmode 2 -qpel -closed_gop -bvhq -threads 1
successfully started encoding
Processing ended at 4:40:44 PM
----------------------------------------------------------------------------------------------------------

Log for job job5-1

xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003

Trying to retrieve width and height from input header
Input colorspace is YV12
xvidcore build version: xvid-1.2.0-dev
Bitstream version: 1.2.-127
Detected CPU flags: ASM MMX MMXEXT SSE 3DNOW 3DNOWEXT TSC
Detected 1 cpus, using 1 threads.

Tot: enctime(ms) =25257.00, length(bytes) = 20925298
Avg: enctime(ms) = 16.84, fps = 59.39, length(bytes) = 13950
I frames: 61 frames, size = 28582/1743547, quants = 2 / 2.00 / 2
P frames: 644 frames, size = 23778/15313297, quants = 2 / 2.00 / 2
B frames: 793 frames, size = 4878/3868454, quants = 4 / 4.00 / 4

----------------------------------------------------------------------------------------------------------
Job completed successfully and deletion of intermediate files is activated
job job5-1 has been processed. This job is linked to the next job: job5-2
Starting job job5-2 at 4:40:44 PM
encoder commandline:
-i "C:\Mpg to DviX\encoding\10 Promo.avs" -pass2 "C:\Mpg to DviX\encoding\10 Promo.stats" -bitrate 1124 -kboost 100 -overhead 0 -max_key_interval 250 -nopacked -vhqmode 2 -qpel -closed_gop -bvhq -threads 1 -avi "C:\Mpg to DviX\encoding\10 Promo.avi"
successfully started encoding
Processing ended at 4:43:33 PM
----------------------------------------------------------------------------------------------------------

Log for job job5-2

xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003

Trying to retrieve width and height from input header
Input colorspace is YV12
xvidcore build version: xvid-1.2.0-dev
Bitstream version: 1.2.-127
Detected CPU flags: ASM MMX MMXEXT SSE 3DNOW 3DNOWEXT TSC
Detected 1 cpus, using 1 threads.

Tot: enctime(ms) =87975.00, length(bytes) = 8263999
Avg: enctime(ms) = 58.65, fps = 17.05, length(bytes) = 5509
I frames: 61 frames, size = 27022/1648346, quants = 2 / 2.10 / 3
P frames: 644 frames, size = 7811/5030509, quants = 3 / 5.20 / 6
B frames: 793 frames, size = 1998/1585144, quants = 5 / 8.28 / 10
desired video bitrate of this job: 1124 kbit/s - obtained video bitrate (approximate): 1108 kbit/s
----------------------------------------------------------------------------------------------------------
Job completed successfully and deletion of intermediate files is activated
Found intermediate output file 'C:\Mpg to DviX\encoding\10 Promo.stats', deleting...
Deletion succeeded.Starting job job6 at 4:44:19 PM
encoder commandline:
-v "C:\Mpg to DviX\encoding\10 Promo.avi" -a "C:\Mpg to DviX\encoding\10 Promo T01 DELAY 0ms.mp3" -o "C:\Mpg to DviX\encoding\10 PromoMux.avi"
successfully started encoding
Processing ended at 4:44:20 PM
----------------------------------------------------------------------------------------------------------

Log for job job6

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

TrackId 0: Video Stream: From AVI
Frame Rate: 25.000000
Resolution: 688x368
TrackId 1: Audio Stream: From MP3
SamplesPerSec: 48000
BlockAlign: 1152


Creating Index...


----------------------------------------------------------------------------------------------------------
Job completed successfully and deletion of intermediate files is activated

check
7th December 2006, 12:53
are you sure you have a video decoder? Download the CCCP Insurgent (link in my sig.), and post up a test render of the output file please.

SnapCount
7th December 2006, 23:41
The video plays fine by its self - just no audio. The problem only occurs when you mux both video and mp3.

The only way I can get around this, is that I have to open up AVIMux_GUI and do the muxing. And that seems to do the trick.

Looks like this is a bug in MeGUI I guess.

Soshen
8th December 2006, 01:30
I've a little problem
i use avisynth 2.5.6 with a amd 32 bit pc
and when i open a avs in megui and i close the preview window or i lunch a encoding the program (megui) will automatically close.

i've net 2.0 ofcourse.

can someone know why megui can crash like that?

work only if i use a avs script with only avisouce and convertToYv12

i've FFdshow.

bananacreamandpeca
8th December 2006, 02:27
I am currently re-encoding some xvid videos with megui.
The outcome will be mp4/x264-video.

I did not let megui re-encode the audio form the source-vids to the
new output as well.
Megui had trouble doing this. Or I did something wrong. Source-audio is mp3-VBR.

What must I do to transfer the Audio from the source-videos
to the new x264 videofiles as well?
Can I just demux the audio with vdubmod and rejoin that mp3-vbr with the new mp4/x26 output?

Help please.

squid_80
8th December 2006, 03: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?

check
8th December 2006, 09:17
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