[MPlayer-DOCS] r38201 - in trunk: DOCS/man/en/mplayer.1 av_opts.c cfg-common.h libmpcodecs/vf_scale.c libmpcodecs/vf_scale.h

reimar subversion at mplayerhq.hu
Sun Nov 1 17:07:47 EET 2020


Author: reimar
Date: Sun Nov  1 17:07:47 2020
New Revision: 38201

Log:
vf_scale: add generic libswscale options support.

Allows setting any of the options exposed by libswscale,
in particular for example source and destination colorspace
range.

Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/av_opts.c
   trunk/cfg-common.h
   trunk/libmpcodecs/vf_scale.c
   trunk/libmpcodecs/vf_scale.h

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Sun Nov  1 17:07:45 2020	(r38200)
+++ trunk/DOCS/man/en/mplayer.1	Sun Nov  1 17:07:47 2020	(r38201)
@@ -5401,6 +5401,11 @@ The description of the scale video filte
 .RE
 .
 .TP
+.B \-swsopts <software scaler options>
+Specify advanced software scaler options provided by libswscale.
+Set to "help" to get a list of supported options.
+.
+.TP
 .B \-vc <[\-|+]codec1,[\-|+]codec2,...[,]>
 Specify a priority list of video codecs to be used, according to their codec
 name in codecs.conf.


More information about the MPlayer-DOCS mailing list