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

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


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Apr  5 17:18:35 2024 -0300| [6f13f5dd59675d76844fc798d90028ab442c2521] | committer: James Almer

doc/encoders: add missing libxvid option

Signed-off-by: James Almer <jamrial at gmail.com>

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

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

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 51e8d903c9..8dd709186e 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -3113,7 +3113,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
@@ -3168,6 +3170,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