[FFmpeg-cvslog] doc/encoders: add missing libxvid option

James Almer git at videolan.org
Fri Apr 5 23:21:46 EEST 2024


ffmpeg | branch: release/7.0 | James Almer <jamrial at gmail.com> | Fri Apr  5 17:18:35 2024 -0300| [d38bf5e08e768722096723b5c8781cd2eb18d070] | committer: James Almer

doc/encoders: add missing libxvid option

Signed-off-by: James Almer <jamrial at gmail.com>
(cherry picked from commit 6f13f5dd59675d76844fc798d90028ab442c2521)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d38bf5e08e768722096723b5c8781cd2eb18d070
---

 doc/encoders.texi | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 3a34222bd6..840382a25a 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -3056,7 +3056,9 @@ Place global headers in extradata instead of every keyframe.
 
 @end table
 
- at item trellis
+ at item gmc
+Enable the use of global motion compensation (GMC).  Default is 0
+(disabled).
 
 @item me_quality
 Set motion estimation quality level. Possible values in decreasing order of
@@ -3111,6 +3113,9 @@ be better than any of the two specified individually. In other
 words, the resulting quality will be the worse one of the two
 effects.
 
+ at item trellis
+Set rate-distortion optimal quantization.
+
 @item ssim
 Set structural similarity (SSIM) displaying method. Possible values:
 



More information about the ffmpeg-cvslog mailing list