Man page - aumeta(1)
Packages contas this manual
- aumeta(1)
- pegrep(1)
- hxtools(7)
- bin2c(1)
- recursive_lower(1)
- mailsplit(1)
- ofl(1)
- psthreads(1)
- rezip(1)
- declone(1)
- qtar(1)
- peicon(1)
- ssa2srt(1)
- checkbrack(1)
- bsvplay(1)
- pcmdiff(1)
- pcmmix(1)
- mod2opus(1)
- diff2php(1)
- rot13(1)
- qplay(1)
- logontime(8)
- fd0ssh(1)
- spec-beautifier(1)
- ldif-duplicate-attrs(1)
- vcsaview(8)
- sourcefuncsize(1)
- hcdplay(1)
- clock_info(1)
- pesubst(1)
- wktimer(1)
Package: hxtools
apt-get install hxtools
apt-get install hxtools
Manuals in package:
Documentations in package:
Manual
| aumeta(1) | hxtools | aumeta(1) |
Name
aumeta — move seek index and adjust metadata of audio files
Syntax
aumeta [-n] [-G genre] [-N tracknum] [-a artist] [-d iso8601date] [-l album] [-m key=value] [-t title]
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).
Options
- -G string
- Set the genre in the metadata section to the given value.
- -N number
- Set the track number in the metadata.
- -a string
- Set the artist name in the metadata.
- -d yyyy-mm-dd
- Set the datestamp in the metadata.
- -l string
- Set the album name in the metadata.
- -m key=value
- Set an arbitrary key/value pair in the metadata.
- -n
- Remove any video content found in the file.
- -t string
- Set the track title in the metadata.
See also
hxtools(7), ffmpeg(1)
| 2017-01-13 | hxtools |