Skip to content

mtconvy - ffmpeg command-line helper utility

License

Notifications You must be signed in to change notification settings

mitoteam/mtconvy

Repository files navigation

mtconvy

Go Report Card GitHub

GitHub Version GitHub Release Date GitHub code size in bytes GitHub contributors GitHub commit activity GitHub downloads

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.

Installation

Using Scoop (Windows)

  • Add bucket:
scoop bucket add mitoteam https://github.com/mitoteam/scoop-bucket
  • Install:
scoop install mitoteam/mtconvy

Details: scoop-bucket.

Manual installation (Windows or Linux)

  • Download latest release from Releases page.
  • Unpack with 7-zip.
  • Add path to mtconvy to system's or user's PATH variable.

Usage

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.