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.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

Go Back   Doom9's Forum > General > Audio encoding

Reply
 
Thread Tools Search this Thread Display Modes
Old 14th June 2025, 12:55   #1  |  Link
buddha9
Registered User
 
buddha9's Avatar
 
Join Date: Nov 2023
Posts: 34
How to convert from "DTS-ES™ Discrete 6.1" to "7 WAV files" with FFmpeg?

Hi!
I need to convert a file from "DTS-ES™ Discrete 6.1" to "7 WAV" files with FFmpeg.

Is this the right command? I need to import on Davinci Resolve the 7 wavs later...

I don’t want to go wrong with the name of channels.

Code:
ffmpeg -hide_banner -i 'input.dts' `
-filter_complex "channelsplit=channel_layout=6.1[FL][FR][FC][LFE][BC][SL][SR]" `
-map "[FL]" -c:a pcm_s24le [-L-]_Front_Left_Channel.wav `
-map "[FR]" -c:a pcm_s24le [-R-]_Front_Right_Channel.wav `
-map "[FC]" -c:a pcm_s24le [-C-]_Front_Center_Channel.wav `
-map "[LFE]" -c:a pcm_s24le [-LFE-]_LFE_Channel.wav `
-map "[BC]" -c:a pcm_s24le [-CS-]_Back_Center_Channel.wav `
-map "[SL]" -c:a pcm_s24le [-LS-]_Left_Surround_Channel.wav `
-map "[SR]" -c:a pcm_s24le [-RS-]_Right_Surround_Channel.wav
Thanks!
__________________
AviSynth+ 3.7.3
buddha9 is offline   Reply With Quote
Old 14th June 2025, 13:24   #2  |  Link
buddha9
Registered User
 
buddha9's Avatar
 
Join Date: Nov 2023
Posts: 34
I download a genuine "DTS-ES Discrete 6.1" file from https://drive.google.com/drive/folde...roiDOS2vEX7N4b

Drop it on Audacity.

Listen audio from there.




So the channels order is clear now and the ffmpeg command on first post is perfect.

Thanks to all
__________________
AviSynth+ 3.7.3
buddha9 is offline   Reply With Quote
Old 15th June 2025, 07:35   #3  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 7,368
Yep, it is ok.

You can use also to obtain the mono channels:

eac3to input.dts output.wavs

Some old dts decoders can output other order using the old format [FL][FR][FC][LFE][BL][BR][BC]
when Surround channels were decoded like Back [BL][BR], instead Side [SL][SR] like modern decoders must do.
tebasuna51 is offline   Reply With Quote
Old 28th June 2025, 08:54   #4  |  Link
buddha9
Registered User
 
buddha9's Avatar
 
Join Date: Nov 2023
Posts: 34
Quote:
Originally Posted by tebasuna51 View Post
Yep, it is ok.

You can use also to obtain the mono channels:

eac3to input.dts output.wavs

Some old dts decoders can output other order using the old format [FL][FR][FC][LFE][BL][BR][BC]
when Surround channels were decoded like Back [BL][BR], instead Side [SL][SR] like modern decoders must do.
Many thanks!
I think I'll use your solution (eac3to)!
__________________
AviSynth+ 3.7.3
buddha9 is offline   Reply With Quote
Reply

Tags
dts-es, ffmpeg

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 19:05.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.