A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska
Go to file
Martchus 01d2683113 show more details, added way to show help info 2015-06-11 00:25:10 +02:00
application First commit 2015-04-22 19:33:53 +02:00
cli First commit 2015-04-22 19:33:53 +02:00
gui increased version number 2015-06-07 00:15:02 +02:00
misc show more details, added way to show help info 2015-06-11 00:25:10 +02:00
pkgbuild updated PKGBUILD 2015-06-08 22:07:12 +02:00
renamingutility First commit 2015-04-22 19:33:53 +02:00
resources First commit 2015-04-22 19:33:53 +02:00
translations First commit 2015-04-22 19:33:53 +02:00
.gitignore Initial commit 2015-04-22 19:19:54 +02:00
LICENSE Initial commit 2015-04-22 19:19:54 +02:00
README.md updated readme 2015-06-08 22:06:46 +02:00
general.pri First commit 2015-04-22 19:33:53 +02:00
tageditor.pro added readme and license file 2015-06-08 22:07:39 +02:00

README.md

tageditor

A tageditor with Qt GUI and command line interface. Supports MP4 (iTunes), ID3, Vorbis and Matroska.

Supported formats

The tag editor can read and write the following tag formats:

  • iTunes-style MP4 tags (MP4-DASH is supported)
  • ID3v1 and ID3v2 tags
  • Vorbis comments
  • Matroska/WebM tags and attachments

The tag editor can also display technical information such as the ID, format, bitrate, duration and timestamps of the tracks. It also allows to inspect and validate the element structure of MP4 and Matroska files.

Build instructions

The tageditor depends on c++utilities, qtutilities and tagparser. Is built in the same way as these libaries.

The following Qt 5 modules are requried: core gui script widgets webkitwidgets