Quote:
Originally Posted by Phil
Why should you have more problem during these tests that during all your other encodes ?
|
I mentioned it cause of these Test patterns I used.
Ok, mainly I used them cause of their Geometric graphics content.
BUT they also do got color bars (some of them a lot color bars) and that was the case i.E. where I would see clearly what colors do come out.
Here's for example the "Philips PM5544 Electronic TestCard".
(Its an orig state out of a very nice test pattern maker program.)
Everybody could take that (well its 768x576 but the resol. conversions I posted below) and do an avisynth imagereader line where that avs will via Makeavis be inputted in mencoder. And do some tests
For PAL:
ImageReader("Philips PM5544 Electronic TestCard.tif", 0, 100, 25, true)
ConverttoYV12()
Bicubicresize(704x576)
For NTSC:
ImageReader("Philips PM5544 Electronic TestCard.tif", 0, 100, 23.976, true)
ConverttoYV12()
BicubicResize(704,480,0,0.6,0,1,768,574)
These scripts do give a PAL or NTSC size/PAR compilant 100frames long stream of 704x576(480)px to the encoder.
And THATs a way to find out WHAT will be done to colors. It makes no sense that many people do use diff movie inputs but do all try to see mencoders behavior related to colors.
so:
- which build is used of mencoder?
- what colorspace goes in?
- Does mencoder log report a colorspace converson (mine i.E. not if I go in with a VOB!)
- Which decoder type is used "within!!" mencoder
- Whats the source? Xvid, VOB, .... so: what input codec?
- Use the testpattern above as reference to see what results.
.... because that would be interesting why I dont have a problem but some other users DO have.
Maybe its just a little "thing" which is done wrong by some users which we could find out and for suhre solving that.
PS: I just made a fast test:
A Mencoder output at 704x576 out of that testpattern above:
(scaling via Avisynth)
(scaling via ":scale:" in mencoder -sws 9)
And ..... TmpgEnc
(scaling via Avisynth)
And that happens in case of direct VOBs inputs in ALL my cases also!
So the conclusion for me is clear