2020-06-26, 04:46 PM
Hi, I would just join 2 AC3 or DTS tracks together. Obviously, the bitrate and the number of channels are identical 
Can I do it with MKVtoolnix?

Can I do it with MKVtoolnix?
How to join 2 AC3 / DTS tracks ?
|
2020-06-26, 04:46 PM
Hi, I would just join 2 AC3 or DTS tracks together. Obviously, the bitrate and the number of channels are identical
![]() Can I do it with MKVtoolnix?
2020-06-26, 07:41 PM
(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 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). Thanks given by: Falcon
2020-06-26, 08:23 PM
delaycut can do it I think but yeah I also heard of the method to just copy them together directly bit by bit.
Thanks given by: Falcon
2020-06-26, 09:04 PM
(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. Thanks given by: Falcon
2020-06-26, 10:21 PM
Thank you, I will try with your advice
![]()
2020-06-26, 10:31 PM
Maybe TSmuxeR could do it, too.
Thanks given by: Falcon
2020-06-27, 01:50 PM
This got me thinking and I'm pretty sure you can concatenate them using FFMPEG.
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Syncing AC3 and AAC tracks without converting to wav? | NeonBible | 9 | 2,036 |
2020-01-19, 03:21 AM Last Post: TomArrow |