mtconvy - ffmpeg command-line helper utility to convert DTS audio tracks in video files to AC3 or AAC ones using ffmpeg utility.
LG TVs does no support DTS codecs in videos since 2020. So conversion to AC3 is required.
It is well done with ffmpeg. But there two problems: 1) ffmpeg has very complicated command-line syntax hard to keep in memory
2) you should manually explore available tracks with ffprobe
or mediainfo
to know which tracks to convert.
This utility makes selection of tracks and conversion very simple and easy.
- Add bucket:
scoop bucket add mitoteam https://github.com/mitoteam/scoop-bucket
- Install:
scoop install mitoteam/mtconvy
Details: scoop-bucket.
- Download latest release from Releases page.
- Unpack with 7-zip.
- Add path to mtconvy to system's or user's PATH variable.
Just run mtconvy
in directory you want to convert some file(s). It will ask you to choose files to convert first. Then it will ask you what streams to keep for each file.
You can adjust some options in config file .mtconvy.yml
.