Hello guys,
I have a Samsung 4K TV but it can't read DTS codec so I decided to convert it to EAC3 by using FFMPEG but I want to know if there is a way to have the same bitrate and all of the settings (VBR) as the original audio on the converted one.
I use this command on the command prompt : ffmpeg -i "filename.mkv" -acodec eac3 -ab audio bitrate -map 0:a:audio number "output.eac3".
Sorry for my bad level in English.
+ Reply to Thread
Results 1 to 10 of 10
-
Last edited by Gispah; 2nd Jun 2020 at 09:04.
-
-
From your posts it's hard to understand what exactly it is you want. Be more clear.
If you want 2 audio tracks: one eac3 and one the original DTS, try:
Code:ffmpeg -i "filename.mkv" -map 0:v -map 0:a -map 0:a -map 0:s? -c:v copy -c:a:0 eac3 -ab:a:0 640k -c:a:1 copy -c:s copy "output_filename.mkv"
Code:ffmpeg -i "filename.mkv" -map 0:v -map 0:a -map 0:s? -c:v copy -c:a eac3 -ab:a 640k -c:s copy "output_filename.mkv"
(Is ffmpeg's eac3 encoder even better quality than its ac3 encoder? If not you can use "ac3" instead of "eac3" for even more compatibility.) -
Hi,
Thanks for your answer.
Well sorry I wasn't clear on my question what I want it's only to extract an audio (DTS-HDMA) of an mkv and convert it to EAC3 by keeping the origianl audio settings (the channel, the channel layout and keeping the bitrate ...).
But lately I have a problem to convert DTS-HDMA 7.1 to EAC3 7.1,ffmpeg downmix to EAC3 5.1. -
Originally Posted by Gispah
If you want a eac3 with 'high bitrates' you need encoders (commercials), or employs to lossless encoders like FlacLast edited by sekininsha; 3rd Jun 2020 at 18:02.
責任者-MDX -
-
yes .. ac3 only supports 5.1 and 640 kbs ... (that's just an example)
if you want eac3 'high bitrates' and 7.1 .. you need encoders of payment責任者-MDX -
-
could be this .. surely there are others
https://www.telosalliance.com/MinnetonkaAudio/SurCode-for-Dolby-Digital-Plus-Bundle責任者-MDX
Similar Threads
-
Are there any pros in keeping a DTS audio track if a DTS-HD is available?
By alexd15 in forum Authoring (Blu-ray)Replies: 3Last Post: 13th Feb 2019, 05:22 -
What is better DTS Core @ 1509 Kbps or AAC @ 700-1000 Kbps from DTS-HD MA
By vash1 in forum Newbie / General discussionsReplies: 5Last Post: 14th Nov 2018, 12:29 -
Software to convert DTS-HD MA to DTS-ES
By cinesimon in forum AudioReplies: 0Last Post: 27th Aug 2018, 17:19 -
How to convert DTS-HD / HDMA With bitrate 1509kbps to DTS 755kbps ?
By PrinceSwaraj in forum AudioReplies: 16Last Post: 17th Apr 2018, 15:21 -
dts 1509 to dts 755
By nixiejames in forum AudioReplies: 9Last Post: 25th Mar 2016, 11:00