- No matter what, you need to release a stable version of AMVapp soon. As long as the old version is recommended, there will be a lot of people using a version of FFDShow that's over 3 years old. Recommending people to tick off FFDShow during installation and redirect them to the CCCP homepage would help too.
- The advise against using Matroska is puzzling me. Correct, playing back Matroska files requires the installation of a splitter, but the same is true for MP4! Furthermore, people will still need to have proper video and audio decoders too, so the chances of them being able to playback MP4, but not Matroska, are pretty slim. There's exactly one advantage of MP4 I could name; better hardware compatibility, but even most hardware solutions have silly restrictions on levels and number of reference frames that cause 90% of the videos out there to not work without changing the stream or even re-encoding it. Matroska on the other hand has tons of advantages over MP4, which include, but are not limited to: support for Vorbis audio, support for lossless audio codecs like FLAC and WavPack, proper subtitle formats support and lower overhead. I can even see some use for advanced features like segment linking and editions. Saying that Matroska isn't suited for editing is true, but again, it applies to MP4 too. (Yes, I'm a Matroska fanboy.)
- Although TIVTC does a great job at automating IVTC, it still occasionally fails, especially on older material. I'm not expecting a full-fledged YATTA guide here, but a short section explaining overrides might be very helpful to those experiencing problems with bad matches.
- Opening videos with DirectShowSource is bad because it's not frame accurate. There are two very decent alternatives:
- DSS2: A DirectShowSource "clone" written by Haali that ensures frame accuracy. It doesn't load audio and it forces CFR, though.
- FFmpegSource: Does not rely on DirectShow so it can even be used by those silly VLC users out there. Should deliver equal results to DSS2 in most cases.
- The page explaining all the video filters is outdated. Tons of new denoising filters have been released that do a better job than something like Deen. Other filters and scripts that might be worth a look at are AA (an anti-aliasing script) and gradfun2db (a banding remover; actually intended to be a playback filter, but works as a pre-encoding one too as long as you feed it lots of bits).
- Zarx264gui does not allow the use of adaptive quantization. AQ is intended to solve the problem of blocking appearing in dark, flat areas in the video plaguing a lot of x264 encodes. Both of the AQ methods out there, Haali's and Dark Shikari's, have not made it to the x264 SVN (yet), but either of them is practically essential to create transparent encodes.
- Some suggestions for quality presets:
- Insane: -b 16 --me tesa -m 7 -A all --8x8dct --direct auto -w --mixed-refs -r 16 -t 2 --b-pyramid --bime --merange 24 --no-fast-pskip --b-rdo (add --me-prepass if your x264 build supports it)
- Normal: -b 16 --me umh -m 6 -A all --8x8dct --direct auto -w --mixed-refs -r 8 -t 1 --b-pyramid --bime --merange 12
- Fast: -b 16 --me hex -m 3 -A i8x8,b8x8,p8x8 --8x8dct --direct auto -w --mixed-refs -r 4