13.06.2019, 16:04
advice: Don't add eac3 into an mp4 container, afaik it's not supported by the specification.
It usually is a bad idea to put not officially supported formats into containers.
instead of:
use
the quotes are important,...
Cu Selur
It usually is a bad idea to put not officially supported formats into containers.
instead of:
ffmpeg -i G:\00000_T2_Audio - English.dts -c:a aac -b:a 640k -c:v copy dts.aac
ffmpeg -i "G:\00000_T2_Audio - English.dts" -c:a aac -b:a 640k -c:v copy dts.aac
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.