All Projects → q3aql → ffmpeg-builds

q3aql / ffmpeg-builds

Licence: GPL-2.0 license
MOVED: https://gitlab.com/q3aql/ffmpeg-builds

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ffmpeg-builds

install
basic script for project installation
Stars: ✭ 17 (-76.06%)
Mutual labels:  install
gochk
Static Dependency Analysis Tool for Go Files
Stars: ✭ 68 (-4.23%)
Mutual labels:  static
avl array
High performance templated AVL tree using a fixed size array. Extensive test suite passing.
Stars: ✭ 33 (-53.52%)
Mutual labels:  static
xconfigure
High-Performance configuration patterns and recipes.
Stars: ✭ 42 (-40.85%)
Mutual labels:  build
tdlib-binaries
prebuilt TDLib binaries
Stars: ✭ 26 (-63.38%)
Mutual labels:  build
vscode-flow-ide
Visual Studio Code extension for javascript Flowtype static type checker
Stars: ✭ 55 (-22.54%)
Mutual labels:  static
Bazel Watcher
Tools for building Bazel targets when source files change.
Stars: ✭ 245 (+245.07%)
Mutual labels:  build
django-freeze
🧊 convert your dynamic django site to a static one with one line of code.
Stars: ✭ 81 (+14.08%)
Mutual labels:  static
fluxsort
A branchless stable quicksort / mergesort hybrid.
Stars: ✭ 608 (+756.34%)
Mutual labels:  stable
abs
PKGBUILDs for the Arch User Repository
Stars: ✭ 38 (-46.48%)
Mutual labels:  build
rab
Rusty Armor Builds - Monster Hunter Rise Armor Set Creation Tool
Stars: ✭ 29 (-59.15%)
Mutual labels:  build
buildozer
🚜 Build tool which simplify your buildprocess. Built with Gulp.js 🥤
Stars: ✭ 22 (-69.01%)
Mutual labels:  build
spotify-deb-install
MOVED: https://gitlab.com/q3aql/spotify-deb-install
Stars: ✭ 15 (-78.87%)
Mutual labels:  install
adopt-a-drain
A web application that allows citizens to "adopt" a storm drain in San Francisco. In use, and in development at other brigades. Looking for a maintainer or someone interested in developing further in collaboration with others across the country.
Stars: ✭ 43 (-39.44%)
Mutual labels:  stable
docker-buildbox
Docker images for GitLab CI's jobs
Stars: ✭ 54 (-23.94%)
Mutual labels:  build
Autoarchive
一个基于Jenkins的iOS/Android自动构建系统,它实现了最大程度的自动化,让你的iOS自动打包,Android自动打包流程变得更加高效。此项目包含了各种实现细节的讲解说明,你能够使用它解决大多数跟客户端构建/分发相关的问题,并将这种能力进行开放,提高研发效率。
Stars: ✭ 248 (+249.3%)
Mutual labels:  build
shell-extras
Extra Unix Shell Material
Stars: ✭ 22 (-69.01%)
Mutual labels:  stable
portabledevops
A portable devops tool set on windows, easy customization of cmder/console+msys2/cygwin/wsl
Stars: ✭ 53 (-25.35%)
Mutual labels:  cygwin
KDynamic
An Alternative to MacOS Mojave Dynamic Theme and Wallpaper Changer
Stars: ✭ 48 (-32.39%)
Mutual labels:  gnu
styles
Styles for The Carpentries lessons. No README to avoid merge conflicts with lessons. Demo 👇
Stars: ✭ 72 (+1.41%)
Mutual labels:  stable

FFmpeg builds for GNU/Linux & Windows

FFmpeg 5.1.2 Builds:

HOW TO INSTALL:

  • GNU/Linux instructions:

    • Download the package (32 bits or 64 bits).

    • Open the terminal and type the following command:

      $ sudo tar jxvf ffmpeg-5.1.2-linux-gnu-[arch]-build.tar.bz2 -C /

    Note: Replace [arch] with 32bit or 64bit depending on your architecture.

  • Windows instructions:

    • Download the package (32 bits or 64 bits).
    • Unzip the package with 7-zip or Winrar.
    • Copy the files to a folder. For example: C:\Program Files\FFmpeg
    • Add the path C:\Program Files\FFmpeg to PATH variable.

HOW TO CREATE YOUR BUILD:

  • GNU/Linux instructions:

    • Install dependencies in your GNU/Linux distro.

    • Dependencies: wget, git, gcc, g++, yasm, nasm, make, meson, ninja. gperf, autoconf and libtool

    • Type the following commands:

      $ git clone https://github.com/q3aql/ffmpeg-builds
      $ cd ffmpeg-builds
      $ sudo ./ffmpeg-static-build-[arch].sh

    Note: Replace [arch] with linux32 or linux64 depending on your architecture.

  • Windows instructions:

    • Install Cygwin for 32bits or 64bits.

    • During installation, configure the repository and install git and wget.

    • Open Cygwin terminal and type the following commands:

      $ git clone https://github.com/q3aql/ffmpeg-builds
      $ cd ffmpeg-builds
      $ ./ffmpeg-share-build-[arch].sh

    Note: Replace [arch] with cygwin32 or cygwin64 depending on your architecture.

Related links:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].