Skip to content

hedii/ansible-role-ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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