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

tebasuna51
6th January 2009, 04:55
^Doesn't work for me... Unchecked it and still getting error.
Yes, the problem is the same.

Without 32 bit precission the avs script is:
NicAc3Source("D:\6a321.ac3")
6<=Audiochannels(last)?x_stereo(ConvertAudioToFloat(last)):last

With 32 bit precission the avs script is:
NicAc3Source("D:\6a321.ac3")
ConvertAudioToFloat()
6<=Audiochannels(last)?x_stereo(ConvertAudioToFloat(last)):last

Don't exist difference because the output of NicAudio decoders is always 32 bits float

The script must be:
NicAc3Source("D:\6a321.ac3")
6<=Audiochannels(last)?x_stereo(last):last
32==Audiobits(last)?ConvertAudioTo32bit(last):last

tebasuna51
6th January 2009, 05:17
thats due to the new 32bit processing.


EDIT: ill update the vorbis encoder...
EDIT2: even with the updated encoder there's noise in the output.

The ogg problem is in parameters command line:
-Q --raw --raw-bits=32 --raw-chan=6 --raw-rate=48000 --quality 1.0
dont exist the parameter:
--raw-format=n Set format for raw input.
Default is 1 for Standard PCM;
use 3 for IEEE Float.

And is read as 32 bit int. We need --raw-format=3

Kurtnoise
6th January 2009, 10:50
The ogg problem is in parameters command line:
-Q --raw --raw-bits=32 --raw-chan=6 --raw-rate=48000 --quality 1.0
dont exist the parameter:
--raw-format=n Set format for raw input.
Default is 1 for Standard PCM;
use 3 for IEEE Float.

And is read as 32 bit int. We need --raw-format=3

due to the fact that the output bits per sample is not always 32 (ex with 16bits stereo wav files, we need the --raw-format=1) *and* we can't retrieve this before command line creation, I decided to enable the "SendWavHeaderToEncoderStdIn" and remove all raw mode switches. It seems that with the pipeline it works with all cases now...

tebasuna51
6th January 2009, 11:31
due to the fact that the output bits per sample is not always 32 (ex with 16bits stereo wav files, we need the --raw-format=1) *and* we can't retrieve this before command line creation, I decided to enable the "SendWavHeaderToEncoderStdIn" and remove all raw mode switches. It seems that with the pipeline it works with all cases now...
Good idea, but please use this oggenc2 builds (edited)
and the command line with the parameter --ignorelength to avoid problems with headers for >4GB, more frequent with 32 bitdepth.

Edit: your last oggenc2.exe have already the --ignorelength parameter.
Edit2: where do yo find your oggenc2 builds? Isn't the John33 builds from rarewares.
Edit3: sorry is from rarewares but the P3/AMD version:
OggEnc v2.85 (libvorbis 1.2.1 RC2 [aoTuVb5.61])
The --ignorelength is a change in vorbis-tools 1.3.0 beta 1 (http://www.hydrogenaudio.org/forums/index.php?showtopic=65975#)
Seems we still need remapping the channels then the vorbis-tools 1.3.0 beta 1 isn't fully applied to oggenc2
"* oggenc: fixed remapping channels bug (#1326)"

Kurtnoise
6th January 2009, 11:53
done...;)

btw, the vorbis encoder from the auto-update contains the --ignorelength switch. So, it's fine.

pcjco04
6th January 2009, 16:48
I have a problem with the OneClick encoder (and also AutoEncode) at the muxing step. After video encoding finish, I have a popup saying something about audio track index being out of bound and when I click OK, it starts muxing but not with all the audio tracks.

In my One Click settings, I choose

Track 1 : 0x81
Track 2 : 0x80

and the muxing log looks like :
-[Information] Log for job6 (mux, 18_Video.264 -> 18.mkv)
--[Information] [1/6/2009 3:47:28 PM] Started handling job
--[Information] [1/6/2009 3:47:28 PM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files\Divx_Prog\megui\tools\mkvmerge\mkvmerge.exe" -o "C:\Transfert\COL\18\18.mkv" --engage keep_bitstream_ar_info --default-duration 0:25fps -d 0 -A -S "C:\Transfert\COL\18\18_Video.264" -a 1 -D -S "C:\Transfert\COL\18\18 T80 2_0ch 384Kbps DELAY 0ms_audio.m4a" -a 0 -D -S "C:\Transfert\COL\18\18 T81 2_0ch 384Kbps DELAY 0ms_audio.m4a" --no-clusters-in-meta-seek
--[Information] [1/6/2009 4:01:16 PM] Encoding started
--[NoImage] Standard output stream
---[NoImage] mkvmerge v2.4.1 ('Use Me') built on Dec 7 2008 02:39:32
---[NoImage] 'C:\Transfert\COL\18\18_Video.264': Using the AVC/h.264 ES demultiplexer.
---[NoImage] 'C:\Transfert\COL\18\18 T80 2_0ch 384Kbps DELAY 0ms_audio.m4a': Using the Quicktime/MP4 demultiplexer.
---[NoImage] 'C:\Transfert\COL\18\18 T81 2_0ch 384Kbps DELAY 0ms_audio.m4a': Using the Quicktime/MP4 demultiplexer.
---[NoImage] 'C:\Transfert\COL\18\18_Video.264' track 0: Using the MPEG-4 part 10 ES video output module.
---[NoImage] 'C:\Transfert\COL\18\18 T80 2_0ch 384Kbps DELAY 0ms_audio.m4a' track 1: Using the AAC output module.
---[NoImage] Warning: 'C:\Transfert\COL\18\18 T81 2_0ch 384Kbps DELAY 0ms_audio.m4a': No tracks will be copied from this file. This usually indicates a mistake in the command line.
---[NoImage] Warning: 'C:\Transfert\COL\18\18 T81 2_0ch 384Kbps DELAY 0ms_audio.m4a': A track with the ID 0 was requested but not found in the file. The corresponding option will be ignored.
---[NoImage] The file 'C:\Transfert\COL\18\18.mkv' has been opened for writing.


All the files are here, but the muxing command line should be "-a 1" instead of "-a 0" for the second track. I assume it is linked to the strange popup message I received before.

Kurtnoise
6th January 2009, 18:20
Sorry...I **** up once again. :o It'll be fixed in the next release.

If you need a build, I can upload it if you want.


@Tebasuna: what you mean ? --ignorelengh doesn't work properly w/ the current encoder ?

tebasuna51
6th January 2009, 20:39
@Tebasuna: what you mean ? --ignorelengh doesn't work properly w/ the current encoder ?

Seems work fine, but in same accepted feature request was the correct channelmapping.

And seems John33 still don't aply these part because encoding a wav file with standard PCM header produce distinct result than encoding the same wav with WAVE_FORMAT_EXTENSIBLE header (curious bug in 2009).

We need wait to a full version to delete the remap with GetChannel(), or send WAVE_FORMAT_EXTENSIBLE header.

ricky man
6th January 2009, 21:18
i have error message: MEGui encountered a fatal error and may not be able to proceed. Reason: Value of '0' is not valid for 'Value'.

can anyone please help me with this error msg?

how do you set the Display aspect ratio to 16/9? Also i want to know which profile is the best for blu-ray movies?


Thank you.

alexcel
7th January 2009, 00:40
yes, the problem remains even if you rip only one track (you can have only one track with ID 0x86 or 0x8A or whatever...). You have the same issue with vStrip. Some softwares like DVDShrink doesn't remap the track ID when we skip some tracks. I'll try to find a workaround...

I'd be very glad to know if there are any progress on this topic...Any workaround on sight? :)

Kurtnoise
7th January 2009, 07:43
i have error message: MEGui encountered a fatal error and may not be able to proceed. Reason: Value of '0' is not valid for 'Value'.

can anyone please help me with this error msg?

if you describe more precisely what you have done, maybe we can help you...

Kurtnoise
7th January 2009, 07:44
I'd be very glad to know if there are any progress on this topic...Any workaround on sight? :)
not yet...not so easy.

wirawan845
7th January 2009, 11:43
hi, i have a problem with megui
after i updated core into 0.3.1.1007 and avswrapper into 0.3.1.1006, when i try to open a huffyuv 2.2.0 encoded videos with avs script creator, megui gives me an error like this :

megui.exe has encountered a problem and needs to close. We are sorry for the inconvenience
Error signature
AppName: megui.exe
AppVer: 0.3.1.1007
ModName: hufyuv.dll
ModVer: 2.2.0.1
Offset: 0000807b
i don't know how to copy paste the Error Report Contents that comes up with it, but the attached files is included in that error report

i didn't get any error when using the older version of core and avswrapper (before i updated them)
the videos is encoded with huffyuv 2.2.0 using TMPGEnc XPress 3.0.4.24

thanks

Paddy97
7th January 2009, 23:30
Can someone please help me out. I reinstallad my system and now MeGui is acting up on me when I try to run the D2V creator on any MPG file. What have I forgotten to reinstall/configure?

http://www.fenrisulven.se/megui.jpg

Thanks In advance.

Sharktooth
8th January 2009, 03:09
hi, i have a problem with megui
after i updated core into 0.3.1.1007 and avswrapper into 0.3.1.1006, when i try to open a huffyuv 2.2.0 encoded videos with avs script creator, megui gives me an error like this :

megui.exe has encountered a problem and needs to close. We are sorry for the inconvenience
Error signature
AppName: megui.exe
AppVer: 0.3.1.1007
ModName: hufyuv.dll
ModVer: 2.2.0.1
Offset: 0000807b
i don't know how to copy paste the Error Report Contents that comes up with it, but the attached files is included in that error report

i didn't get any error when using the older version of core and avswrapper (before i updated them)
the videos is encoded with huffyuv 2.2.0 using TMPGEnc XPress 3.0.4.24

thanks
install a recent version of ffdshow and ensure you're using it for decoding huffyuv.

Sharktooth
8th January 2009, 03:10
Can someone please help me out. I reinstallad my system and now MeGui is acting up on me when I try to run the D2V creator on any MPG file. What have I forgotten to reinstall/configure?

Thanks In advance.
did you run the autoupdate and updated everything?

ricky man
8th January 2009, 04:32
i have this error . i dont know what does this mean? and how can i fix this error?

Your AviSynt script clip has the following problem:

Aviscript clip doesnot have mod16 dimensions:
Width:1920
Height:1080

Sharktooth
8th January 2009, 04:36
when does that happen? what encoder are you using?

ricky man
8th January 2009, 04:41
when does that happen? what encoder are you using?

i am using x264 or Megui.

i load the mkv file. then i set the bitrate and the size of the file. then i click on the queue. then the error pops up.

this is the pic of the two error that i have .

Sharktooth
8th January 2009, 04:42
use the avisynth script creator (under the tools menu) to load the file.
if yuo need to encode the audio too, then be sure to remove ,audio=false from the directshowsource line, then load the .avs in the audio input too.

Paddy97
8th January 2009, 06:45
did you run the autoupdate and updated everything?

Since your question led me to start to distrust my MeGui install I started fresh from sourceforge and now it works. Thanks! My old MeGUI directory must have contained something old that was not up to par.

clumba
8th January 2009, 07:36
I'm trying to encode The Mask.BDRip.1080p.x264-CtrlHD.mkv from 1080p to 720p. Select HQ-Balanced profile, set bitrate to ~5600, click Enqueque -> get 2 pass encode.

But when job is done i get file with bitrate ~200kbps! :scared:

Resolution is correct, btw.

What is wrong?

P.S. All file with latest version.

P.P.S. Sorry for my english.

pcjco04
8th January 2009, 14:50
Version 0.3.1.1008 now mux correctly both audio tracks chosen in OneClickEncoder.

Is it normal that the audio track order is not kept ?

If I choose Track1=0x81 and Track2=0x80 it will always encode first 0x80 then 0x81 and same in muxing CLI so the first track of the final muxed file will be 0x80 (Track2).

[DB-FR] Nikko
8th January 2009, 15:06
Hi everyone,
I dont understand why it is possible to produce raw h264 file but not raw aac file ?
Indeed we can just choose mp4 or m4a, is it possible to add raw aac ?
cheers,
Nikko

EDIT : Ok I saw Nero AAC doesn't permit raw output but only in MP4 format...

shroomM
8th January 2009, 15:41
Hey,

first of all... great tool!

But I'm having some problems getting audio encoding to work...

If I input a 5.1 448kbps AC3, choose the ffmpeg MP2 encoder and choose to downmix the channels to stereo, the encoding fails.

At first, MeGUI says it's Preprocessing... the audio. This goes on for a couple of minutes, then I see this error in the log...

[Error] Log for job4 (audio, becoming_jane T80 3_2ch 448Kbps DELAY 0ms.ac3 -> testing.mp2)
-[Information] [8.1.2009 15:05:50] Started handling job
-[Information] [8.1.2009 15:05:50] Preprocessing
-[NoImage] Avisynth script
--[NoImage] NicAc3Source("H:\movies\sd\becoming_jane_files\becoming_jane T80 3_2ch 448Kbps DELAY 0ms.ac3", DRC=1)
--[NoImage] 6<=Audiochannels(last)?x_stereod5a9cfdbabd245b8a2545d1767cd1207(ConvertAudioToFloat(last)):last
--[NoImage] Normalize()
--[NoImage] return last
--[NoImage] function x_stereod5a9cfdbabd245b8a2545d1767cd1207(clip a)
--[NoImage] {
--[NoImage] fl = GetChannel(a, 1)
--[NoImage] fr = GetChannel(a, 2)
--[NoImage] c = GetChannel(a, 3)
--[NoImage] lfe = GetChannel(a, 4)
--[NoImage] sl = GetChannel(a, 5)
--[NoImage] sr = GetChannel(a, 6)
--[NoImage] l_sl = MixAudio(fl, sl, 0.2929, 0.2929)
--[NoImage] c_lfe = MixAudio(lfe, c, 0.2071, 0.2071)
--[NoImage] r_sr = MixAudio(fr, sr, 0.2929, 0.2929)
--[NoImage] l = MixAudio(l_sl, c_lfe, 1.0, 1.0)
--[NoImage] r = MixAudio(r_sr, c_lfe, 1.0, 1.0)
--[NoImage] return MergeChannels(l, r)
--[NoImage] }
-[NoImage] Commandline used: -i - -y -acodec mp2 -ab 256k "{0}"
-[Information] [8.1.2009 15:05:50] Encoding started
-[Information] [8.1.2009 15:05:50] Encode thread started
-[Information] [8.1.2009 15:05:50] Avisynth script environment opened
-[Information] [8.1.2009 15:05:50] Script loaded
-[Information] Output Decoder
--[NoImage] Channels: 2
--[NoImage] Bits per sample: 32
--[NoImage] Sample rate: 48000
-[NoImage] Commandline: C:\Program Files\megui\tools\ffmpeg\ffmpeg.exe -i - -y -acodec mp2 -ab 256k "H:\movies\sd\becoming_jane_files\testing.mp2"
-[Information] [8.1.2009 15:05:50] Encoder process started
-[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
-[NoImage] Output from encoder via stderr
--[NoImage] FFmpeg version Sherpya-r14277, Copyright (c) 2000-2008 Fabrice Bellard, et al.
--[NoImage] libavutil version: 49.7.0
--[NoImage] libavcodec version: 51.60.0
--[NoImage] libavformat version: 52.17.0
--[NoImage] libavdevice version: 52.0.0
--[NoImage] built on Jul 18 2008 11:12:48, gcc: 4.2.4 [Sherpya]
--[NoImage] Input #0, wav, from 'pipe:':
--[NoImage] Duration: N/A, bitrate: 3072 kb/s
--[NoImage] Stream #0.0: Audio: 0x0003, 48000 Hz, stereo, 3072 kb/s
--[NoImage] Output #0, mp2, to 'H:\movies\sd\becoming_jane_files\testing.mp2':
--[NoImage] Stream #0.0: Audio: mp2, 48000 Hz, stereo, 256 kb/s
--[NoImage] Stream mapping:
--[NoImage] Stream #0.0 -> #0.0
--[NoImage] Unsupported codec (id=0) for input stream #0.0
-[Information] [8.1.2009 15:13:12] Job completed


Is this also because of the latest changes (32bit processing)?

Here are the things I've already tried...
the same error occurs when I check Improve Accuracy using 32bit & Float computation (in the above example, the option was unchecked)
tried LAME MP3, got the same error
tried a different AC3 file. Both were demuxed using the built-in DGIndex.

The error remains. But encoding using Aften AC3 worked, suprisingly....

I just tried using the Forced decoding via DirectShow and the conversion works (both, Improve accuracy... on or off) :confused:

Any idea why it doesn't work with NicAc3Source? I'd prefer using that, not DirectShow, although DirectShow processing seems faster? :confused:

I'm using the latest version of MeGUI (0.3.1.1008) and Avisynth (2.5.8), both reinstalled from scratch 10 minutes ago. All the files in MeGUI updated to the latest version using the built-in updater.

My OS is a 32bit Vista SP1 (Intel Core2Quad Q9300 @ 2.50GHz), but the error also occurs on an XP machine.

clumba
8th January 2009, 20:44
If I input a 5.1 448kbps AC3, choose the ffmpeg MP2 encoder and choose to downmix the channels to stereo, the encoding fails.

Usually i do AC3 -> WAV (BeSweet + BeLight) -> input in MeGUI and select needed codec.

MeGUI often can't correctly decompress some codecs like AC3.

Nightshiver
8th January 2009, 21:21
I'm trying to encode The Mask.BDRip.1080p.x264-CtrlHD.mkv from 1080p to 720p. Select HQ-Balanced profile, set bitrate to ~5600, click Enqueque -> get 2 pass encode.

But when job is done i get file with bitrate ~200kbps! :scared:

Resolution is correct, btw.

What is wrong?

P.S. All file with latest version.

P.P.S. Sorry for my english.

That is an illegally obtained file.

Sharktooth
8th January 2009, 21:25
I'm trying to encode The Mask.BDRip.1080p.x264-CtrlHD.mkv from 1080p to 720p. Select HQ-Balanced profile, set bitrate to ~5600, click Enqueque -> get 2 pass encode.

But when job is done i get file with bitrate ~200kbps! :scared:

Resolution is correct, btw.

What is wrong?

P.S. All file with latest version.

P.P.S. Sorry for my english.
:readrule:

Sharktooth
8th January 2009, 21:26
Version 0.3.1.1008 now mux correctly both audio tracks chosen in OneClickEncoder.

Is it normal that the audio track order is not kept ?

If I choose Track1=0x81 and Track2=0x80 it will always encode first 0x80 then 0x81 and same in muxing CLI so the first track of the final muxed file will be 0x80 (Track2).
the tracks get sorted by id.

clumba
9th January 2009, 00:51
That is an illegally obtained file.

But problem in MeGUI, not in "illegal" file!

createcoms
9th January 2009, 01:03
To MeGUI developers,

I experienced a slight (1-3FPS) increase in encoding speed when I added "threads=4" to the Colormatrix line that MeGUI adds when the "Colour Correction" checkbox is ticked.

I guess setting it to 0 would do the same thing since that puts it into core detection mode. The default is 1 core mode from what I've read.

I've got a Phenom 9850 BE soon to be a Phenom II 940 BE.

cheers

-cc

Sharktooth
9th January 2009, 01:07
But problem in MeGUI, not in "illegal" file!
you wont get any help here for illegally obtained materials.
the forum rules are quite clear.

tebasuna51
9th January 2009, 04:39
Usually i do AC3 -> WAV (BeSweet + BeLight) -> input in MeGUI and select needed codec.

MeGUI often can't correctly decompress some codecs like AC3.

The Ac3 decoder used in MeGUI/AviSynth is NicAudio. With BeSweet/BeLight the decoder used is Azid.

Please put a sample about your problems at NicAudio thread.

shroomM
9th January 2009, 08:04
Using MeGUI 0.3.1.1005, everything goes fine.....

[Information] Log for job3 (audio, 1trade T80 2_0ch 192Kbps DELAY 0ms.ac3 -> 1trade T80 2_0ch 192Kbps DELAY 0ms.mp2)
-[Information] [9.1.2009 7:57:48] Started handling job
-[Information] [9.1.2009 7:57:48] Preprocessing
-[NoImage] Avisynth script
--[NoImage] NicAc3Source("H:\work\output\1trade T80 2_0ch 192Kbps DELAY 0ms.ac3", DRC=1)
--[NoImage] ConvertAudioToFloat()
--[NoImage] 6<=Audiochannels(last)?x_stereobeae7be1357445a1bdcb1dddd9689829(ConvertAudioToFloat(last)):last
--[NoImage] Normalize()
--[NoImage] ConvertAudioTo16bit()
--[NoImage] return last
--[NoImage] function x_stereobeae7be1357445a1bdcb1dddd9689829(clip a)
--[NoImage] {
--[NoImage] fl = GetChannel(a, 1)
--[NoImage] fr = GetChannel(a, 2)
--[NoImage] c = GetChannel(a, 3)
--[NoImage] lfe = GetChannel(a, 4)
--[NoImage] sl = GetChannel(a, 5)
--[NoImage] sr = GetChannel(a, 6)
--[NoImage] l_sl = MixAudio(fl, sl, 0.2929, 0.2929)
--[NoImage] c_lfe = MixAudio(lfe, c, 0.2071, 0.2071)
--[NoImage] r_sr = MixAudio(fr, sr, 0.2929, 0.2929)
--[NoImage] l = MixAudio(l_sl, c_lfe, 1.0, 1.0)
--[NoImage] r = MixAudio(r_sr, c_lfe, 1.0, 1.0)
--[NoImage] return MergeChannels(l, r)
--[NoImage] }
-[NoImage] Commandline used: -i - -y -acodec mp2 -ab 256k "{0}"
-[Information] [9.1.2009 7:57:48] Encoding started
-[Information] [9.1.2009 7:57:48] Encode thread started
-[Information] [9.1.2009 7:57:48] Avisynth script environment opened
-[Information] [9.1.2009 7:57:48] Script loaded
-[Information] Input
--[NoImage] Channels: 2
--[NoImage] Bits per sample: 16
--[NoImage] Sample rate: 48000
-[NoImage] Commandline: C:\Program Files\megui\tools\ffmpeg\ffmpeg.exe -i - -y -acodec mp2 -ab 256k "H:\work\output\1trade T80 2_0ch 192Kbps DELAY 0ms.mp2"
-[Information] [9.1.2009 7:57:48] Encoder process started
-[NoImage] Output from encoder via stderr
--[NoImage] FFmpeg version Sherpya-r14277, Copyright (c) 2000-2008 Fabrice Bellard, et al.
--[NoImage] libavutil version: 49.7.0
--[NoImage] libavcodec version: 51.60.0
--[NoImage] libavformat version: 52.17.0
--[NoImage] libavdevice version: 52.0.0
--[NoImage] built on Jul 18 2008 11:12:48, gcc: 4.2.4 [Sherpya]
--[NoImage] Input #0, wav, from 'pipe:':
--[NoImage] Duration: N/A, bitrate: 1536 kb/s
--[NoImage] Stream #0.0: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s
--[NoImage] Output #0, mp2, to 'H:\work\output\1trade T80 2_0ch 192Kbps DELAY 0ms.mp2':
--[NoImage] Stream #0.0: Audio: mp2, 48000 Hz, stereo, 256 kb/s
--[NoImage] Stream mapping:
--[NoImage] Stream #0.0 -> #0.0
--[NoImage] video:0kB audio:214758kB global headers:0kB muxing overhead 0.000000%
-[Information] [9.1.2009 7:59:22] Postprocessing
--[Information] Deleting intermediate files
-[Information] [9.1.2009 7:59:22] Job completed


Using the latest, 0.3.1.1008 version...
[Error] Log for job1 (audio, 1trade T80 2_0ch 192Kbps DELAY 0ms.ac3 -> new_test.mp2)
-[Information] [9.1.2009 8:01:12] Started handling job
-[Information] [9.1.2009 8:01:12] Preprocessing
-[NoImage] Avisynth script
--[NoImage] NicAc3Source("H:\work\output\1trade T80 2_0ch 192Kbps DELAY 0ms.ac3", DRC=1)
--[NoImage] 6<=Audiochannels(last)?x_stereocd1d1b2bdc914479be9ba1571a8e9aab(ConvertAudioToFloat(last)):last
--[NoImage] 32==Audiobits(last)?ConvertAudioTo32bit(last):last
--[NoImage] Normalize()
--[NoImage] return last
--[NoImage] function x_stereocd1d1b2bdc914479be9ba1571a8e9aab(clip a)
--[NoImage] {
--[NoImage] fl = GetChannel(a, 1)
--[NoImage] fr = GetChannel(a, 2)
--[NoImage] c = GetChannel(a, 3)
--[NoImage] lfe = GetChannel(a, 4)
--[NoImage] sl = GetChannel(a, 5)
--[NoImage] sr = GetChannel(a, 6)
--[NoImage] l_sl = MixAudio(fl, sl, 0.2929, 0.2929)
--[NoImage] c_lfe = MixAudio(lfe, c, 0.2071, 0.2071)
--[NoImage] r_sr = MixAudio(fr, sr, 0.2929, 0.2929)
--[NoImage] l = MixAudio(l_sl, c_lfe, 1.0, 1.0)
--[NoImage] r = MixAudio(r_sr, c_lfe, 1.0, 1.0)
--[NoImage] return MergeChannels(l, r)
--[NoImage] }
-[NoImage] Commandline used: -i - -y -acodec mp2 -ab 256k "{0}"
-[Information] [9.1.2009 8:01:12] Encoding started
-[Information] [9.1.2009 8:01:12] Encode thread started
-[Information] [9.1.2009 8:01:12] Avisynth script environment opened
-[Information] [9.1.2009 8:01:12] Script loaded
-[Information] Output Decoder
--[NoImage] Channels: 2
--[NoImage] Bits per sample: 32
--[NoImage] Sample rate: 48000
-[NoImage] Commandline: C:\Program Files\megui\tools\ffmpeg\ffmpeg.exe -i - -y -acodec mp2 -ab 256k "H:\work\output\new_test.mp2"
-[Information] [9.1.2009 8:01:12] Encoder process started
-[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
-[NoImage] Output from encoder via stderr
--[NoImage] FFmpeg version Sherpya-r14277, Copyright (c) 2000-2008 Fabrice Bellard, et al.
--[NoImage] libavutil version: 49.7.0
--[NoImage] libavcodec version: 51.60.0
--[NoImage] libavformat version: 52.17.0
--[NoImage] libavdevice version: 52.0.0
--[NoImage] built on Jul 18 2008 11:12:48, gcc: 4.2.4 [Sherpya]
--[NoImage] Input #0, wav, from 'pipe:':
--[NoImage] Duration: N/A, bitrate: 3072 kb/s
--[NoImage] Stream #0.0: Audio: 0x0003, 48000 Hz, stereo, 3072 kb/s
--[NoImage] Output #0, mp2, to 'H:\work\output\new_test.mp2':
--[NoImage] Stream #0.0: Audio: mp2, 48000 Hz, stereo, 256 kb/s
--[NoImage] Stream mapping:
--[NoImage] Stream #0.0 -> #0.0
--[NoImage] Unsupported codec (id=0) for input stream #0.0
-[Information] [9.1.2009 8:02:58] Job completed


The only thing I did was replacing the MeGUI.exe... Obviously not a problem with NicAudio. Any ideas?

Kurtnoise
9th January 2009, 08:52
fixed...

shroomM
9th January 2009, 09:20
Thanks, works great!

Snowknight26
9th January 2009, 23:48
http://www.stfcc.org/misc/megui.png

Been like this since at least 2.x.

Nightshiver
10th January 2009, 02:19
Just stretch it......

Snowknight26
10th January 2009, 02:36
Obviously, but the default width needs to be wider.

zora
10th January 2009, 15:50
I always get the error
"unknown style found: "Copy of DefaultSE" changed to "Default"!"
after selecting an avisynth script. In the encoding process it too pops up. It is so annoying. does anyone know a fix for this?

Edit: Here is a pic
http://i40.tinypic.com/1628r6f.jpg
after I click cancel it still pops up

Prim3
10th January 2009, 22:24
Error:

http://img247.imageshack.us/img247/7627/errorci7.jpg

I'm not sure whats going on. MeGUI is been giving me lots of errors. Sometimes its about memory, sometimes about "component has thrown an exception" etc..

I'm not sure what to do. It's very annoying!

Specs: Windows XP SP3
Megui 0.3.1.1009

Thank-you

MrVideo
10th January 2009, 23:09
Specs: Windows XP SP3
Megui 0.3.1.1009

I'm running the latest MeGUI under XP SP2 and all is great. No crashes.

I don't trust SP3, as it is supposed to have some of the Vista crap placed into XP and I won't touch Vista. Don't know if it is urban legend or not, but SP2 is working for me. Don't need any security enhancements, as the box is not directly attached to the internet, i.e., no one can probe it and try and leave crap on it and it isn't used for browsing the net.

lexor
10th January 2009, 23:22
Error:

I'm not sure whats going on. MeGUI is been giving me lots of errors. Sometimes its about memory, sometimes about "component has thrown an exception" etc..

I'm not sure what to do. It's very annoying!

Specs: Windows XP SP3
Megui 0.3.1.1009

Thank-you
Yep, that's a bug, ticking "Deinterlace" checkbox without first selecting source as interlaced will cause the exception. Workaround is to first select "Source Type:" as the appropriate interlaced option from the list given (or let megui run analysis before selecting "Deinterlace")

It looks like you selected the deinterlace checkbox while megui was running the analysis, bad idea to change settings while it's working.

Prim3
10th January 2009, 23:43
Yeah but I noticed that it says "Analyzing..." and it doesn't do anything for a while. Is it supposed to take that long?

I will try again. Thank-you!

Prim3
11th January 2009, 02:13
error:

http://img396.imageshack.us/img396/8256/66979191om7.jpg

another one...

thanks

Sharktooth
11th January 2009, 04:32
whitout any other information that screenshot is useless.
when does it happen?

Sharktooth
11th January 2009, 04:33
Yeah but I noticed that it says "Analyzing..." and it doesn't do anything for a while. Is it supposed to take that long?

I will try again. Thank-you!
yes. it will take some time.

Prim3
11th January 2009, 04:49
Sorry. It happens when I click "preview avs script"

some time as in...? Cuz it took a long time and it didnt even move. Then I just closed it.

Thanks

Sharktooth
11th January 2009, 04:58
is the analyzing bar progressing?

Sharktooth
11th January 2009, 05:05
Yep, that's a bug, ticking "Deinterlace" checkbox without first selecting source as interlaced will cause the exception. Workaround is to first select "Source Type:" as the appropriate interlaced option from the list given (or let megui run analysis before selecting "Deinterlace")

It looks like you selected the deinterlace checkbox while megui was running the analysis, bad idea to change settings while it's working.
fixed in the next build.