frommelmak / ansible-role-ffmpeg

Ansible Role - ffmpeg

Home Page:https://galaxy.ansible.com/hedii/ffmpeg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible role: ffmpeg

Build Status

Installs ffmpeg build by John Van Sickle on any Linux or UNIX system.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml)

# The path where temp installation files will be stored
ffmpeg_temp_path: "/tmp/ffmpeg"

# The final path of ffmpeg executable
ffmpeg_executable_path: "/usr/bin/ffmpeg"

# The final path of ffprobe executable
ffprobe_executable_path: "/usr/bin/ffprobe"

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
    - hedii.ffmpeg

License

MIT

Author Information

Hedi Chaibi

About

Ansible Role - ffmpeg

https://galaxy.ansible.com/hedii/ffmpeg/

License:MIT License