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
12th June 2006, 13:08
resolution, fps, bitrate...?

M.H.A.Q.S.
13th June 2006, 10:19
The resolution varies as I have tried to encode many movies. The FPS is mostly set to 29.97 and the bitrate for audio and video varies between 50-128. I use AAC audio encoder for audio encoding when there is a need.

Here is the log from x264gui, just for reference.


---------- AviSynth Script ----------

DirectShowSource("C:\Documents and Settings\mhaqs\Desktop\alone_wmvlowwide.wmv")
Crop(0,0,-0,-0)
BicubicResize(592,336,0,0.5)

---------- Audio Encoding ----------

Command Line: "C:\Documents and Settings\mhaqs\Desktop\x264gui\bin\Applications\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\mhaqs\Desktop\alone_wmvlowwide.wav" -output "C:\Documents and Settings\mhaqs\Desktop\alone_wmvlowwide_AudioOutput.mp4" ) -azid( -c normal -L -3db ) -ota( -d 0 -g max ) -bse( -vbr 0.5 )

---------- Audio Encoding Statistics ----------

Start time: 2:14:32 PM
End time: 2:14:42 PM
Duration: 00:00:09
Speed: 366 fps
Size: 1.7 MB
Bitrate: 127.82 kbps
Video Bitrate: 50239 -> 50171

---------- x264 Single/First Pass Encoding ----------

Command Line: "C:\Documents and Settings\mhaqs\Desktop\x264gui\bin\Applications\x264\x264.exe" --crf 22 --ref 3 --bframes 3 --b-pyramid --weightb --b-rdo --bime --analyse all --8x8dct --subme 6 --trellis 1 --mixed-refs --progress --no-psnr --output "C:\Documents and Settings\mhaqs\Desktop\alone_wmvlowwide_EncoderOutput.mp4" "C:\Documents and Settings\mhaqs\Desktop\alone_wmvlowwide.avs"

---------- x264 Single/First Pass Encoding Statistics ----------

Start time: 2:14:42 PM
End time: 2:19:45 PM
Duration: 00:05:03
Speed: 11 fps

---------- Muxing ----------

Command Line: "C:\Documents and Settings\mhaqs\Desktop\x264gui\bin\Applications\MP4Box\MP4Box.exe" -add "C:\Documents and Settings\mhaqs\Desktop\alone_wmvlowwide_EncoderOutput.mp4:name=Video" -add "C:\Documents and Settings\mhaqs\Desktop\alone_wmvlowwide_AudioOutput.mp4:lang=eng:name=English:sbr" -new "C:\Documents and Settings\mhaqs\Desktop\alone_wmvlowwide.mp4"

---------- Muxing Statistics ----------

Start time: 2:19:45 PM
End time: 2:19:45 PM
Duration: 00:00:00
Speed: 8731 fps

---------- Overall Statistics ----------

Start time: 2:14:32 PM
End time: 2:19:45 PM
Duration: 00:05:12

sjchmura
14th June 2006, 21:05
Ok, I want to move from Recode to the High Profile, Dual core support of MeGUI/X264 :)

I have nero 7 installed. Should I use this or another audio method? So far the megui is bombing on the Ac3 so i assume this is due to nero 7 being "locked" from other software.

Is the "directshow" drop down using AVIsynth (read another post). If so how do I ensure the AVIsynth method is being used and updated properly..

ChronoCross
14th June 2006, 21:13
Megui no longer supports nero 7. It uses instead their free AAC encoder. try updating to the latest version of megui and use the updater to download the needed files.

sjchmura
14th June 2006, 22:27
Wow - never knew the updater works that way :) I thought only StaxRip. Sorry - RFM :)

M.H.A.Q.S.
15th June 2006, 08:47
c'mon guys. Does nobody know what is wrong with the encoding done with x264??

check
15th June 2006, 12:45
@ MHAQS,if the only problem is that you cannot output to anything but mp4, can't you simply remux the file after it is output?

My question: I've run into no troubles with adaptive muxer, has anyone found any problems with it?

thuongshoo
20th June 2006, 05:07
Hi !
I open AVS file.
You know! If I choose 2pass- 1st pass, I can't choose container and video output filename.
I click Enqueue. Megui says " video output filename does not have the correct extention. Based on current settings, it should be mp4"
and for clicking "Queeu analysis pass", Megui says "Error : Could not add job to queue. Make sure that all the details are enterd correctly "

Please help me !
Thank you !

jellysandwich
20th June 2006, 17:46
A few questions:

1) Does MeGUI automatically convert .srt subs to .ttxt (I'm worried about a MP4 spec compliant issue)?
2) Why doesn't MeGUI's muxer allow .ttxt subs in the first place?
3) After muxing a file, how can I access the subs in that file? Ie, if I load the file into mmg/mkvmerge, it will see the video and audio streams but not the subtitles.

js

Doom9
20th June 2006, 18:07
Does MeGUI automatically convert .srt subs to .ttxt Yes and No. No, MeGui doesn't do that, but mp4box does and since MeGUI uses mp4box...
Why doesn't MeGUI's muxer allow .ttxt subs in the first place?Because srt is pretty much the standard format for textual subs?
3) Do these tools even support all MP4 flavors? I mean the obvious way is to install the appropriate mp4 playback filters and play the file.. not try to remux it into something else. mp4box might be able to extract the subs again (it will certainly list them as a track) but I've never had the need to try this out.

jellysandwich
20th June 2006, 19:10
Yep, mp4box can indeed extract it. I was just wondering if it was possible just in case I needed to remux for some reason. Thanks a bunch.

js

ariga
21st June 2006, 09:34
The download link to chronocross's site on sourceforge is incorrect.

Is there an alternative to running the autoupdate to get the latest builds ? Often the PC I use to browse doesn't have .Net 2 :(

daverc
21st June 2006, 11:29
@ariga : i think MeGui is now hosted on x264.nl

I just noticed there's no obvious way to get MeGUI when you google for it. First answers are doom9 posts, or sourceforge page. And they all are more or less outdated.

It could give a boost to the project if someone puts a link to x264.nl (http://x264.nl) on top of each of these pages.

check
21st June 2006, 11:34
The autoupdate server is here: http://megui.org/auto/

check
22nd June 2006, 01:18
Can someone please explain what "Use Advanced ToolTips" in the options does? Thanks.

ChronoCross
22nd June 2006, 02:16
Can someone please explain what "Use Advanced ToolTips" in the options does? Thanks.

if you hover over a checkbox it will display an information bubble. if this option is unchecked those do not appear.

Revgen
22nd June 2006, 02:51
Doesn't Xvid encraw support multithreading?

MeGUI doesn't seem to have any multithreading options to choose from for Xvid. I'd appreciate it if they were added. Thanks. :thanks:

ChronoCross
22nd June 2006, 03:23
Doesn't Xvid encraw support multithreading?

MeGUI doesn't seem to have any multithreading options to choose from for Xvid. I'd appreciate it if they were added. Thanks. :thanks:

xvid encraw does support it however this is a feature part of the 1.2CVS. I'm not sure if megui supports using it yet. Sharktooth or berrinam or even doom9 might know better.

Revgen
22nd June 2006, 04:58
Okay I'll contact berrinem.

ariga
22nd June 2006, 07:29
Thanks, daverc & check.

Blue_MiSfit
22nd June 2006, 10:07
Strange.. I formatted this evening and figured I would give the new MeGUI auto-update thing a try. So I installed the latest build from x264.nl - 0.2.3.2175 - and when it auto updates neroaacenc is not available.

Any word on what's happening, or what a fix could be?


realized I have to get this file myself from nero's website due to licensing issues. All is well


This feature is unbelievably cool. No more digging through the forums and my archives!

Thanks!!!

~MiSfit

thuongshoo
23rd June 2006, 04:54
Hi !
I open AVS file.
You know! If I choose 2pass- 1st pass, I can't choose container and video output filename.
I click Enqueue. Megui says " video output filename does not have the correct extention. Based on current settings, it should be mp4"
and for clicking "Queeu analysis pass", Megui says "Error : Could not add job to queue. Make sure that all the details are enterd correctly "

Please help me !
Thank you !

I try to use version which is at sourgeforce.net. This version allow me to choose container when I choose 2pass-1st pass.



I have new problem ! I have no output file when I finished encoding 2pass-2ndpass.
Log for job job3

avis [info]: 320x240 @ 23.98 fps (7156 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
x264 [info]: slice I:50 Avg QP:25.02 size: 12924
x264 [info]: slice P:3825 Avg QP:27.21 size: 2648
x264 [info]: slice B:3281 Avg QP:29.26 size: 651
x264 [info]: mb I I16..4: 4.4% 22.6% 72.9%
x264 [info]: mb P I16..4: 1.7% 3.7% 3.0% P16..4: 51.9% 10.8% 5.7% 1.1% 0.5% skip:21.6%
x264 [info]: mb B I16..4: 0.1% 0.5% 0.4% B16..8: 13.4% 1.6% 2.2% direct: 9.9% skip:72.0%
x264 [info]: final ratefactor: 26.26
x264 [info]: 8x8 transform intra:42.3% inter:39.9%
x264 [info]: direct mvs spatial:98.6% temporal:1.4%
x264 [info]: kb/s:346.0

Actual bitrate after encoding without container overhead: 346.09

----------------------------------------------------------------------------------------------------------
Starting job job4 at 17:22:47 PM
Job is a video job. encoder commandline:
--pass 2 --bitrate 351 --stats "C:\Documents and Settings\Administrator\My Documents\stat.stat" --keyint 240 --min-keyint 24 --ref 6 --mixed-refs --no-fast-pskip --bframes 5 --b-pyramid --b-rdo --bime --weightb --subme 7 --trellis 1 --analyse all --8x8dct --direct auto --b-bias 3 --me umh --progress --no-psnr --output "E:\SES\shoo yarc01.mp4" "E:\SES\shoo yarc01.avs"
successfully started encoding
Processing ended at 17:23:01 PM
----------------------------------------------------------------------------------------------------------

Log for job job4

desired video bitrate of this job: 351 kbit/s - obtained video bitrate: 0 kbit/s
----------------------------------------------------------------------------------------------------------



Starting job job13 at 11:06:11 AM
Job is a video job. encoder commandline:
--pass 1 --bitrate 351 --stats "C:\Documents and Settings\Administrator\My Documents\021119_Shoo_HEYx3.stats" --no-fast-pskip --bframes 1 --bime --weightb --subme 1 --trellis 2 --analyse all --8x8dct --direct auto --b-bias 5 --me dia --progress --output NUL "C:\Documents and Settings\Administrator\My Documents\021119_Shoo_HEYx3.avs"
successfully started encoding
Processing ended at 11:09:36 AM
----------------------------------------------------------------------------------------------------------

Log for job job13

avis [info]: 320x240 @ 23.98 fps (6257 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
x264 [info]: slice I:61 Avg QP:22.15 size: 11219 PSNR Mean Y:42.65 U:44.54 V:45.92 Avg:43.32 Global:42.98
x264 [info]: slice P:3280 Avg QP:24.65 size: 2759 PSNR Mean Y:39.93 U:41.88 V:43.40 Avg:40.63 Global:40.14
x264 [info]: slice B:2916 Avg QP:26.75 size: 660 PSNR Mean Y:39.24 U:41.73 V:43.30 Avg:40.04 Global:39.55
x264 [info]: mb I I16..4: 3.4% 23.3% 73.3%
x264 [info]: mb P I16..4: 1.3% 3.2% 3.0% P16..4: 59.9% 11.7% 6.4% 1.3% 0.6% skip:12.7%
x264 [info]: mb B I16..4: 0.0% 0.2% 0.3% B16..8: 14.2% 1.3% 2.2% direct:14.3% skip:67.5%
x264 [info]: final ratefactor: 24.44
x264 [info]: 8x8 transform intra:38.7% inter:46.0%
x264 [info]: direct mvs spatial:99.8% temporal:0.2%
x264 [info]: PSNR Mean Y:39.634 U:41.836 V:43.377 Avg:40.380 Global:39.871 kb/s:357.35

Actual bitrate after encoding without container overhead: 357.43

----------------------------------------------------------------------------------------------------------
Starting job job14 at 11:09:36 AM
Job is a video job. encoder commandline:
--pass 2 --bitrate 351 --stats "C:\Documents and Settings\Administrator\My Documents\021119_Shoo_HEYx3.stats" --ref 5 --mixed-refs --no-fast-pskip --bframes 5 --b-pyramid --b-rdo --bime --weightb --subme 7 --trellis 2 --analyse all --8x8dct --direct auto --b-bias 5 --me umh --progress --output "C:\Documents and Settings\Administrator\My Documents\021119_Shoo_HEYx3.mp4" "C:\Documents and Settings\Administrator\My Documents\021119_Shoo_HEYx3.avs"
successfully started encoding
Processing ended at 11:09:38 AM
----------------------------------------------------------------------------------------------------------

Log for job job14

Carpo
23rd June 2006, 07:03
ok heres two little questions i think should go here

(note im not asking which is better on this one:) )

1st

which has more support mkv or mp4 - i would like to use the one which is more widely supported

2nd

seeing as i have a few pcs now (wifes childrens) i was thinkning of getting win2k3 standard server and do all the encodes from there (as well as other things)- has anyone used megui on that sort of OS ? if so any issues ?

Morte66
23rd June 2006, 08:45
which has more support mkv or mp4 - i would like to use the one which is more widely supported

Do you mean "which container supports more content", or "which "container is supported by more players/tools"?

I'd say mkv is better for content. But if a certain piece of software only handles one of them, then it's probably mp4.

Carpo
23rd June 2006, 08:58
"which "container is supported by more players/tools"?


was what i meant :)

Doom9
23rd June 2006, 12:36
I try to use version which is at sourgeforce.net.That's a very old revision ---- wait scratch that.. a rather up-to-date is now up but it was just placed there two days ago.. so you should always indicate the revision you're using.
I have no output file when I finished encoding 2pass-2ndpass. Whomever asked that we put a start and end time for a process in there (I initially was opposed to that but now I bow to the wisdom behind this request even though it probably wasn't meant in the same spirit as I find it useful now), inadvertedly added a feature that more people should be aware of:

The log shows you the total processing time for every single job. Armed with that, if video encoding only takes a few seconds.. that should sound an ear-piercing alarm.

Your job3: you can't encode more than 7000 frames in 16 seconds.. it's just impossible. Job4: you can't encode more than 6000 frames 2 seconds.. it's even more impossible.
Add another piece of crucial information: When x264 craps out for some reason, it not always tells megui why it crapped out.. those are the cases when you need to take the commandline from megui, and run the job manually from the commandline.. you're likely to find out what exactly went wrong when you do that. If you don't know what that means, I wrote instructions in the bugreport thread.

Sharktooth
23rd June 2006, 13:00
I've just updated the SF version to 2177.

Dkruskie
24th June 2006, 00:16
Strange.. I formatted this evening and figured I would give the new MeGUI auto-update thing a try. So I installed the latest build from x264.nl - 0.2.3.2175 - and when it auto updates neroaacenc is not available.

Any word on what's happening, or what a fix could be?


realized I have to get this file myself from nero's website due to licensing issues. All is well



~MiSfit


so where do I put the neroaacenc so megui recognizes it?

jellysandwich
24th June 2006, 00:30
so where do I put the neroaacenc so megui recognizes it?

It doesn't matter where you put it. You need to edit the autoupdate.xml file to make it think that it currently has the latest version installed. For example,

<iUpgradeable xsi:type="ProgramFile">
<DownloadChecked>false</DownloadChecked>
<SavePath>D:\encoding\megui\tools\neroaacenc\neroaacenc.exe</SavePath>
<CurrentVersion>
<FileVersion>2006-05-26</FileVersion>
<Url>naac_20060526.zip</Url>
</CurrentVersion>
<AvailableVersions>
<Version>
<FileVersion>2006-05-08</FileVersion>
<Url>naac_20060508.zip</Url>
</Version>
<Version>
<FileVersion>2006-05-26</FileVersion>
<Url>naac_20060526.zip</Url>
</Version>
</AvailableVersions>
<AllowUpdate>true</AllowUpdate>
<Name>neroaacenc</Name>
<TreeViewID>UpdateableFiles.ProgramFile</TreeViewID>
<NeedsRestartedCopying>false</NeedsRestartedCopying>
</iUpgradeable>

I imagine you could just take it out entirely, but I'm not sure. And of course, you could also simply wait for the developers to take care of it.

js

Hesse
24th June 2006, 02:19
I'm using MeGUI for the first time and did a quick search of the forum but didn't find a solution, so I thought I'd post. I'm trying to encode my episodes of American Dad. When generating the AVS script, the guide says to use the "Analyze" on the Filters tab to check the source to determine the type and which deinterlacing is required. However, it fails on the one episode that I've tried (S1E12). I'm using v0.2.3.2177 of MeGUI.

This is what it says:


Source type: For your reference:
Progressive sections: 0
Interlaced sections: 0
Partially Static Sections: 137
Film Sections: 14
Source does not have enough data. This either comes from an internal error or an unexpected source type.


Then the only option is "Do nothing (Source Detection is stuck)".

I tried checking the deinterlace box, but of course there was nothing in the AVS script. I went ahead and encode the episode, but the source output was interlaced as expected. If I deinterlace using ffdshow, it sort of works. But I've noticed that the various deinterlacers have trouble with these episodes (I've tried AutoGK and several different deinterlacing methods in GK).

Is there a way to select the deinterlacing in the GUI? I don't know anything about AVS scripts, so I wouldn't know how to add a deinterlacing method manually.

Any help is appreciated.

berrinam
24th June 2006, 02:22
Two suggestions:
Try bautodeint (http://forum.doom9.org/showthread.php?t=111870&highlight=bautodeint) to see if it recommends anything. Unfortunately, it has no GUI, so you'll have to run it in commandline form, inputting an avs file which contains the first line of the script MeGUI generates (just the input). It'll hopefully say what kind of source you have, in which case you can tell us and we can recommend some filters.
Upload a small sample of your source somewhere, so we can look at it.

Hesse
24th June 2006, 02:44
berrinam,

Thanks for the suggestion. I tried your tool with the following result:

E:\DVD\AMERICANDAD\DISC3\112\112_MEGUI>bautodeint --input 112.avs
BAutoDeint [info]: Number of sections of type `unknown': 137
BAutoDeint [info]: Number of sections of type `film': 14
BAutoDeint [info]: There are 0 sections with 0 frames moving.
BAutoDeint [info]: There are 7 sections with 1 frames moving.
BAutoDeint [info]: There are 6 sections with 2 frames moving.
BAutoDeint [info]: There are 13 sections with 3 frames moving.
BAutoDeint [info]: There are 7 sections with 4 frames moving.
BAutoDeint [info]: There are 14 sections with 5 frames moving.

Processing completed. Type is determined to be unknown.

This is the source AVS that I used previously generated by MeGUI.

# Set DAR in encoder to 4 : 3. The following line is for automatic signalling
global MeGUI_darx = 4
global MeGUI_dary = 3
DGDecode_mpeg2source("E:\DVD\AMERICANDAD\DISC3\112\112_MEGUI\112.d2v",info=3)
ColorMatrix(hints=true)
#Not doing anything because I have no idea what is going on
#crop
LanczosResize(720,480) # Lanczos (Sharp)
Undot() # Minimal Noise

As you can see, it is confused about the source type. I believe the source to be very bad, as I mentioned with the troubles of different deinterlacers.

If you or someone else could explain how to take a sample of the source to send to someone, I could try that also.

Edit:
Of course, after reading your message fully, I used the wrong avs script. I just reran it with only the DGdecode line pointing to the source, but the result from your program was the same.

berrinam
24th June 2006, 05:29
Aha! Cartoon sources always seem to cause troubles. Use ChopperXP to cut a bit of the VOB file so that you can upload it somewhere like http://rapidshare.de or http://savefile.com

Carpo
24th June 2006, 08:39
ok this has prob been asked b4 (and i have used search but trying to find the post search refers to in about 50 pages is a bit much :) )

what does no dct decimation do? and is it required - i see by default it is disabled and when i put the mouse over the box i dont get a little tooltip bubble telling me what its for.

i know im gonna get a response of "if you dont know what it is you dont need it" but it would be nice to know what it is and what it does :D

aslo can anyone suggest an all round quant matrix file to use ? at the moment i use eqm_avc_hr.cfg

thuongshoo
24th June 2006, 09:43
MeGui Avisynth Script Genarator
At MeGui Avisynth Script Genarator, I open "E:\SES\[DVD-MV]S.E.S-meng.mpg". DGIndex's icon appears at taskbar, Maximize it, DGIndex don't do anything .
At DGIndex window, if I open file "E:\SES\[DVD-MV]S.E.S-meng.mpg" , DGIndex will do automatically without choosing "Save Project". And then Megui says "AVIsynth Error MPEG2source :unable to load D2V file E:\SES\[DVD-MV]S.E.S-meng.d2v "

There is a d2v file exist at E:\SES but its name is [DVD-MV.d2v
Perhaps My computer has some problem .

Carpo
24th June 2006, 10:28
its becuase of the name remove [] and it should work fine

cc979
24th June 2006, 12:53
just been doing some test encodes, and found when i autocrop sometimes it leaves a couple of blacking lines at the top - is there any theshold for border detection ?

Hesse
24th June 2006, 16:47
Aha! Cartoon sources always seem to cause troubles. Use ChopperXP to cut a bit of the VOB file so that you can upload it somewhere like http://rapidshare.de or http://savefile.com

OK, I used ChopperXP and cut a small section that I've been looking at for checking the deinterlacing quality.

http://rapidshare.de/files/23989479/CUT.VOB.html

The places I've been looking are the sign on the side of the baggage claim and the people walking just after the baggage claim bit.

jellysandwich
24th June 2006, 18:31
OK, I used ChopperXP and cut a small section that I've been looking at for checking the deinterlacing quality.

http://rapidshare.de/files/23989479/CUT.VOB.html

The places I've been looking are the sign on the side of the baggage claim and the people walking just after the baggage claim bit.

IVTC seems to do a pretty good job on this clip.

#avs script
DGDecode_mpeg2source("CUT2.d2v",info=3)
it()

http://amnah.net/uploader/files/1/cut.avi

js

Hesse
24th June 2006, 21:32
Thanks for the help everyone. I poked around in the settings and found the option to increase the amount of the source to analyze to determine the type. I changed it from 1% to 2% and it was able to successfully complete the analysis of the complete source. It came up with the TIVTC (similar to what you just said jellysandwitch).

I just processed the complete episode, and it looks great!

I wanted to take a moment to thank all the developers of MeGUI and the x264 codec. I tried MeGUI about 6 months ago had some troubles with quality, etc so I stuck with using AutoGK. MeGUI now is just great! The additional automated steps makes it easy for someone who doesn't want to go into the gory detail of setting up the AVS scripts, but allows the flexibility to do so for the others out there. And the quality of x264 is amazing. Keep up the great work everyone!

Hesse
25th June 2006, 00:07
Got another question. After generating the AVS script, then I'm using the "AutoEncode" option to automatically calculate bitrate and mux in the AC3 soundtrack into the MKV container. I'm also adding chapters and a name to the audiofile. However, when I view the file, the additional information is not there. Is it a bug or am I doing something wrong? I also like to name the video track with the name of the codec used, but this option is grayed out.

Thanks.

Doom9
25th June 2006, 10:38
@thuongshoo: Could you please try the experiment I suggested in my previous post?

thuongshoo
25th June 2006, 11:10
@Doom9: Do you mean about post #177 ? I also try to run DGIndex at Cmd but it still remains.
I have just found a thing. There are only some MPG files which can't analysed by DGIndex automatically.

Doom9
25th June 2006, 11:52
@thuongshoo: no, this one: http://forum.doom9.org/showthread.php?p=844025#post844025

thuongshoo
25th June 2006, 12:01
@Doom9: Oh ! Your link lead me to my post. post844025 is a my post.

Doom9
25th June 2006, 13:17
oops.. I meant this of course: http://forum.doom9.org/showthread.php?p=844146#post844146

Carpo
27th June 2006, 18:08
seeing as i have a few pcs now (wifes childrens) i was thinkning of getting win2k3 standard server and do all the encodes from there (as well as other things)- has anyone used megui on that sort of OS ? if so any issues ?

no one can offer any advise on this Q ? :(

foxyshadis
27th June 2006, 21:54
2k3 is essentially the same as xp sp2 with minor updates, megui/avisynth/x264 etc run fine on it. You might look into 2k3 SBS, if it's still cheaper than standard.

ryanmac3
28th June 2006, 06:59
Hey this is my first post so sorry pretty much just been reading everthing...but I cant seem to find an option in Megui to load a custom matrix in the config button for xvid encraw?? am i just missing something? I've tried changing from h.263 to mpeg but still greyed out I cant load a custom matrix please help and again sorry if its a stupid question.

foxyshadis
28th June 2006, 08:35
Update your megui, it should be on the zones tab.