LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   dts to aac/ac3 converter on Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/dts-to-aac-ac3-converter-on-ubuntu-4175458321/)

ddaas 04-16-2013 08:51 AM

dts to aac/ac3 converter on Ubuntu
 
Hello,

What is the best application for converting DTS audio to AAC/AC3/DD?
There are many TVs (LG, etc) that don't support DTS.
I found other old discutions on this topic but it was complicated involving scripts, a lot of commands etc.
I want a desktop application to convert with one click (or two :))
Is there something like this?

Thank you

Zilvermeeuw 04-17-2013 08:25 AM

I use ffmpeg for this.
ffmpeg -i 'inputfile' -acodec ac3 -ac 6 -ab 640k 'outputfile'

If it is in a video file:
ffmpeg -i 'inputfile' -vcodec copy -scodec copy -acodec ac3 -ac 6 -ab 640k 'outputfile'

It is a desktop application, if you run the above commandline in a terminal window ;-)

nelscottnelson 06-25-2013 03:37 AM

iDealshare VideoGo is just the right DTS to AC3 Converter which convert fast convert DTS to AC3, AAC, WAV, WMA, MP3, M4A, FLAC, OGG, AIFF and etc

FrancesAppiah 08-22-2013 04:12 AM

A blog introduces a direct way to transcode MKV with DTS to MKV with AC3 to solve:

HD TV like LG, Samsung smart TV and WD TV cannot play MKV files with DTS sound problem;
VLC on Windows or Mac won't play MKV DTS audio;
Any other players cannot play MKV files with DTS audio problem.

Hope it can help you!

cascade9 08-22-2013 07:09 AM

Soundconverter/soundkonverter (gtk/kde) will do it from a GUI if you prefer that to command line.

Quote:

Originally Posted by nelscottnelson (Post 4978174)
iDealshare VideoGo is just the right DTS to AC3 Converter which convert fast convert DTS to AC3, AAC, WAV, WMA, MP3, M4A, FLAC, OGG, AIFF and etc

Quote:

Originally Posted by FrancesAppiah (Post 5013674)
A blog introduces a direct way to transcode MKV with DTS to MKV with AC3 to solve:

Both windows software. This is a linux forum.

Quote:

Originally Posted by FrancesAppiah (Post 5013674)
VLC on Windows or Mac won't play MKV DTS audio;

AFAIK VLC can play DTS in a .mkv with windows as least....

ondoho 04-02-2017 03:35 PM

spam reported.

does this work:
Quote:

Originally Posted by Zilvermeeuw (Post 4933173)
I use ffmpeg for this.
ffmpeg -i 'inputfile' -acodec ac3 -ac 6 -ab 640k 'outputfile'

If it is in a video file:
ffmpeg -i 'inputfile' -vcodec copy -scodec copy -acodec ac3 -ac 6 -ab 640k 'outputfile'

?

Zilvermeeuw 04-02-2017 11:19 PM

I use it in this way. About once per week.

Why is it reported as spam?

Quote:

Originally Posted by ondoho (Post 5691755)
spam reported.

does this work:

?


ondoho 04-03-2017 11:57 AM

Quote:

Originally Posted by Zilvermeeuw (Post 5691866)
I use it in this way. About once per week.

Why is it reported as spam?

not yours, posts #3 and #4 are spam.

also my question was to op, not to you.

Zilvermeeuw 04-04-2017 07:57 AM

Quote:

Originally Posted by ondoho (Post 5692045)
not yours, posts #3 and #4 are spam.

also my question was to op, not to you.

OK. Clear.


All times are GMT -5. The time now is 01:52 PM.