add missing escapes and full stops for scaletempo filter

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27169 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
kraymer 2008-06-30 12:51:38 +00:00
parent f98e62a95e
commit 61d2b20de1
1 changed files with 4 additions and 4 deletions

View File

@ -5342,7 +5342,7 @@ speed (default).
.br .br
This works by playing \'stride\' ms of audio at normal speed then This works by playing \'stride\' ms of audio at normal speed then
consuming \'stride*scale\' ms of input audio. consuming \'stride*scale\' ms of input audio.
It pieces the strides together by blending 'overlap'% of stride with It pieces the strides together by blending \'overlap\'% of stride with
audio following the previous stride. audio following the previous stride.
It optionally performs a short statistical analysis on the next \'search\' It optionally performs a short statistical analysis on the next \'search\'
ms of audio to determine the best overlap position. ms of audio to determine the best overlap position.
@ -5372,7 +5372,7 @@ On slow systems, you will probably want to set this very low.
Set response to speed change. Set response to speed change.
.RSss .RSss
.IPs tempo .IPs tempo
Scale tempo in sync with speed (default) Scale tempo in sync with speed (default).
.IPs pitch .IPs pitch
Reverses effect of filter. Reverses effect of filter.
Scales pitch without altering tempo. Scales pitch without altering tempo.
@ -5381,9 +5381,9 @@ to your input.conf to step by musical semi-tones.
.I WARNING: .I WARNING:
Loses sync with video. Loses sync with video.
.IPs both .IPs both
Scale both tempo and pitch Scale both tempo and pitch.
.IPs none .IPs none
Ignore speed changes Ignore speed changes.
.RE .RE
.RE .RE
.sp 1 .sp 1