Re: A fast / batch way for checking mp3 and movies ?

From: Melvyn Sopacua (freebsd-questions_at_webteckies.org)
Date: 11/30/03

  • Next message: Melvyn Sopacua: "Re: php4..."
    To: Ion-Mihai Tetcu <itetcu@apropo.ro>
    Date: Sun, 30 Nov 2003 13:27:16 +0100
    
    
    

    On Sunday 30 November 2003 12:58, Ion-Mihai Tetcu wrote:
    > Do to a corupted southbridge on myu old mobo I've found myself with
    > about 50G of mp3s and movies some ok some corrupted. Does anyone know of
    > what tools I could use to batch check them. I would need something like
    > a list of those that are corrupted.

    There's audio/mp3_check which accepts an arbitrary number of files (ie: you
    can wrap it in find+xargs).
    I'm not sure how much time this may cost though.

    As for video: this entirely depends on the format and what 'corrupted' means
    exactly. A corrupted header might be easy to find, but other than that, most
    (if not all) video formats allow for arbitrary lengths, which means that each
    frame has it's own checksum or equivalent.

    -- 
    Melvyn
    =======================================================
    FreeBSD sarevok.webteckies.org 5.2-BETA FreeBSD 5.2-BETA #1: Sat Nov 29 
    00:15:33 CET 2003     root@sarevok.webteckies.org:/usr/obj/usr/src/sys/
    SAREVOK_NOFW_DBG  i386
    =======================================================
    
    



  • Next message: Melvyn Sopacua: "Re: php4..."