logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

aumeta — move seek index and adjust metadata of audio files

Description

       aumeta  will  utilize  ffmpeg  to  reorder  the  seek  index  to  the front to facilitate streaming, and,
       optionally, rewrite metadata in audio files.

       The tool has only been tested with MPEG-4 and Ogg-Opus containers; it is not working with MP3 (will be  a
       no-op).

Name

       aumeta — move seek index and adjust metadata of audio files

Options

-Gstring
              Set the genre in the metadata section to the given value.

       -Nnumber
              Set the track number in the metadata.

       -astring
              Set the artist name in the metadata.

       -dyyyy-mm-dd
              Set the datestamp in the metadata.

       -lstring
              Set the album name in the metadata.

       -mkey=value
              Set an arbitrary key/value pair in the metadata.

       -n     Remove any video content found in the file.

       -tstring
              Set the track title in the metadata.

See Also

hxtools(7), ffmpeg(1)

hxtools                                            2017-01-13                                          aumeta(1)

Syntax

       aumeta [-n] [-Ggenre] [-Ntracknum] [-aartist] [-diso8601date] [-lalbum] [-mkey=value] [-ttitle]

See Also