Installs ffmpeg build by John Van Sickle on any Linux or UNIX system.
None.
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"
None.
- hosts: servers
roles:
- hedii.ffmpeg
MIT