On Thu, Jul 16, 2015 at 11:33 PM, Luca Barbato <[email protected]> wrote:
> Add DCI 4k and 2160p.
> ---
>
> Yes, I'm testing which encoders are able to do something with 4k now =)
>
>  libavutil/parseutils.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/libavutil/parseutils.c b/libavutil/parseutils.c
> index be238f0..4cf4471 100644
> --- a/libavutil/parseutils.c
> +++ b/libavutil/parseutils.c
> @@ -80,6 +80,8 @@ static const VideoSizeAbbr video_size_abbrs[] = {
>      { "hd480",     852, 480 },
>      { "hd720",    1280, 720 },
>      { "hd1080",   1920,1080 },
> +    { "hd2160",   3840,2160 },

imho uhd here

> +    { "4k",       4096,2160 },

and 4kdci here

you coud add 2kdci while at it too (2048x1080)
-- 
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to