Hello, Here's an example for passthrough play DTS-CD, is it ok for commit? -- Ulion
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. Diego
2007/11/28, Diego Biurrun <diego@biurrun.de>:
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
On Wed, Nov 28, 2007 at 08:51:09PM +0800, Ulion wrote:
2007/11/28, Diego Biurrun <diego@biurrun.de>:
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..
No, you missed \-cdrom\-device. Commit with that change. Diego
2007/11/28, Diego Biurrun <diego@biurrun.de>:
On Wed, Nov 28, 2007 at 08:51:09PM +0800, Ulion wrote:
2007/11/28, Diego Biurrun <diego@biurrun.de>:
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..
No, you missed \-cdrom\-device. Commit with that change.
Oh, I missed that. Done. -- Ulion
participants (2)
-
Diego Biurrun -
Ulion