Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
#1 | Link |
|
Registered User
Join Date: Aug 2002
Posts: 32
|
Avi + DTS
I searched the forum up and down, went through alot of posts but there is still no answer whether it's possible to extract and then mux a DTS sound stream with a DivX encoded avi file!
Is it possible at all, and if so PLEASE give me the method! |
|
|
|
|
|
#2 | Link |
|
Blah!
Join Date: Jul 2002
Location: Brazil
Posts: 337
|
Well, I guess possible to mux it is.
But there's no way you'll be able to playback this AVI. (Unless you maybe use InterVideo Platinum... it can playback DivX, and DTS, but I wonder if it can playback both at once... humm...) |
|
|
|
|
|
#4 | Link |
|
Encoding Dinosaur!
Join Date: Oct 2001
Location: Europe
Posts: 1,655
|
Implementing DTS support for AVI is senseless anyway. DTS has such high bitrates (768kbps and more) that it just doesn't make any sense to mux it with an AVI. You won't go under 3-CD-Rips if you wanna use DTS
|
|
|
|
|
|
#6 | Link | |
|
BeSweet Author
Join Date: Oct 2001
Location: On top of a supercompact cardinal
Posts: 3,506
|
Quote:
__________________
FAQs : BeSweet, Audio :readfaq: Homepage : DSPguru's Webpage http://dspguru.notrace.dk/cs.gif Guides : Multilingual Guides of my tools http://dspguru.notrace.dk/1zhelp.gif |
|
|
|
|
|
|
#12 | Link |
|
Banned
Join Date: Aug 2002
Location: Germany
Posts: 1,741
|
DTS in an AVI file
I got hand on a DTS frame header description which seems to be accurate enough to add DTS support to AVI-Mux GUI.
Problem: The AC3fromAVI-filter will send it as AC3 to the decoder (it seems to interprete a wFormatTag of 0x2000 as AC3), which therefore does not replay anything (already tried it). Since I have absolutely no knowledge on DirectShow programming: Could someone modify the AC3fromAVIfilter either to handle both DTS and AC3 (and add a new wformattag, such as 0x2001), or create a DTSfromAVI filter (also using a new wformattag)? |
|
|
|
|
|
#14 | Link |
|
Registered User
Join Date: Oct 2001
Posts: 1,459
|
Of course it would be possible, but do you know a filter which would transform DTS into wave samples for the avi muxer with this new id on the media type? Not that it was hard to make such too.
Ah, and one more thing, the current ac3 decoder filters accept wave with id=0x2000 natively, but they don't know about our new id for DTS.
__________________
gabest.org Last edited by gabest; 26th December 2002 at 13:43. |
|
|
|
|
|
#15 | Link | |
|
Banned
Join Date: Aug 2002
Location: Germany
Posts: 1,741
|
Quote:
The problem is about the player, not the muxer. AVI-Mux GUI does not use any of this broken DS filter stuff. What I want someone to make: => a DTSfromAVI filter, which works the same way as AC3fromAVI, just with another wFormatTag => a new filter which passes DTS audio over to intervideo decode, but which tells the decoder that it is DTS. Currently, it is passed over as AC3 |
|
|
|
|
|
|
#16 | Link | |
|
Registered User
Join Date: Oct 2001
Posts: 1,459
|
Quote:
__________________
gabest.org |
|
|
|
|
|
|
#17 | Link | |
|
Banned
Join Date: Aug 2002
Location: Germany
Posts: 1,741
|
Quote:
Maybe you can parse a vob file containing DTS audio with graphedit and then just look up the media type. |
|
|
|
|
|
|
#19 | Link |
|
Registered User
Join Date: Oct 2001
Location: France
Posts: 517
|
Last time I had a look into mmreg.h (where common tags are defined).
What is the WAVE_FORMAT_DTS (0x0008) value (wFormatTag) for ? Even with this name I am not sure this is related to Digital Theater Systems because the comment next to it is 'Microsoft Corporation' ...
__________________
OGM tools, VirtualDubMod [SourceForge : Tracker/DL] (FAQ, Some rules) Don't forget the Needed DLLs for VirtualDubMod. Post bugs/requests in our Tracker. We give 100% of your donations to the Open Source community |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|