Re: [FFmpeg-devel] [PATCH] Updated the documentation for libaom encoder options.

2019-04-17 Thread Sam John via ffmpeg-devel
Hi, Is there anything to be done for this patch ? Thanks Sam John On Tue, Apr 9, 2019 at 5:55 PM Sam John wrote: > --- > doc/encoders.texi | 47 +++ > 1 file changed, 47 insertions(+) > > diff --git a/doc/encoders.texi b/doc/encoders.texi > index 94

Re: [FFmpeg-devel] [PATCH] Updated the documentation about the encoding options for libaom-av1 encoder.

2019-04-09 Thread Sam John via ffmpeg-devel
On 4/2/2019 9:49 PM, Sam John via ffmpeg-devel wrote: > > --- > > doc/encoders.texi | 46 ++ > > 1 file changed, 46 insertions(+) > > > > diff --git a/doc/encoders.texi b/doc/encoders.texi > > index 94337d009c..a669ac

[FFmpeg-devel] [PATCH] Updated the documentation for libaom encoder options.

2019-04-09 Thread Sam John via ffmpeg-devel
--- doc/encoders.texi | 47 +++ 1 file changed, 47 insertions(+) diff --git a/doc/encoders.texi b/doc/encoders.texi index 94337d009c..15b9199549 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1434,6 +1434,16 @@ value is 1, which will be slow

[FFmpeg-devel] [PATCH] Updated the documentation about the encoding options for libaom-av1 encoder.

2019-04-02 Thread Sam John via ffmpeg-devel
--- doc/encoders.texi | 46 ++ 1 file changed, 46 insertions(+) diff --git a/doc/encoders.texi b/doc/encoders.texi index 94337d009c..a669ac3739 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1434,6 +1434,12 @@ value is 1, which will be slow

[FFmpeg-devel] [PATCH] Added more commandline options for libaom encoder.

2019-03-29 Thread Sam John via ffmpeg-devel
The following are the newly added options: arnr_max_frames, arnr_strength, aq_mode, denoise_noise_level, denoise_block_size, rc_undershoot_pct, rc_overshoot_pct, minsection_pct, maxsection_pct, frame_parallel, enable_cdef, enable_global_motion, and intrabc. Also added macros for compiling for ao