[vlc-devel] [PATCH 0/3] beauty lies in the eyes of the adaptive
Francois Cartegnie
fcvlcdev at free.fr
Wed Jul 13 22:39:34 CEST 2016
Le 13/07/2016 à 22:02, Filip Roséen a écrit :
> Currently, as was in the past, a stream is considered a viable
> alternative if, and only if, the dimensions of it exactly matches
> :adaptive-{width,height}.
>
> I find this a little restrictive, and would instead propose a weighted
> selection that finds a stream that has dimensions /close/ to the desired
> width/height.
I'm afraid this is pretty pointless as this was carried from the
original code and was probably only targeting a specific set of
alternative rates.
For a same bitrate, having a lower resolution with higher quality vs
higher res with lower quality has no real benefit when final rendering
is rescaled.
Instead, we might want to never exceed the device resolution.
And we can't have any feedback from vout.
Francois
More information about the vlc-devel
mailing list