1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

doc/filters: itemize example for mp filter

This commit is contained in:
Stefano Sabatini 2012-09-05 11:53:25 +02:00
parent 0e28e3cf82
commit 8a7b82ccab

View File

@ -2556,10 +2556,13 @@ of the corresponding MPlayer filters. For detailed instructions check
the "VIDEO FILTERS" section in the MPlayer manual.
Some examples follow:
@itemize
@item
Adjust gamma, brightness, contrast:
@example
# adjust gamma, brightness, contrast
mp=eq2=1.0:2:0.5
@end example
@end itemize
See also mplayer(1), @url{http://www.mplayerhq.hu/}.