Giter VIP home page Giter VIP logo

ansible-ffmpeg's Introduction

Ansible Role for FFmpeg

Build Status

A Role to compile FFmpeg and it's major dependencies from sources and install it all. Supports updating and removing. Based on official FFmpeg compilation guide.

Requirements

none

Role Variables

Defaults is:

ffmpeg_role_action: 'install'
ffmpeg_remove_deps: false

ffmpeg_root_dir: "~{{ ansible_ssh_user }}"

ffmpeg_build_dir: "{{ ffmpeg_root_dir }}/ffmpeg_build_dir"
ffmpeg_source_dir: "{{ ffmpeg_root_dir }}/ffmpeg_sources"
ffmpeg_bin_dir: "{{ ffmpeg_root_dir }}/bin"
ffmpeg_env:
  PKG_CONFIG_PATH: "{{ ffmpeg_build_dir }}/lib/pkgconfig"

ffmpeg_deps:
  - libass-dev
  - libfreetype6-dev
  - libgpac-dev
  - libsdl1.2-dev
  - libtheora-dev
  - libtool
  - libva-dev
  - libvdpau-dev
  - libvorbis-dev
  - libx11-dev
  - libxext-dev
  - libxfixes-dev
  - texi2html
  - zlib1g-dev
  - libmp3lame-dev

Description:

  • ffmpeg_role_action โ€“ install, uninstall or update FFmpeg installed from this role, default: 'install'.
  • ffmpeg_remove_deps โ€“ Remove dependencies installed from apt, default: false.

Dependencies

none

License

BSD

Author Information

Sergey Kovalevsky

ansible-ffmpeg's People

Contributors

kovalevsky avatar schofield avatar zzet avatar

Watchers

 avatar  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.