2007/11/28, Diego Biurrun <[EMAIL PROTECTED]>: > On Wed, Nov 28, 2007 at 08:27:51PM +0800, Ulion wrote: > > > > Here's an example for passthrough play DTS-CD, is it ok for commit? > > Here are some suggestions for improvements. > > > --- DOCS/man/en/mplayer.1 (revision 25184) > > +++ DOCS/man/en/mplayer.1 (working copy) > > @@ -10701,6 +10701,17 @@ > > .PP > > +.B Passthrough play DTS-CD: > > That sounds weird, maybe > > Play DTS-CD with passthrough: > > is better. > > > +.nf > > +mplayer \-ac hwdts \-rawaudio format=0x2001 \-cdrom-device /dev/cdrom > > cdda:// > > \-cdrom\-device > > > +You can also use \-afm hwac3 instead of \-ac hwdts, > > +and modify '/dev/cdrom' to fit your cdrom device. > > You can also use \-afm hwac3 instead of \-ac hwdts. > Adjust '/dev/cdrom' to match the CD-ROM device on your system. > > > +Or if your external receiver support decode raw DTS stream, > > +you can directly play it with cdda:// without set format and hwac3 or > > hwdts. > > If your external receiver supports decoding raw DTS streams, you can > directly play it via cdda:// without setting format, hwac3 or hwdts.
Adjusted.. -- Ulion
Index: DOCS/man/en/mplayer.1 =================================================================== --- DOCS/man/en/mplayer.1 (revision 25184) +++ DOCS/man/en/mplayer.1 (working copy) @@ -10701,6 +10701,17 @@ .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
_______________________________________________ MPlayer-DOCS mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
