npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ffmpeg-binary-linux-64bit

v0.1.0

Published

Provides staticly compiled binaries for linux environments.

Downloads

11

Readme

ffmpeg-binary-linux-64bit

Provides staticly compiled binaries for linux environments.

Install

Install the module using NPM:

npm install ffmpeg-binary-linux-64bit --save

Overview

Usage:

var ffmpegBin = require('ffmpeg-binary-linux-64bit');


console.log(ffmpegBin());
// prints the full path to the "ffmpeg" binary


console.log(ffmpegBin.ffprobe());
// prints the full path to the "ffmprobe" binary

console.log(ffmpegBin.base());
// prints the base path of the ffmpeg binaries

Credits

The build was provided by John Vansickle and fetched using the url: http://bensbit.co.uk/ffmpeg-2.1.3-64bit-static.tar.bz2. The included readme.txt follows:

    ______ ______                                  __            _  __     __
   / ____// ____/____ ___   ____   ___   ____ _   / /_   __  __ (_)/ /____/ /
  / /_   / /_   / __ `__ \ / __ \ / _ \ / __ `/  / __ \ / / / // // // __  / 
 / __/  / __/  / / / / / // /_/ //  __// /_/ /  / /_/ // /_/ // // // /_/ /  
/_/    /_/    /_/ /_/ /_// .___/ \___/ \__, /  /_.___/ \__,_//_//_/ \__,_/   
                        /_/           /____/                                 


                build: ffmpeg-2.1.3-64bit-static.tar.bz2
              version: 2.1.3

 
                  gcc: 4.8.2
                 yasm: 1.2.0

               libvpx: v1.3.0-772-geb4cb43
              libx264: 0.142.14 956c8d8
              libxvid: 2:1.3.2-9
             libspeex: 1.2~rc1.1-1
            libvorbis: 1.3.2-1.3
            libtheora: 1.1.1+dfsg.1-3.1
           libmp3lame: 3.99.5+repack1-3 
          libfreetype: 2.5.2-1
          libopenjpeg: 1.3+dfsg-4.7+b1
         libvo-aacenc: 0.1.3-1
       libvo-amrwbenc: 0.1.3-1
    libopencore-amrnb: 0.1.3-2
    libopencore-amrwb: 0.1.3-2

Note: ffmpeg now uses libx264's internal presets with the -preset flag. Look at ffmpeg -h encoder=libx264 | less for a complete list of libx264 options.

This build should be stable but if you do run into problems DO NOT file a bug report against it! You should first check out the source from git://source.ffmpeg.org/ffmpeg.git, build it and see if the problem persists. If so, then and only then should you file a bug report using the version you compiled.

The source code for FFmpeg and all libs can be downloaded here.

http://dl.dropbox.com/u/24633983/static-sources.7z

Donate a few bucks via paypal if you've found this build helpful.

Donation link: http://goo.gl/1Ol8N

Questions? Comments?

  • email: [email protected]
  • irc: irc://irc.freenode.net #ffmpeg #libav nickname: relaxed
  • build url: http://johnvansickle.com/ffmpeg

Release History

  • v0.0.1, 28-Jun-2014
    • Big Bang

License

Copyright (c) 2014 Thanasis Polychronakis. Licensed under the MIT license.