Coder Social home page Coder Social logo

collectiveds / ffmpeg-static Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zimbatm/ffmpeg-static

0.0 0.0 0.0 84 KB

Scripts to build ffmpeg with all the deps statically (webm + h264 included)

License: ISC License

Shell 67.18% Perl 32.82%

ffmpeg-static's Introduction

FFmpeg static build

Scripts to make a static build of ffmpeg with all the codecs required for a prod-fetch server.

Forked from a community-supported project and adapted for Studio71.

Just follow the instructions below. Once you have the build dependencies, run ./build.sh, wait and you should get the ffmpeg binary in target/bin

Build & "install"

$ ./build.sh [-j <jobs>] [-B] [-d]
# ... wait ...
# binaries can be found in ./target/bin/

If you have built ffmpeg before with build.sh, the default behaviour is to keep the previous configuration. If you would like to reconfigure and rebuild all packages, use the -B flag. -d flag will only download and unpack the dependencies but not build.

Debug

On the top-level of the project, run:

$ . env.source

You can then enter the source folders and make the compilation yourself

$ cd build/ffmpeg-*
$ ./configure --prefix=$TARGET_DIR #...
# ...

Related projects

License

This project is licensed under the ISC. See the LICENSE file for the legalities.

ffmpeg-static's People

Contributors

zimbatm avatar michalliu avatar andreipoe avatar zalewa avatar kg7x avatar jeanphix avatar silex avatar amnonbb avatar albertz avatar gjedeer avatar fstab avatar eric1234 avatar aarnaud avatar scroot avatar brianredbeard avatar sirhanshafahath avatar sethcalkins avatar rossdimassimo avatar d4rky-pl avatar blinkinglight avatar jkuri avatar emcgee avatar ealasu avatar kocoten1992 avatar blackhole1 avatar bslawski avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.