From 0cddea37546e00caa3f438e0da6e21b931b8de48 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 21 Feb 2009 21:27:27 +0000 Subject: Add statistics audio filter that prints information about the audio stream. patch by Nicolas George, nicolas.george normalesup org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28696 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index b5dbff3df8..c8d199fa6f 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -5486,6 +5486,13 @@ Changing playback speed, would change pitch, leaving audio tempo at 1.2x. .RE .PD 1 . +.TP +.B "stats\ \ " +Collects and prints statistics about the audio stream, especially the volume. +These statistics are especially intended to help adjusting the volume while +avoiding clipping. +The volumes are printed in dB and compatible with the volume audio filter. +. . . .SH "VIDEO FILTERS" -- cgit v1.2.3 From 554e7dcae7cc77f3416e8b299ef9ad008db19e49 Mon Sep 17 00:00:00 2001 From: bircoph Date: Mon, 23 Feb 2009 05:16:48 +0000 Subject: Synced with r28704. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28705 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/ru/mplayer.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'DOCS/man') diff --git a/DOCS/man/ru/mplayer.1 b/DOCS/man/ru/mplayer.1 index 19c7cb468d..28efcf0fb4 100644 --- a/DOCS/man/ru/mplayer.1 +++ b/DOCS/man/ru/mplayer.1 @@ -2,7 +2,7 @@ .\" This man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann .\" Translated by Vladimir Voroshilov .\" Encoding: koi8-r -.\" synced with r28670 +.\" synced with r28704 . .\" -------------------------------------------------------------------------- .\" Определения макросов @@ -5554,6 +5554,15 @@ scale .RE .PD 1 . +.TP +.B "stats\ \ " +Собирает и отображает статистику об аудио потоке, в особенности о +громкости. +Эта статистика специально предназначена для облегчения подстройки +звука без его срезания. +Отображение громкости осуществляется в дБ и совместимо с аудио +фильтром volume. +. . . .SH "ВИДЕО ФИЛЬТРЫ" -- cgit v1.2.3