mirror of
https://github.com/mpv-player/mpv
synced 2025-04-18 05:07:18 +00:00
do you think the stars see how hard we're fighting for them?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@533 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2facab0d7a
commit
b7a4f17cb7
@ -62,6 +62,7 @@ Felix B
|
||||
- SDL driver fixes
|
||||
- Additional YUV formats fixes
|
||||
- New font (coming soon!?)
|
||||
- PNG file output support in libvo
|
||||
|
||||
TeLeNiEkO: <telenieko@telenieko.com>
|
||||
- debian packaging support (see debian/* and DOCS/DEBIAN)
|
||||
|
@ -72,6 +72,7 @@ Supported video output devices:
|
||||
(NOT supported by us! Don't submit SDL bugreports!)
|
||||
- fbdev:Output to general framebuffers
|
||||
- svga: Output to SVGAlib
|
||||
- png: PNG file output (use -z switch to set compression)
|
||||
- null: Null output (for speed tests/benchmarking)
|
||||
- 3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken)
|
||||
- odivx:OpenDivX AVI File writer
|
||||
|
@ -2,6 +2,8 @@ TO DO:
|
||||
~~~~~~
|
||||
Urgent:
|
||||
- support for more codecs (sample .avi files and .dll needed!) - HELP!
|
||||
- make a release!
|
||||
- change to libxmm
|
||||
|
||||
They Have Been Around For A Long Time:
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -33,6 +33,7 @@ mplayer \- Movie Player for Linux
|
||||
.RB [ \-subfps\ rate ]
|
||||
.RB [ \-subdelay\ sec ]
|
||||
.RB [ \-dvd\ device ]
|
||||
.RB [ \-z\ <0-8> ]
|
||||
.I file
|
||||
.PP
|
||||
.SH DESCRIPTION
|
||||
@ -169,6 +170,11 @@ force usage of non-interleaved AVI parser
|
||||
.TP
|
||||
.B \-include
|
||||
specify config file to be parsed after the default
|
||||
.TP
|
||||
.B \-z\ <0-8>
|
||||
specifies compression level for PNG output
|
||||
0 : no compression
|
||||
8 : max compression
|
||||
.IP
|
||||
.SH "ALPHA/BETA CODE"
|
||||
.TP
|
||||
|
Loading…
Reference in New Issue
Block a user