Re: [MPlayer-dev-eng] [PATCH] Avoid scaling for tiny aspect ratio differences
- Date: Mon, 31 Mar 2008 10:54:06 +0200
- From: Kurt Garloff <kurt@xxxxxxxxxx>
- Subject: Re: [MPlayer-dev-eng] [PATCH] Avoid scaling for tiny aspect ratio differences
Ivan, On Sat, Mar 29, 2008 at 07:16:59PM +0200, Ivan Kalvachev wrote: > On Fri, Mar 28, 2008 at 2:51 PM, Kurt Garloff <kurt@xxxxxxxxxx> wrote: > > I would rather send this out and see whether people think it's > > worthwhile ... > > So, you deliberately encode sample with small aspect change and then > you want to bloat mplayer with another useless option to fix what you > have done. Life is not always perfect. So you have this screen that does 1366x768 (1.7786) but your graphics driver only handles 1360x768 (1.7708). You want the HD material to look as good as possible on your effective 1360 screen, so you would encode with 1360x765 (1.7778) if you can afford three black lines -- but it will result in 1360x766 as you can't handle an uneven number of lines obviously with YUV420. Or you do 1360x768. In neither case I want the mpeg decoder to do prescaling. I can live with an aspect ratio that's off by less than 1%, but not with images that are less sharp than they need be due to needless prescaling. > -noaspect would ignore the input file aspect info and assume 1:1 > pixels of the decoded material. > Some of the encoders do :autoaspect: calculations, some reqiuare it as > separate option, but there is aways :aspect=1: override available. OK, so that would be a manual workaround. I want something that does the right thing automatically for most people. > Also why did you pick up 766 instead of 768, don't you know all codecs > like multiples of 16 ? I can live with that performance impact. I wanted to be as close to 16:9 as possible ... Cheers, -- Kurt Garloff <kurt@xxxxxxxxxx> [Koeln, DE] Physics:Plasma modeling <garloff@xxxxxxxxxxxxxxxxxxx> [TU Eindhoven, NL] Linux: VP PM OPS <garloff@xxxxxxx> [Novell Inc]
Attachment:
pgpYHNu5YMzQf.pgp
Description: PGP signature
_______________________________________________ MPlayer-dev-eng mailing list MPlayer-dev-eng@xxxxxxxxxxxx https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
- References:
- [MPlayer-dev-eng] [PATCH] Avoid scaling for tiny aspect ratio differences
- From: Kurt Garloff
- Re: [MPlayer-dev-eng] [PATCH] Avoid scaling for tiny aspect ratio differences
- From: Ivan Kalvachev
- [MPlayer-dev-eng] [PATCH] Avoid scaling for tiny aspect ratio differences
- Prev by Date: Re: [MPlayer-dev-eng] mplayer query
- Next by Date: [MPlayer-dev-eng] [PATCH] -aspect-tolerance option to avoid tiny prescaling
- Previous by thread: Re: [MPlayer-dev-eng] [PATCH] Avoid scaling for tiny aspect ratio differences
- Next by thread: [MPlayer-dev-eng] [PATCH] fix compilation with libdvdnav
- Index(es):