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

trackinfo - prints information and metadata from tracks

Author

       Brian Langenberger

                                                   2025-03-10                                       TRACKINFO(1)

Description

       trackinfo  takes  a  list  of  audio  tracks  and  writes information about them to standard output. This
       includes track length,  number  of  channels,  sample  rate,  bits-per-sample,  filename  and  additional
       metadata, if any.

Name

       trackinfo - prints information and metadata from tracks

Options

-h, --help
              show a list of options and exit

       -n, --no-metadata
              do not print track metadata such as track name, album name and so forth

       -L, --low-level
              display low-level metadata information such as ID3 frames, Vorbis comment pairs, and so on

       -b, --bitrate
              prints  the  average  bitrate  of  the  track  in  kilobytes-per-second instead of the usual track
              information

       -%, --percentage
              prints the percentage compression of the track instead of the usual track information

       -C, --channel-assignment
              prints the track's channel assignment, if defined

See Also

audiotools-config(1),   audiotools.cfg(5),   cdda2track(1),   cddainfo(1),   cddaplay(1),   coverdump(1),
       covertag(1),   coverview(1),  dvda2track(1),  dvdainfo(1),  track2cdda(1),  track2track(1),  trackcat(1),
       trackcmp(1), tracklength(1),  tracklint(1),  trackplay(1),  trackrename(1),  tracksplit(1),  tracktag(1),
       trackverify(1)

Synopsis

       trackinfo [OPTIONS] <track 1> [track 2] ...

See Also