Hello guest, if you like this forum, why don't you register? https://fanrestore.com/member.php?action=register (December 14, 2021) x


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to join 2 AC3 / DTS tracks ?
#1
Hi, I would just join 2 AC3 or DTS tracks together. Obviously, the bitrate and the number of channels are identical Smile

Can I do it with MKVtoolnix?
Reply
Thanks given by:
#2
(2020-06-26, 04:46 PM)Falcon Wrote: Hi, I would just join 2 AC3 or DTS tracks together. Obviously, the bitrate and the number of channels are identical Smile

Can I do it with MKVtoolnix?

I've never done it that way but I'd guess you probably can. However, you can definitely do it in either eac3to or using simple file concatination in your OS (so on Linux that'd usually be "concat", on Windows it's "copy /b").

e.g.

Code:
eac3to "part1.ac3"+"part2.ac3"+"part3.ac3" outputfile.ac3

or

Code:
copy /b "part1.ac3"+"part2.ac3"+"part3.ac3" outputfile.ac3

In my experience, there is no difference whatsoever between these methods so it appears eac3to is just concatinating exactly as Windows does (the files I've tested are bit-matched if I do both methods and compare them).
Reply
Thanks given by: Falcon
#3
delaycut can do it I think but yeah I also heard of the method to just copy them together directly bit by bit.
Reply
Thanks given by: Falcon
#4
(2020-06-26, 08:23 PM)TomArrow Wrote: delaycut can do it I think but yeah I also heard of the method to just copy them together directly bit by bit.

Aye, that too!

I assume MKVToolNix does the exact same though because it can join MKVs via the mkvmerge component. If the two input files are .mkv or .mka containing matched encodes (AC3/DTS with same bitrate etc.) it possibly concatinates them inside the container so you could then demux it to get the joined .ac3/.dts file. But I'd be unlikely to do it that way considering I use eac3to already.
Reply
Thanks given by: Falcon
#5
Thank you, I will try with your advice Smile
Reply
Thanks given by:
#6
Maybe TSmuxeR could do it, too.
Reply
Thanks given by: Falcon
#7
This got me thinking and I'm pretty sure you can concatenate them using FFMPEG.
Reply
Thanks given by:
#8
Has anyone tried playing the joined DTS/AC-3 audio tracks on an audio/video receiver. Do any of you have any concerns on how the switching of processors will effect the receiver or the speakers?
Reply
Thanks given by:
#9
Yeah, I wouldn’t do it but that’s just me.

Not worried about the processors more than the speakers getting a pop or noise possibly damaging them.

I would convert the whole thing to pcm and then encode in dts ma.
Reply
Thanks given by:
#10
(2021-05-30, 08:38 PM)PDB Wrote: Yeah, I wouldn’t do it but that’s just me.

Not worried about the processors more than the speakers getting a pop or noise possibly damaging them.

I would convert the whole thing to pcm and then encode in dts ma.

This is the way.
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
  Syncing AC3 and AAC tracks without converting to wav? NeonBible 9 5,801 2020-01-19, 03:21 AM
Last Post: deleted user

Forum Jump:


Users browsing this thread: 2 Guest(s)