Hi,
On Thu, Mar 5, 2020 at 6:20 PM Wang Cao <[email protected]> wrote:
>
> Signed-off-by: Wang Cao <[email protected]>
> ---
> The changes are made according to the code review
> - Bump the MICRO version
> - Use enum for Super resolution mode consts. The original enum in libaom
> is not public so a enum is defined and matched the original enum
> doc/encoders.texi | 39 +++++++++++++++++++++++++++++++++++
> libavcodec/libaomenc.c | 47 ++++++++++++++++++++++++++++++++++++++++++
> libavcodec/version.h | 2 +-
> 3 files changed, 87 insertions(+), 1 deletion(-)
>
> diff --git a/doc/encoders.texi b/doc/encoders.texi
> index 0a74ecce9b..04f05e7c9b 100644
> --- a/doc/encoders.texi
> +++ b/doc/encoders.texi
> @@ -1608,6 +1608,45 @@ Enable the use of global motion for block prediction.
> Default is true.
> Enable block copy mode for intra block prediction. This mode is
> useful for screen content. Default is true.
>
> +@item enable-superres (@emph{boolean})
> +Enable super-resolution during the encoding process.
> +
Funny aomenc in libaom doesn't have this option. It must assume the
library defaults will take care of it, seems like a bug.
> +@item superres-mode (@emph{mode})
> +Select super-resultion mode.
> +
resolution
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".