razzeee / xbmc-test

0 stars 0 forks source link

DTS sw decoding of DVD/AVI with DTS + *.dts) #9

Closed razzeee closed 7 years ago

razzeee commented 7 years ago

Reported by Gamester17 on 3 Oct 2003 12:07 UTC

DTS decoding (of DVD/AVI with DTS & *.dts)

DTS software decoding (of DVD/AVI with DTS & .dts) (this is not same FR as DTS pass-through/bypass) DTS decoding for DVD & AVI movies with DTS audio stream/'s and .dts files and .wav files encoded in DTS is wanted so we without a external DTS decoders can listen to those streams & tracks. I guess what is needed is to decode or transcode it and output the sound as RAW PCM, or if got exernal AC3 decoder let MPC do that?

Downmix to AC3/5.1, 4.1/Pro Logic, Stereo or Mono depending on audio setting selected in Xbox dasboard.

Some open source project with DTS code: (Maybe code could be used to add DTS?)

Hypercube Transcoder Open Source DTS filter http://hypercube.is.dreaming.org/ (inc. RAW PCM output support) Only support DTS 5.1 yet but plans for 7.1

"BeSure" has VOB/AC3 to CD audio (inc DTS) conversion. http://dspguru.doom9.net/

DTS / AVI Filters - allows AVI/DTS muxing and playback http://www.doom9.org/Soft21/Filters/test.rar

BeSweet - Audio Transcoder (inc DTS decode support) http://dspguru.doom9.net

More info on DTS muxing can be found here http://forum.doom9.org/showthread.php? s=&threadid=41052

Migrated-From: http://trac.kodi.tv/ticket/9

razzeee commented 7 years ago

Comment by gamester17 on 19 Oct 2003 23:29 UTC

Logged In: YES user_id=630186

DTS decoder and demuxer source code from XINE CVS: http://cvs.sourceforge.net/viewcvs.py/xine/xine-lib/src/libdts

razzeee commented 7 years ago

Comment by gamester17 on 16 Feb 2004 12:08 UTC

Logged In: YES user_id=630186

VideoLan 10 Feb 2004+ now also has a DTS software- decoder:

"First release of dtsdec (10 Feb 2004) dtsdec is a free DTS Coherent Acoustics decoder. DTS is a high quality multi- channel (5.1) digital audio format in use in DVD's and DTS audio CD's. The code for dtsdec is still in early development stage, but it is already quite useable. VLC media player becomes the first Open Source application able to play DTS audio"

Though their claim of first to open source this is not correct ;)

razzeee commented 7 years ago

Comment by gamester17 on 19 Feb 2004 15:05 UTC

Logged In: YES user_id=630186

DTS decoder and demuxer source code from VideoLan (VLC): http://www.videolan.org/dtsdec.html

razzeee commented 7 years ago

Comment by gamester17 on 19 Feb 2004 15:06 UTC

Logged In: YES user_id=630186

REFERENCES: The DTS Coherent Acoustics standard (ETSI 102 114 v1.2.1), as published by theETSI, is available at http://pda.etsi.org/pda/queryform.asp (look for DTS Coherent Acoustics)

http://webapp.etsi.org/workprogram/Report_WorkItem.asp? WKI_ID=17096 http://pda.etsi.org/pda/home.asp? wki_id=rRfLvGEJwlUVbUdale_mG

http://webapp.etsi.org/workprogram/Report_WorkItem.asp? WKI_ID=17715 http://pda.etsi.org/pda/home.asp? wki_id=Hg5T@rNlHj9AGGAEPxBqm

razzeee commented 7 years ago

Comment by gamester17 on 19 Feb 2004 15:29 UTC

Logged In: YES user_id=630186

DTS standalone audio samples can be found here: http://www.sr.se/multikanal/english/e_index.stm

DTS in vob (DVD) samples can be found here: http://www.cinenow.com/us/vobtrailer.php3

razzeee commented 7 years ago

Comment by gamester17 on 20 May 2004 08:07 UTC

Logged In: YES user_id=630186

AC3Filter 1.01a RC1 is out today, it supports DTS decoding too http://ac3filter.sourceforge.net

it probebly uses modified DTS source source from VideoLAN? :)

razzeee commented 7 years ago

Comment by gamester17 on 14 Jul 2004 14:24 UTC

Logged In: YES user_id=630186

FYI, libdts was just now a few hours ago added to FFmpeg so it will then likely be implemented into MPlayer soon too, (but think probebely not until after they released MPlayer-1.0pre5)

razzeee commented 7 years ago

Comment by gamester17 on 27 Jul 2004 14:35 UTC

Logged In: YES user_id=630186

FYI, from MPlayer mailing list (patch isn't yet in MPlayer CVS):

From: Aurelien Jacobs aurel@gnuage.org To: mplayer-dev-eng@mplayerhq.hu
Subject: [PATCH software dts decoding

Hi,

This patch add software dts decoding using libdts ( http://www.videolan.org/dtsdec.html ). It require the very latest libavcodec (FFmpeg) CVS. I've only tested it with dts track of a vob file.

Aurel

Attatched file: MPlayer-dtsdec.diff (6K)

MPlayer-dev-eng mailing list MPlayer-dev-eng@mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng

razzeee commented 7 years ago

Comment by gamester17 on 27 Jul 2004 14:41 UTC

Logged In: YES user_id=630186

(forgot to attatch the MPlayer patch, doing so now here)