Results 1 to 3 of 3

Thread: HOWTO: Compile and install EncSpot (display mp3 technical info)

  1. #1
    Join Date
    Apr 2006
    Beans
    800
    Distro
    Lubuntu 12.04 Precise Pangolin

    HOWTO: Compile and install EncSpot (display mp3 technical info)

    EncSpot is a Windows application by now gone GuerillaSoft.
    Before GuerillaSoft vanished they released a console version under the New BSD license.
    Francis Russell adapted the sources to compile under most *nix-like environments.

    EncSpot is a command-line utility to display technical info of MP3 files. This is some info you'll get.
    MP3 info: Bitrate distribution (histogram), Type, Bitrate, Mode, Frequency, Frames, Length, Reservoir (average), Emphasis, Scalefac, Encoder
    Lame info: Quality, Version, Revision, VBR method, LP filter, Psycho-acoustic model, Safe joint stereo, ATH type, ABR bitrate, Noise shaping, Stereo mode, Input frequency

    This howto will show you how to build and install EncSpot. If you encounter any errors during the commands below you might have to install some packages (cmake, debhelper, etc).

    Steps to build and install EncSpot
    • Start a terminal
      Applications > Accessories > Terminal
    • Start in your home directory, download the sources archive (available from Francis Russell's homepage uncharted backwaters) and extract it:
      Code:
      cd
      wget http://www.unchartedbackwaters.co.uk/files/encspot/encspot-2.01+mtn20100426.tar.bz2
      tar -jxvf encspot-2.01+mtn20100426.tar.bz2
    • Enter sub-directory and build deb package
      Code:
      cd encspot-2.01+mtn20100426/
      dpkg-buildpackage -b
    • Install package
      Code:
      cd ..
      sudo dpkg -i encspot_2.01+mtn20100426-1_i386.deb
    • Use EncSpot
      Code:
      encspot audiofile.mp3
    Last edited by lykeion; January 12th, 2011 at 12:07 PM.

  2. #2
    Join Date
    Jan 2011
    Beans
    2

    Re: HOWTO: Compile and install EncSpot (display mp3 technical info)

    As the author of the above packaging, I'd just like to point out that it already incorporates Debian packaging scripts. All one needs to do to build a deb, as with all Debian/Ubuntu sources, is to run 'dpkg-buildpackage -b' in the main folder.

  3. #3
    Join Date
    Apr 2006
    Beans
    800
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: HOWTO: Compile and install EncSpot (display mp3 technical info)

    Thanks for your comment, I've changed the howto accordingly.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •