mtconvy

command module
v1.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2025 License: MIT Imports: 6 Imported by: 0

README

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)

Scoop is useful command-line installer and updater for Windows.

  • Install scoop (if you have not already): https://scoop.sh

  • Add bucket (if you have not already):

scoop bucket add mitoteam https://github.com/mitoteam/scoop-bucket
  • Install:
scoop install mitoteam/mtconvy
  • Update:
scoop update mtconvy
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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL