QUOTE(music_man_mpc @ Dec 13 2004, 04:26 PM)
Actually I used the H.263 matrix, I was intending to test both matrices along with many of the other options, but I wanted a better understanding of some of this stuff first.
Yes, matrix are a bit confusing..
Nutshell version, h263 is a 'softer' matrix made for 1 cd encodes mostly. Mpeg matrix is a 'sharper' matrix and you can see the difference. It also means you need more bitrate. The encode size has to be bigger, or the resolution has to be smaller.
QUOTE(music_man_mpc @ Dec 13 2004, 04:26 PM)
I am compressing in the native resolution of the input video, as far as I know.
Ok, you are a bit offbase here. You have to 'crop' any black bars in your encode, and resize to a 'mod 16' resolution, otherwise XVID wont work properly. Look up Gordian Knot for this, and use the latest beta. There are very good guides on
Doom9 for this, just make sure you get the latest beta of Gordian Knot.
QUOTE(music_man_mpc @ Dec 13 2004, 04:26 PM)
As far as custom matrices go, I looked at several threads about them on doom9 . . . perhaps there is something to them, but it looks to me almost as if people are creating them arbitrarily or based on this numerical rating (I'm not sure what this number was but I saw it next to test encodes of different matrices on a couple of threads) scale which, as most of us here at HA.org know only too well, says nothing about subjective quality.
Some of the matrix are made on a system sort of like the psy models in our audio encoders. Thats where the Human Visual System name comes from (i think, someone correct me if im wrong). In Doom9's codec comparison he used HVS Best. Others that are very good are SixOfNine and SixOfNine-HVS (i use this one). You can get a matrix pack
here for later when you feel comfortable with them.
QUOTE(music_man_mpc @ Dec 13 2004, 04:26 PM)
As I understand it turbo enables some speed optimizations which may effect the successfulness of the Motion Prediction but shouldn't if the optimizations have been implemented properly; is this inaccurate? I would like to test the effectiveness of AQ, GMC and higher levels of VHQ. There does not seem to be much of a consensus as to whether these settings help or not.
What turbo does is, it reduces the accuracy of QuaterPixel and the B-Frames (B-Vops). If you used no B-Frames or Qpel, you wouldnt see a difference i believe. AQ definately has its place, but it has been known to have some problems and not worth it if your doing a 2 cd encode. Atucally, someone made an excelent FAQ for these questions which can explain them better then me,
here is the link.
QUOTE(music_man_mpc @ Dec 13 2004, 04:26 PM)
Yes, the original movie does have black bars but couldn't the effect on aspect ratio due to removing them be compensated for? In the FAQs it says all the aspect ratio stuff is for advanced users only, but it should just be a matter of simple ratio and proportion, shouldn't it? How do I set the anamorphic flag in the MKV container? Currently I am using VirtualDubMod to create my Matroska files.
Ok, problem here. Dont use VDubMod to create your MKV files because it uses an outdated method. Use
this. This program also allows you to set aspect ratios. It also allows you to put in chapters if you want.
QUOTE(music_man_mpc @ Dec 13 2004, 04:26 PM)
I encoded my audio by merging all the VOBs ripped from the source DVD to one large VOB, with DV-Tool, then I loaded the one huge VOB in VirtualDubMod and then went to Streams --> Stream List to bring up the AC3 stream (which, interestingly enough is 2 seconds shorter than the video stream O_o) and then hit Demux to extract the audio stream to a 5.1 channel .ac3 file.
You cant use XVID this way. Because all mpeg-4 encoders must have the black borders completely cropped, and the resolution resized to a 'mod 16' (which means multiple of 16) number. Look at Doom9's guides for how to use DGDecode/DGIndex (aka dvd2avi, which is an older version) to prepare the files for encoding and use in Gordain Knot.
QUOTE(music_man_mpc @ Dec 13 2004, 04:26 PM)
I then used foobar2000's diskwriter plugin (16 bit fixed point PCM) with the "Downmix 5.1 to Stereo" DSP plugin to create a large 2-channel wav file, which I subsequently encoded using oggenc2 with libvorbis1.1 at -q 4. Then I go back to Stream List, disable the embedded AC3 stream and add the external Ogg Vorbis file.
Curious, why not just go straight from the AC3 file to oggenc? Depends on your setup, but i like using BeSweet to encode my audio (comes with GKnot, just update the libvorbis file), or Foobar2000 with the dynamics compressor because i hate extremely quite sound.
Oh, and dont download the codec pack. If you got XVID from keopi you dont need the pack because i doubt you would want to use the other codecs.