Author: reimar Date: Wed Dec 10 17:44:12 2008 New Revision: 28126 Log: Add support for writing PNG files with alpha channel in -vo png
Modified: trunk/DOCS/man/en/mplayer.1 Changes in other areas also in this revision: Modified: trunk/libvo/vo_png.c Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 (original) +++ trunk/DOCS/man/en/mplayer.1 Wed Dec 10 17:44:12 2008 @@ -4221,6 +4221,10 @@ Specifies the compression level. 0 is no compression, 9 is maximum compression. .IPs outdir=<dirname> Specify the directory to save the PNG files to (default: ./). +.IPs alpha (default: noalpha) +Create PNG files with an alpha channel. +Note that MPlayer in general does not support alpha, so this will only +be useful in some rare cases. .RE .PD 1 . _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
