[FFmpeg-devel] [PATCH v2 2/4] ffmpeg: Add display_matrix option

Gyan Doshi ffmpeg at gyani.pro
Tue Aug 16 07:03:13 EEST 2022



On 2022-08-16 01:32 am, Thilo Borgmann wrote:
>
>
> +    struct display_matrix_s {
> +        const AVClass *class;
> +        double  rotation;
> +        int     hflip;
> +        int     vflip;
> +    };

There should be a scale option too since the matrix encodes that 
transform as well. Ref. ISO/IEC 14496-12:2015 6.2.2

Regards,
Gyan


More information about the ffmpeg-devel mailing list