mpck MP3 checker v0.05 Mingw
http://mpck.linuxonly.nl/
home

with option "-v"

  • result

    normal sample
    SUMMARY: G:\smpl\06.mp3
        version                       MPEG v1.0
        layer                         3
        average bitrate               210967 bps (VBR)
        samplerate                    44100 Hz
        frames                        11496
        time                          5:00
        unidentified                  0 b (0%)
        stereo                        yes
        size                          7736 KiB
        ID3V1                         yes
        ID3V2                         yes
        errors                        0
        last frame                    
            offset                    7922340 b (0x78e2a4)
            length                    104
        filename                      strange characters
        result                        Ok
    


    damaged sample

    SUMMARY: G:\smpl\bad\bad02.mp3
        version                       MPEG v1.0
        layer                         3
        bitrate                       128000 bps
        samplerate                    44100 Hz
        frames                        5307
        time                          2:18
        unidentified                  65201 b (2%)
            before 1st frame          0 b
            between frames            65201 b
            after last frame          0 b
        stereo                        yes
        size                          2229 KiB
        ID3V1                         yes
        ID3V2                         no
        errors                        0
        last frame                    
            offset                    2282894 b (0x22d58e)
            length                    367
        filename                      strange characters
        result                        Bad
    


    --help
    mpck 0.05 - checks a MP3 file for errors
    
    Usage: mpck [OPTION]... [FILE]...
    
    Partial checking of files:
       (using these options produces inaccurate statistics)
       -b, --bytes=NUM      check only the first NUM bytes
       -f, --frames=NUM     check only the first NUM frames
    Verbosity:
       -v, --verbose        print some extra info. Use twice for mega-verbosity
                            which prints info for each frame. Use with care
       -q, --quiet          print only Ok or Bad per file
    Other options:
       -R, --recursive      check directories recursively
       -e, --extention=EXT  only check files ending on .EXT
       -r                   short for -R -e mp3
       -m, --maxname=NUM    report bad for filenames which exceed NUM characters
       -h, --help           print this help, then exit
       -V, --version        print version information
    

    home