Hi @RESET_9999, it's great to have you here again.niallobr wrote: Fri Jan 13, 2023 10:41 am I'd like to also ask an audio related question. I'm pretty sure the answer is no, but hey![]()
@RESET_9999 is there any way to use your script and the tools provided to convert TrueHD Atmos -> EAC3 Atmos? It seems impossible to change formats and keep the Atmos data with these tools? I've tried the different audio encoding options without success.
It is still great that your script can convert 7.1 TrueHD to 7.1 EAC3, since ffmpeg still can't do more than 6 channels yet. I guess this is the joy of working with non-licensed software![]()
Thank you very much for your work on the script. It is powerful but also makes things very simple.
As I said time before in this thread, till now I was using ffmpeg to convert the best multichannel audio track in spanish (my language) with a non supported codec (DTS-HD, TrueHD, DTS, AAC) in my audio chain (Chromecast with Google TV, 2020 OLED TV, 2011 Audio Receiver) to EAC3 5.1 1536kbps, with a result that my ears can't distinguish form the original lossless codec.
Today I have read surprised that your scripts can now convert to EAC3 7.1 1024kbps (as far I could guess you're using Plex modified ffmpeg version).
So I started using your scripts to convert lossless DTS-HD 7.1 audio in spanish to EAC3 7.1 with options menu 6-3-4, and I find one error.
It's needed to change this line to detect tracks in spanish properly:
from:
Code: Select all
if "%spanish%"=="YES" set lang=Spanish& set langDG=spa& set lmp4=sp& set lmkv=spCode: Select all
if "%spanish%"=="YES" set lang=Spanish& set langDG=spa& set lmp4=es& set lmkv=esThanks for your efforts, I'll be proud if I have given a little help in your so useful work.