From f275d3d32cfb72e7aa26ad74e99f008a0c9c4eff Mon Sep 17 00:00:00 2001 From: komh Date: Mon, 1 Feb 2010 14:09:53 +0000 Subject: Add OS/2 KAI audio driver support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30481 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 600db5d0f0..d3b5703af2 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2858,6 +2858,22 @@ Playing a file with \-v will show a list of available devices. .PD 1 . .TP +.B kai (OS/2 only) +OS/2 KAI audio output driver +.PD 0 +.RSs +.IPs uniaud +Force UNIAUD mode +.IPs dart +Force DART mode +.IPs (no)share +Open audio in shareable or exclusive mode. +.IPs bufsize= +Set buffer size to in samples (default: 2048). +.RE +.PD 1 +. +.TP .B dart (OS/2 only) OS/2 DART audio output driver .PD 0 -- cgit v1.2.3 From 92f21ea5ccfc33ed6dd37d5b67800a9c5a9c4cc6 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 1 Feb 2010 18:20:22 +0000 Subject: Reword tfields documentation to reflect that it works mostly with MPlayer, not just mencoder. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30482 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index d3b5703af2..6f1230c375 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -7091,8 +7091,8 @@ Height unchanged at half framerate. .B tfields[=mode[:field_dominance]] Temporal field separation \- split fields into frames, doubling the output framerate. -Like the telecine filter, tfields will only work properly with -MEncoder, and only if both \-fps and \-ofps are set to the +Like the telecine filter, tfields might not work completely right unless +used with MEncoder and both \-fps and \-ofps set to the desired (double) framerate! .PD 0 .RSs -- cgit v1.2.3