updated on Tue Jan 17 08:05:08 UTC 2012
[aur-mirror.git] / mp3val / mp3val.1
blob22add09209391fb2fa5a0f4524573ddf4dec87f9
1 .TH "MP3val" 1
3 .SH NAME
4 MP3val \- A program for MPEG audio stream validation
6 .SH SYNOPSIS
7 .B mp3val
8 [\-l <log_file>] [\-f] [\-si] [\-p] [\-v] <files to validate>
10 .SH DESCRIPTION
11 MP3val is a small, high-speed tool for MPEG audio files validation and (optionally) fixing problems. It was primarily designed for verification of MPEG 1 Layer III (MP3) files, but supports also other MPEG versions and layers. It can be useful for finding corrupted files (e.g. incompletely downloaded).
13 .SH OPTIONS
14 .TP
15 .B \-l <log_file>
16 Log file name. If this argument is missing, all the information will be written to stdout.
18 .TP
19 .B \-f
20 Try to fix errors.
22 .TP
23 .B \-si
24 Suppress INFO messages.
26 .TP
27 .B \-p
28 Pipe mode (receive input file names from stdin). Intended for interaction with frontends. <files to validate> is ignored in this case.
30 .TP
31 .B \-v
32 Print version and exit
34 .SH AUTHOR
35 Alexey Kuznetsov (ring0) and Eugen Tikhonov (jetsys), <mp3val at ring0 dot pp dot ru>
36 .PP
37 Manpage first version compiled by Sandro Tosi, <matrixhasu@gmail.com>