comparison DOCS/man/en/mplayer.1 @ 15432:966f6a70267d

added some hyphens in quoted examples formatting
author kraymer
date Fri, 13 May 2005 13:40:15 +0000
parents 20a2a78cb3e4
children aea54ca9fa26
comparison
equal deleted inserted replaced
15431:31ed58131604 15432:966f6a70267d
3793 .sp 1 3793 .sp 1
3794 .RS 3794 .RS
3795 .I EXAMPLE: 3795 .I EXAMPLE:
3796 .RE 3796 .RE
3797 .RSs 3797 .RSs
3798 .IPs "mplayer -af volume=10.1:0 media.avi" 3798 .IPs "mplayer \-af volume=10.1:0 media.avi"
3799 would amplify the sound by 10.1dB and hard-clip if the 3799 Would amplify the sound by 10.1dB and hard-clip if the
3800 sound level is too high. 3800 sound level is too high.
3801 .RE 3801 .RE
3802 .PD 1 3802 .PD 1
3803 . 3803 .
3804 .TP 3804 .TP
3824 .sp 1 3824 .sp 1
3825 .RS 3825 .RS
3826 .I EXAMPLE: 3826 .I EXAMPLE:
3827 .RE 3827 .RE
3828 .RSs 3828 .RSs
3829 .IPs "mplayer -af pan=1:0.5:0.5 -channels 1 media.avi" 3829 .IPs "mplayer \-af pan=1:0.5:0.5 \-channels 1 media.avi"
3830 Would down-mix from stereo to mono. 3830 Would down-mix from stereo to mono.
3831 .IPs "mplayer -af pan=3:1:0:1:0.5:0.5 -channels 3 media.avi" 3831 .IPs "mplayer \-af pan=3:1:0:1:0.5:0.5 \-channels 3 media.avi"
3832 Would give 3 channel output leaving channels 0 and 1 intact, 3832 Would give 3 channel output leaving channels 0 and 1 intact,
3833 and mix channels 0 and 1 into output channel 2 (which could 3833 and mix channels 0 and 1 into output channel 2 (which could
3834 be sent to a subwoofer for example). 3834 be sent to a subwoofer for example).
3835 .RE 3835 .RE
3836 .PD 1 3836 .PD 1
3863 .sp 1 3863 .sp 1
3864 .RS 3864 .RS
3865 .I EXAMPLE: 3865 .I EXAMPLE:
3866 .RE 3866 .RE
3867 .RSs 3867 .RSs
3868 .IPs "mplayer -af sub=100:4 -channels 5 media.avi" 3868 .IPs "mplayer \-af sub=100:4 \-channels 5 media.avi"
3869 would add a sub-woofer channel with a cutoff frequency of 3869 Would add a sub-woofer channel with a cutoff frequency of
3870 100Hz to output channel 4. 3870 100Hz to output channel 4.
3871 .RE 3871 .RE
3872 .PD 1 3872 .PD 1
3873 . 3873 .
3874 .TP 3874 .TP
3896 .RSs 3896 .RSs
3897 .IPs <delay> 3897 .IPs <delay>
3898 delay time in ms for the rear speakers (0 to 1000) (default: 20) 3898 delay time in ms for the rear speakers (0 to 1000) (default: 20)
3899 This delay should be set as follows: If d1 is the distance 3899 This delay should be set as follows: If d1 is the distance
3900 from the listening position to the front speakers and d2 is the distance 3900 from the listening position to the front speakers and d2 is the distance
3901 from the listening position to the rear speakers, then the delay d should 3901 from the listening position to the rear speakers, then the delay should
3902 be set to 15ms if d1 <= d2 and to 15 + 5*(d1-d2) if d1 > d2. 3902 be set to 15ms if d1 <= d2 and to 15 + 5*(d1-d2) if d1 > d2.
3903 .RE 3903 .RE
3904 .sp 1 3904 .sp 1
3905 .RS 3905 .RS
3906 .I EXAMPLE: 3906 .I EXAMPLE:
3928 .RS 3928 .RS
3929 To calculate the required delay for the different channels do as follows: 3929 To calculate the required delay for the different channels do as follows:
3930 .IP 1. 3 3930 .IP 1. 3
3931 Measure the distance to the loudspeakers in meters in relation 3931 Measure the distance to the loudspeakers in meters in relation
3932 to your listening position, giving you the distances s1 to s5 3932 to your listening position, giving you the distances s1 to s5
3933 (for a 5.1 system). There is no point in compensating for the 3933 (for a 5.1 system).
3934 subwoofer (you will not hear the difference anyway). 3934 There is no point in compensating for the subwoofer (you will not hear the
3935 difference anyway).
3935 .IP 2. 3 3936 .IP 2. 3
3936 Subtract the distances s1 to s5 from the maximum distance, 3937 Subtract the distances s1 to s5 from the maximum distance,
3937 i.e.\& s[i] = max(s) - s[i]; i = 1...5. 3938 i.e.\& s[i] = max(s) - s[i]; i = 1...5.
3938 .IP 3. 3939 .IP 3.
3939 Calculate the required delays in ms as d[i] = 1000*s[i]/342; i = 1...5. 3940 Calculate the required delays in ms as d[i] = 1000*s[i]/342; i = 1...5.