Log in

View Full Version : DTS on Laptop Speakers?


Colin_S
27th August 2010, 06:33
I have a large number of video files on my laptop with only dts audio. Normally this is fine as I stream it through my PS3 which sends the the audio to my a/v reciever to decode. However when I'm not at home I can get no sound from playing the video files when trying to use my built-in laptop speakers. Is there any way to get sound out my laptop speakers without converting the file?

sneaker_ger
27th August 2010, 08:59
Use a video player that supports DTS (e.g. MPC-HC and VLC) or - if your player is DirectShow based - install a DTS filter like ac3filter or ffdshow.

tebasuna51
27th August 2010, 10:03
If you use Ac3Filter v1.63b to decode DTS remember put a Master Gain of -3 dB to avoid the volume bug (not needed for AC3).
No problem with ffdshow.

Colin_S
27th August 2010, 12:20
Thanks, i've got ffdshow installed, think it may be my video player just not supporting that. I'll try VLC

Colin_S
27th August 2010, 19:40
Ok installed VLC but just getting hissing

Blue_MiSfit
30th August 2010, 22:30
Hmm... curious. Post a MediaInfo text dump of your video.

MPC-HC should handle it, as should ffdshow. You may need to manually enable DTS audio decoding in ffdshow though. I believe DTS decoding is enabled in MPC-HC by default these days.

Derek

Midzuki
31st August 2010, 02:48
Ok installed VLC but just getting hissing

Probably that's a SPDIF-padded DTS.

Blue_MiSfit
31st August 2010, 06:16
Quite possibly.

What unusual files though. I've certainly never had a need to create any! DTSWAVs - sure, but SPDIF padded DTS muxed with a video track in an MKV?!

Derek

Colin_S
23rd October 2010, 23:10
General
ID : 1
Complete name : C:\Users\Colin\Videos\DTS.mpg
Format : BDAV
Format/Info : Blu-ray Video
File size : 7.15 GiB
Duration : 2h 13mn
Overall bit rate : 7 659 Kbps
Maximum Overall bit rate : 35.5 Mbps

Video
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 5 frames
Format settings, GOP : M=4, N=32
Codec ID : 27
Duration : 2h 13mn
Bit rate mode : Variable
Bit rate : 5 811 Kbps
Nominal bit rate : 5 518 Kbps
Maximum bit rate : 40.0 Mbps
Width : 1 280 pixels
Height : 544 pixels
Display aspect ratio : 2.35:1
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.348
Stream size : 5.42 GiB (76%)
Writing library : x264 core 107 r1745 4785e8e
Encoding settings : cabac=1 / ref=5 / deblock=1:0:0 / analyse=0x3:0x133 / me=umh / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-2 / threads=6 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=5518 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / aq=1:1.0

Audio
ID : 4352 (0x1100)
Menu ID : 1 (0x1)
Format : PCM
Format settings, Endianness : Big
Format settings, Sign : Signed
Muxing mode : Blu-ray
Codec ID : 128
Duration : 2h 13mn
Bit rate mode : Constant
Bit rate : 1 536 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Stream size : 1.43 GiB (20%)

Colin_S
23rd October 2010, 23:12
i know i'm a bit late with this. Could it be i've not manually enabled DTS audio decoding in ffdshow correctly.

Colin_S
26th October 2010, 10:53
The file is a result of using MKVtoVOB

setarip_old
27th October 2010, 02:56
Is there a reason you haven't, as requested by "Blue_MisFit", posted a Media Info text dump of one of the files with DTS audio (and instead posted one containing stereo PCM?

Colin_S
27th October 2010, 12:31
Is there a reason you haven't, as requested by "Blue_MisFit", posted a Media Info text dump of one of the files with DTS audio (and instead posted one containing stereo PCM?

I think that may be the issue. This is a dts file, however was created from an MKV using MKVtoVOB to allow me to stream it to my PS3. MKVtoVOB must do something with the audio to trick the PS3 into playing it but it is decoded by my a/v reciever as DTS.

Blue_MiSfit
27th October 2010, 22:39
Yes, I'd guess the mediainfo dump he posted is the WAV encapsulated DTS.

Derek