diff options
author | ulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-28 13:08:36 +0000 |
---|---|---|
committer | ulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-28 13:08:36 +0000 |
commit | eb3b5a4d1d9bafeb19080af64c81952b5be5c313 (patch) | |
tree | 5955f4486d1689f53ce4991dcb4f6958f6c9b0d4 /DOCS | |
parent | 4a00ef1767e3b55a20c6041781af48d455b12e33 (diff) |
Add an example for play DTS-CD with passsthrough.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25189 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 007ef88d0e..63af279125 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -10701,6 +10701,17 @@ mplayer \-vo zr2 \-vf scale=352:288,zrmjpeg file.avi .fi . .PP +.B Play DTS-CD with passthrough: +.nf +mplayer \-ac hwdts \-rawaudio format=0x2001 \-cdrom\-device /dev/cdrom cdda:// +.fi +.br +You can also use \-afm hwac3 instead of \-ac hwdts. +Adjust '/dev/cdrom' to match the CD-ROM device on your system. +If your external receiver supports decoding raw DTS streams, +you can directly play it via cdda:// without setting format, hwac3 or hwdts. +. +.PP .B Play a 6-channel AAC file with only two speakers: .nf mplayer \-rawaudio format=0xff \-demuxer rawaudio \-af pan=2:.32:.32:.39:.06:.06:.39:.17:-.17:-.17:.17:.33:.33 adts_he-aac160_51.aac |