View Full Version : MeGUI: General Questions and Troubleshooting Thread
tebasuna51
12th April 2010, 10:33
Nope, FLAC is not supported.
Of course don't support WAV files is a bug in BeSplit (abandoned, without public source code, then never can be solved)
The benefit of use BeSplit method is don't recode compressed streams like:
AC3/AAC/MPA/MP3/MP2/MP1/DTS
If your source is AC3/DTS extract the stream without decode and use BeSplit.
If your source is lossless you can create an avs file like that:
########################################
# [Source: WavSource], use RaWavSource if file is > 4GB
########################################
WavSource("x:\your_path\your.wav")
########################################
# Create fictive 23.975985652770184 fps video for triming
########################################
AudioDubEx(BlankClip(length=Int(23.975985652770184*AudioLengthF(last)/Audiorate(last)), width=32, height=32, pixel_type="RGB24", fps=23.975985652770184), last)
trim(2133,31349) + trim(33508,33744)
and use BeHappy to output WAV or FLAC
EDIT: I don't know for what MeGUI don't offer lossless output (WAV or/and FLAC)
Soliloquy
12th April 2010, 13:56
Wow. I had no idea audio could be such a hell. So I got BeHappy (source was LPCM). Well... wavsource couldn't load my .wav. Fun! I mean... wav... if you can't even load that, then something is bad.
Luckily for me some other guy had this problem (http://www.videohelp.com/forum/archive/avisynth-s-wavsource-won-t-load-wave-pcm-files-t357581.html), so I did the same registryhaxxing as he did and I CAN LOAD WAV. FINALLY.
And then behappy worked flawlessly making me happy.
Thanks! xD
daberti
13th April 2010, 12:42
I've just bought this standalone and I'm trying to encode from DVD->XVID. 1500kbps is the only mod allowed. I keep original AC3 audio.
I use the Home Theater Fast profile, yet when I play the movie, it stops when nearly at the end or so.
Any idea would be hotly appreciated.
Thanks in advance
akombakom27
13th April 2010, 17:33
daberti, I have noticed the same thing. I think it's because MeGUI do the muxing with AviMuxgUI. I resolved the problem with virtualdub. Open your movie with virtualdub. Set the Full Processing Mode at the Video tab, and hit the Save as segmented avi at the File tab. Virtualdub remuxing helped me.
Nightshiver
13th April 2010, 18:30
Well, I'm also having the "long encode" time problem. Encodes used to take much less, but now on the second pass, they are taking 26+ hours. This shouldn't be happening.
daberti
13th April 2010, 19:00
daberti, I have noticed the same thing. I think it's because MeGUI do the muxing with AviMuxgUI. I resolved the problem with virtualdub. Open your movie with virtualdub. Set the Full Processing Mode at the Video tab, and hit the Save as segmented avi at the File tab. Virtualdub remuxing helped me.
Huge thanks :)
Do you mean the muxed avi (audio included) or just the encoded video?
Zathor
13th April 2010, 19:26
Well, I'm also having the "long encode" time problem. Encodes used to take much less, but now on the second pass, they are taking 26+ hours. This shouldn't be happening.
Do you have changed the x264 profiles between the old and new encodings? Very likely the settings have changed.
Nightshiver
14th April 2010, 02:04
No, the settings haven't changed, I'm not that novice of a user.
Zathor
14th April 2010, 05:23
And what has changed beside the source file and the encoding time?
Try executing the command line outside of MeGUI. If the problem persists swtch back to the x264 build used for your fast encodes.
akombakom27
14th April 2010, 16:57
daberti: Yes, the muxed avi, including the audio. I don't know why this helps, but after remuxing with virtualdub, the size will increase with less than 1 meg. Anyway, this helped me, hope will work for you too.
Zathor: I have the same problems with the encoding time. Also I have saved the "old" MeGUI's whole folder. But if I starting that "old" MeGUI I'm getting error message at the first pass. On the other hand I tried to change the new preset's setting to the same as the old presets, but still no luck. If a downgrade can help, please tell me how to do it.
Zathor
14th April 2010, 17:31
I have the same problems with the encoding time. Also I have saved the "old" MeGUI's whole folder. Which build number (MeGUI / x264) has the old version?
But if I starting that "old" MeGUI I'm getting error message at the first pass. Which error? Please post the log.
On the other hand I tried to change the new preset's setting to the same as the old presets, but still no luck. If possible please post the command lines used for both encodings (old/new) for x264.
daberti
14th April 2010, 20:28
daberti: Yes, the muxed avi, including the audio. I don't know why this helps, but after remuxing with virtualdub, the size will increase with less than 1 meg. Anyway, this helped me, hope will work for you too.
Thanks :)
I guess I'll go the AutoGK way and keep using MeGui for x264, as I suspect I should also setup video compression under VirtualDub.....
icon
15th April 2010, 16:21
I hope someone can help me out with this audio sync issue I am having. I'm using the latest megui with all programs updated. Using a DVD source which mediainfo claims is 29.970, megui/avisynth/x264 gives me a video that mediainfo claims is 23.976. I assume this difference in framerate is what is making the auio out of sync. It is out of sync by seconds not ms. This is hard to test since I am not encoding the audio. Anyhow, here is the avisync script. Hope someone can help. BTW - handbrake didn't seem to have any problems with the video and kept everything in sync.
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("\VIDEO_TS\VTS_01_1.d2v", info=3)
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\TIVTC.dll")
tfm(order=1).tdecimate(hybrid=1)
crop( 0, 2, 0, 0)
#resize
#denoise
Guest
15th April 2010, 19:27
G:\downloads\movies\MainMovie\Frank...
@icon
We cannot help you with downloaded movies per rule 6 and if you ask again you'll get struck.
@others
Do not respond to the post.
icon
15th April 2010, 20:05
@icon
We cannot help you with downloaded movies per rule 6 and if you ask again you'll get struck.
@others
Do not respond to the post.
Why would you assume that it is a downloaded movie. Ironically enough it's MY MOVIE, that I purchased.
Regardless - I think I am narrowing down the problem to DGindexing the audio of the vobs before it should. I don't understand why it does this, since playing the vobs are insync and as I mentioned before Handbrake encodes them fine.
I wish I knew that there was going to be a sync problem before I waste 4 hours encoding. Any easy way of finding how much the a/v are out of sync now with out re-indexing/re-enocding the whole thing again (without the begining of the movie where the silence is suppose to be).
Edit - I see, because my script directly has 'downloads' in it. I use that for all my temp files regardless if they are downloaded from the net, copied from another PC or ripped from my DVD drive. As I mentioned before, its my movie. I will clear up the script so there is no ambiguity.
Guest
15th April 2010, 23:22
I see, because my script directly has 'downloads' in it. I use that for all my temp files regardless if they are downloaded from the net, copied from another PC or ripped from my DVD drive. As I mentioned before, its my movie. I will clear up the script so there is no ambiguity. I'll give you the benefit of the doubt here but in the future please do not raise spurious red flags like that.
@all
Feel free to respond to icon's issue.
Now, about your problem...
Your script specifies IVTC, so 23.976 is correct. That will NOT affect audio sync.
Possibly the issue is that the stream has a starting blank section. If that is the case, you need to skip over that when setting the project range in DGIndex. Step in using the > button until real video appears. Then hit [ and save project. I do not know enough about MEGUI to know how you would do that using MEGUI.
icon
16th April 2010, 00:32
Thanks Neuron2 for clearing me. Also, nice program. As I later found out by experimenting, it was DGIndex and the begining black causing the problem. I guess I don't need to know why it does that, but does it do that often or anyway to prevent it or know if it's going to happen? As you probably tell by my directory structure, I am using DVD Fab and normally just rip the main movie.
Guest
16th April 2010, 01:03
I guess I don't need to know why it does that, but does it do that often or anyway to prevent it or know if it's going to happen? It happens because DGIndex determines the audio delay based on the difference in the audio and video timestamps at the start of the project, the assumption being that it is constant throughout. But for these sources the timestamps are reset to zero after the black spell at the beginning, and so the calculated delay is wrong. You can tell by dumping the timestamps and looking at them but that takes more savvy than many casual users possess. So my advice is to develop the habit of always skipping over leading black video. It has no useful information so nothing is lost.
Rashik
17th April 2010, 10:47
Hello everybody
Megui isn't reading mkv container. It says
"Avisynth script error:
DirectShowSource: RenderFile, the filter graph manager won't talk to me"
What is wrong?
Archer
17th April 2010, 13:57
Hi everyone. I have a problem. I have Win 7 x64, avisynth 2.5.8 and CCCP installed, but my megui crashes without any errors, it simply stops working and the system is "searching for a solution". I've tried many things, but I failed to get megui working. I will be really grateful for any kind of help.
Soliloquy
17th April 2010, 19:36
Why does MEGUI -> AVS Script creator's video preview say that my movie clip has one frame less than if i open the same video clip through the main MEGUI window?
nurbs
17th April 2010, 19:42
Maybe one of them starts counting frames at 0, the other starts at 1.
Soliloquy
17th April 2010, 19:52
That's... confusing. >_>
Zathor
17th April 2010, 20:28
Why does MEGUI -> AVS Script creator's video preview say that my movie clip has one frame less than if i open the same video clip through the main MEGUI window?
Please post more details how to reproduce this.
Maybe one of them starts counting frames at 0, the other starts at 1.No, both count the same way.
Soliloquy
17th April 2010, 20:33
Then why do they differ by one frame?
Chumbo
18th April 2010, 15:22
I searched the thread for an answer but didn't find one. Basically the encoder is blowing up after it's done which, on multiple passes, never gets to the nth pass. I ran the command line and this is what I got (which explained the error in the log):
http://img210.imageshack.us/img210/2307/win7crash.png (http://img210.imageshack.us/i/win7crash.png/)
I tried setting the executables to run as Administrator and to Win XP Sp3 compatibility mode without success. I also ran the command line as administrator with no success. Any ideas? Thank you.
I'm running Win7 Ultimate 64 bit
Soliloquy
18th April 2010, 15:59
Nevermind, the differing frame count was
DirectShowSource("x", fps=23.976, audio=false, convertfps=true)
vs
DirectShowSource("x")
Still, was kinda funny when script creator said 3021 frames, main window 3022 frames and the encoder process reported 3023 frames.
LigH
19th April 2010, 08:50
@ Rashik:
To read the content of an MKV movie, MeGUI has two options:
a) It may rely on DirectShow filters installed in your Windows system. If you installed any. Especially a "Splitter" filter which is able to extract the video and audio (etc.) content from inside the MKV container. Without such filters, basic Media Player applications (like the MS Windows Media Player) - relying on the DirectShow system - won't know how to read MKV files; and MeGUI neither. One possible filter is the "Haali Media Splitter" (MatroskaSplitter). Advantage: You don't need to know much about it. Disadvantage: You may not know which decoder is used, and if it has high quality, accuracy, reliability (e.g. some DirectShow decoders are able to skip frames, which would ruin a 2-pass conversion).
b) You extract the content manually, prepare it if required (e.g. build an index file for contained AVC video) and open that in MeGUI. Advantage: AviSynth plugins with high quality and reliability can be used for loading the content. Disadvantage: You need to learn how to do it.
fabiospark
19th April 2010, 20:14
I'm doing some tests to see what are the best settings to convert my family DV videos to x264 with Megui.
For now I just want to deinterlace the source but I've been asked to convert to YV12 so this is my .avs:
AVISource("P:\DV aggregati\Good for testing 2.avi", audio=false)
ConvertToYV12()
Load_Stdcall_Plugin("C:\Programmi\megui\tools\yadif\yadif.dll")
Yadif(order=0)
When the video encoding process ends and the .mp4 file is created I'm getting an x264 crash report: is it something I'm doing wrong?
Thanks.
By the way: where should I look to learn how to best convert my DVs (not HDVs) to mp4?
I tried Google but it's not easy to know in advance which link will not waste your time).
Thanks again.
akombakom27
19th April 2010, 20:56
Zathor: I'm such a noob, so I don't know how to get all that info you required. But I did the next thing instead. Here is a link, I zipped the old megui to the "old" folder and some screens in the "new" folder. I did everything the same way as on the pictures with the "old" megui, just with the x264_dp_ DXVA-HD-Insane profile and I changed the default settings to Automated 2pass, everything else was untouched.
http://www.megaupload.com/?d=N5C00V2C
And yet another thing. This happens with all versions of MeGUI. When I try to rip 1080p or 720p mkv source to an SD XviD (resizing to 720x304 or 720x400) with "XviD: 2pass HQ (no Qpel)" and I set the bitrate to 2000 in the Birate Calculator the bitrate I choose is OK just for the first 5 or 6 encodings. After that the bitrate changes randomly from 1300 to 3600 depending on movie. A reinstallation of MeGUI didn't solve this problem, just the reinstallation of the whole PC.
I'm using Win7 Ultimate.
Chumbo
23rd April 2010, 00:29
I searched the thread for an answer but didn't find one. Basically the encoder is blowing up after it's done which, on multiple passes, never gets to the nth pass. I ran the command line and this is what I got (which explained the error in the log):
http://img210.imageshack.us/img210/2307/win7crash.png (http://img210.imageshack.us/i/win7crash.png/)
I tried setting the executables to run as Administrator and to Win XP Sp3 compatibility mode without success. I also ran the command line as administrator with no success. Any ideas? Thank you.
I'm running Win7 Ultimate 64 bit
Am I the only one who has this problem? Would appreciate any help please. I've searched and searched and have not found any solutions here or on the web.
Zathor
23rd April 2010, 05:48
Please post the log.
Try running the commandline you found there regarding vfw4x264 manually in a cmd window - any error output / same problem? Try renaming avs4x264.exe and x264.exe to vfw4x264 (copy & rename so that the original files are still available).
akombakom27
23rd April 2010, 13:16
Zathor: Sorry, I don't know how to run vfw4x264 manually in a cmd window. And I don't know what to rename. In the "new" properly updated MeGUI there already are the next files:
avs4x264.exe
vfw4x264.exe
x264.exe
x264_64.exe
Here is the "old" MeGUI's log, here I'm getting error all the time:
[Information] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.1.1056
--[NoImage] OS : Windows Seven x86 (6.1.0.7600)
--[NoImage] Latest .Net Framework installed : 2.0 (2.0.50727.0)
-[Information] Hardware
--[NoImage] CPU : Intel(R) Core(TM)2 Duo CPU P7350 @ 2.00GHz
-[Information] Log for job1 (video, test.avs -> )
--[Information] [2010.04.23. 14:03:44] Started handling job
--[Information] [2010.04.23. 14:03:44] Preprocessing
--[NoImage] Job commandline: "C:\Program Files\MeGui\tools\x264\x264.exe" --profile high --level 4.1 --preset fast --pass 1 --bitrate 4500 --stats "D:\TEST\test_.stats" --thread-input --deblock -1:-1 --bframes 3 --b-adapt 2 --direct auto --b-bias 0 --scenecut 40 --ref 4 --vbv-bufsize 50000 --vbv-maxrate 50000 --rc-lookahead 40 --no-mbtree --aq-mode 1 --aq-strength 1.0 --merange 32 --me tesa --subme 9 --partitions p8x8,b8x8,i4x4,i8x8 --trellis 2 --psy-rd 1.0:0 --no-dct-decimate --output NUL "D:\TEST\test.avs"
--[Information] [2010.04.23. 14:03:45] Encoding started
--[NoImage] Standard output stream
--[NoImage] Standard error stream: C:\Program Files\MeGui\tools\x264\x264.exe: unrecognised option `--rc-lookahead'
--[Information] [2010.04.23. 14:03:45] Job completed
Really sorry that my knowledge is just basic with the command line stuff and other things. :(
gino25
23rd April 2010, 17:56
today megui updater doesn't work... Is it normal?
Chumbo
24th April 2010, 00:59
Please post the log.
Try running the commandline you found there regarding vfw4x264 manually in a cmd window - any error output / same problem? Try renaming avs4x264.exe and x264.exe to vfw4x264 (copy & rename so that the original files are still available).
I'm not sure if your response is to my inquiry or not, but I did run it via the command line and tried the rename trick with the same results. The encoding finishes successfully and it seems to crash after that when it attempts to do its clean up and close or something like that.
Here's the log if it'll help.[Information] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.4.0
--[NoImage] OS : Windows Seven Ultimate Edition x64 (6.1.0.7600)
--[NoImage] Latest .Net Framework installed : 3.5 SP1 (3.5.30729.4926)
--[NoImage] Avisynth Version : 2.5.8.5
-[Information] Log for job3 (video, 216.avs -> )
--[Information] [4/23/2010 6:55:36 PM] Started handling job
--[Information] [4/23/2010 6:55:36 PM] Preprocessing
--[NoImage] Job commandline: "D:\Program Files (x86)\megui\tools\x264\vfw4x264.exe" --pass 1 --bitrate 3204 --stats "E:\Media\Video\work\temp\216.stats" --slow-firstpass --thread-input --vbv-maxrate 31250 --sar 1:1 --output NUL "E:\Media\Video\work\temp\216.avs"
--[Information] [4/23/2010 6:55:36 PM] Encoding started
--[NoImage] Standard output stream
--[NoImage] Standard error stream
---[NoImage] yuv [info]: 1280x720p 1:1 @ 30000/1001 fps (cfr)
---[NoImage] x264 [warning]: VBV maxrate specified, but no bufsize, ignored
---[NoImage] x264 [info]: using SAR=1/1
---[NoImage] x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
---[NoImage] x264 [info]: profile High, level 3.1
---[NoImage]
---[NoImage] x264 [info]: frame I:1 Avg QP:18.56 size: 22222
---[NoImage] x264 [info]: frame P:79 Avg QP:15.51 size: 12133
---[NoImage] x264 [info]: frame B:121 Avg QP:14.62 size: 3230
---[NoImage] x264 [info]: consecutive B-frames: 18.5% 2.0% 1.5% 78.0%
---[NoImage] x264 [info]: mb I I16..4: 53.3% 32.6% 14.1%
---[NoImage] x264 [info]: mb P I16..4: 11.2% 2.9% 2.0% P16..4: 21.2% 6.4% 4.3% 0.0% 0.0% skip:52.0%
---[NoImage] x264 [info]: mb B I16..4: 1.1% 0.2% 0.1% B16..8: 13.1% 1.7% 0.4% direct: 1.7% skip:81.8% L0:43.3% L1:45.8% BI:10.9%
---[NoImage] x264 [info]: final ratefactor: 10.92
---[NoImage] x264 [info]: 8x8 transform intra:18.1% inter:63.6%
---[NoImage] x264 [info]: coded y,uvDC,uvAC intra: 16.1% 56.1% 36.5% inter: 6.0% 11.7% 5.2%
---[NoImage] x264 [info]: i16 v,h,dc,p: 44% 53% 2% 1%
---[NoImage] x264 [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 16% 58% 1% 1% 2% 1% 2% 2%
---[NoImage] x264 [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 23% 45% 23% 1% 2% 2% 1% 1% 1%
---[NoImage] x264 [info]: Weighted P-Frames: Y:0.0%
---[NoImage] x264 [info]: ref P L0: 67.8% 19.3% 5.9% 7.0%
---[NoImage] x264 [info]: ref B L0: 80.8% 16.2% 3.0%
---[NoImage] x264 [info]: ref B L1: 95.8% 4.2%
---[NoImage] x264 [info]: kb/s:1636.08
---[NoImage] encoded 201 frames, 33.50 fps, 1636.08 kb/s
--[Information] [4/23/2010 6:55:56 PM] Job completed
Ruriko
26th April 2010, 12:07
I can't open up any video files it gives a error saying there is no function named directshowsource. I have the latest avisynth installed and I checked if directshowsource.dll is in the plugin folder which it is. How can I fix this problem?
LigH
26th April 2010, 12:36
@ fabiospark:
- Yadif is not the most intelligent deinterlacer. Only a very fast one. Some people don't recommend it if quality is an important matter.
- DV usually has "Bottom Field First" order, so "order=0" is probably correct.
- ConvertToYV12() without using the parameter "interlaced=true" for interlaced material may produce false colors each second pair of lines - except AVISource() returned YV12 already (then it does nothing).
- Try to request YV12 already in AVISource via pixel_type (depends on the VfW codec if supported, and possibly on your video norm: PAL DV is already close to YV12, NTSC DV is not - IIRC).
Your crash can have many reasons. Like e.g. the stability of your codec handling aborted video streams. Because one pass ran to the end, it is probably not your script's fault.
__
@ Ruriko:
What is your exact operating system? (There might be quirks making the 16/32 bit AviSynth run on 64 bit systems...)
And is your plugin directory registered correctly in the Registry?
And does it work when you explicitly use LoadPlugin() with DirectShowSource.dll?
Ruriko
27th April 2010, 12:27
My server is 64bit but I installed in the 86x programs folder. It doesn't work when I try to use LoadPlugin() it says unable to open. It seems to work if the dll file is located outside of program files. Is there a way to set the path to directshowsource in megui? Where is it registered in the registry?
Vincent Vega
27th April 2010, 15:35
this has been discussed in this forum many times, but what's the current rule with latest build of megui + x264 interlaced encoding from interlaced (tff) source. by simply checking "Encode Interlaced" i end up with dvavcindex reporting frame struct mbaff for my encode. i tried adding --tff to custom command line but still same mbaff encode as result.
btw i also tried feeding the same video deinterlaced to x264 in megui (tivtc according to megui analyze function), resultant supposedly progressive video also showed up as mbaff in dgavcindex.
Vincent Vega
28th April 2010, 09:16
hello..
anybody here?
nurbs
28th April 2010, 10:29
So you wanted to encode an interlaced stream, told x264 to encode interlaced and dgavcindex tells you the result is interlaced. Then you took a progressive stream, told x264 to encode it as interlaced and dgavcindex again tells you the result is encoded interlaced. What's the problem?
Vincent Vega
28th April 2010, 11:13
1) i took interlaced source (frame struct: fields/tff) fed it to x264 in megui as interlaced (only avcsource() in the script), checked interlaced encoding in x264 config. resulting encode is frame struct MBAFF. why source was fields/tff and result is MBAFF? these are not the same stream types, right?
2) the progressive encoding problem was my mistake, i just rechecked, sorry
nurbs
28th April 2010, 11:43
In the H.264 standard there are 2 different methods for encoding interlaced content. One of them, the only one x264 supports, is MBAFF (macroblock-adaptive frame-field). If a stream was encoded with the MBAFF method dgavcindex will display that it was encoded with MBAFF, because each macroblock in the frame can be encoded either in frame or in field mode. Since generally you can have a mix of both there is no point in displaying Frame, Fields (TFF) or Fields (BFF) as the frame structure since each frame can be a mix of those.
In practice x264s MBAFF isn't really adaptive, all blocks are encoded in field mode, but since dgavcindex is supposed to display the properties of H.264 streams in general and not x264 encoded ones in particular it wouldn't make sense to display anything else.
Vincent Vega
28th April 2010, 15:49
many thanks nurbs
Takenover83
29th April 2010, 03:57
I am not sure this is the proper place to ask this. I thought of creating a new thread, but decided to give this a shot first. Will we be seeing iPad profiles? I have been tinkering with the iPhone profiles, but I am just a novice, and many of the settings are best left to people who know more then I do. I know the AVC Level can be changed to 3.1, and the number of reference frames can change quiet a bit based on resolution (7 I think for 1024x*). But that's about all I tinkered with. This is the official info, but I know it goes much deeper then these simple specs. I am looking to stick to 1024x* for the best quality vs size. (screen size is 1024x768)
iPad Supported Video/Movie Formats
* H.264 video (up to 720p, 30 frames per second; main profile level 3.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats)
* MPEG-4 video (up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, simple profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats).
iPad Supported Music & Audio Formats
# AAC (16 to 320 Kbps)
# protected AAC (from iTunes Store)
# MP3 (16 to 320 Kbps), MP3 VBR
# Audible (formats 2, 3, and 4)
# Apple Lossless
# AIFF
# WAV.
Vincent Vega
2nd May 2010, 16:48
all the latest updates and everything worked fine i think a few weeks ago :confused:
now i get this log with source dts-ma, lpcm and wav samples:
[Error] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.4.13
--[NoImage] OS : Windows XP Professional x86 SP2 (5.1.131072.2600)
--[NoImage] Latest .Net Framework installed : 3.5 (3.5.30729.01)
--[NoImage] Avisynth Version : 2.5.8.5
-[Error] Log for job2 (audio, source_dts-ma_5.1_16bit_48khz.dts -> source_dts-ma_5.1_16bit_48khz.ac3)
--[Information] [5/2/2010 7:31:44 PM] Started handling job
--[Information] [5/2/2010 7:31:44 PM] Preprocessing
--[NoImage] Avisynth script
---[NoImage] LoadPlugin("C:\Program Files\megui\tools\avisynth_plugin\NicAudio.dll")
---[NoImage] NicDtsSource("E:\My Documents\multiAVCHD\source_dts-ma_5.1_16bit_48khz.dts")
---[NoImage] return last
--[NoImage] Commandline used: -readtoeof 1 -b 448 - "{0}"
--[Information] [5/2/2010 7:31:45 PM] Encoding started
--[Information] [5/2/2010 7:31:45 PM] Encode thread started
--[Information] [5/2/2010 7:31:45 PM] Avisynth script environment opened
--[Information] [5/2/2010 7:31:47 PM] Script loaded
--[Information] Output Decoder
---[NoImage] Channels: 6
---[NoImage] Bits per sample: 32
---[NoImage] Sample rate: 48000
--[NoImage] Commandline: C:\Program Files\megui\tools\aften\aften.exe -readtoeof 1 -b 448 - "E:\My Documents\multiAVCHD\source_dts-ma_5.1_16bit_48khz.ac3"
--[Information] [5/2/2010 7:31:47 PM] 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
--[Information] [5/2/2010 7:31:55 PM] Job completed
-[Error] Log for job3 (audio, eac3to_lpcm_5.1_16bit_48khz.lpcm -> eac3to_lpcm_5.1_16bit_48khz.ac3)
--[Information] [5/2/2010 7:31:55 PM] Started handling job
--[Information] [5/2/2010 7:31:55 PM] Preprocessing
--[NoImage] Avisynth script: return last
--[NoImage] Commandline used: -readtoeof 1 -b 448 - "{0}"
--[Information] [5/2/2010 7:31:56 PM] Encoding started
--[Information] [5/2/2010 7:31:56 PM] Encode thread started
--[Information] [5/2/2010 7:31:56 PM] Avisynth script environment opened
--[Error] An error occurred
---[NoImage] Exception message: The script's return was not a video clip.
---[NoImage] Stacktrace
----[NoImage] at MeGUI.AviSynthClip..ctor(String func, String arg, AviSynthColorspace forceColorspace, AviSynthScriptEnvironment env)
----[NoImage] at MeGUI.AviSynthAudioEncoder.encode()
---[NoImage] Inner exception: null
--[Information] [5/2/2010 7:31:58 PM] Job completed
-[Error] Log for job4 (audio, eac3to_wav_5.1_16bit_48khz.wav -> eac3to_wav_5.1_16bit_48khz.ac3)
--[Information] [5/2/2010 7:31:58 PM] Started handling job
--[Information] [5/2/2010 7:31:58 PM] Preprocessing
--[NoImage] Avisynth script
---[NoImage] LoadPlugin("C:\Program Files\megui\tools\avisynth_plugin\NicAudio.dll")
---[NoImage] RaWavSource("E:\My Documents\multiAVCHD\eac3to_wav_5.1_16bit_48khz.wav")
---[NoImage] return last
--[NoImage] Commandline used: -readtoeof 1 -b 448 - "{0}"
--[Information] [5/2/2010 7:31:58 PM] Encode thread started
--[Information] [5/2/2010 7:31:58 PM] Encoding started
--[Information] [5/2/2010 7:31:58 PM] Avisynth script environment opened
--[Information] [5/2/2010 7:32:01 PM] Script loaded
--[Information] Output Decoder
---[NoImage] Channels: 6
---[NoImage] Bits per sample: 16
---[NoImage] Sample rate: 48000
--[NoImage] Commandline: C:\Program Files\megui\tools\aften\aften.exe -readtoeof 1 -b 448 - "E:\My Documents\multiAVCHD\eac3to_wav_5.1_16bit_48khz.ac3"
--[Information] [5/2/2010 7:32:01 PM] 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
--[Information] [5/2/2010 7:32:03 PM] Job completed
Taurus
2nd May 2010, 17:17
@Vincent Vega
Maybe related to this:http://forum.doom9.org/showthread.php?p=1395842#post1395842
Vincent Vega
2nd May 2010, 17:58
maybe Taurus..
i'm also on AthlonXP, but using only one worker always
Edit: my other machine at work is E4500+P35, no probs there, that's where i did all the latest encodes with the same megui version.
Zathor
2nd May 2010, 20:58
maybe Taurus..
i'm also on AthlonXP, but using only one worker always
Please use this aften build:
http://megui.org/auto/aften_r832.zip
I cannot switch it on the update server because I am not at home these days and do not have the password for the ftp account with me. I should be able to switch it in the next days.
Vincent Vega
2nd May 2010, 22:00
thank you Zathor, it worked.
so is there any hope for a revised latest aften build that will be also usable on old amd computers?
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.