#!/bin/bash

export LD_LIBRARY_PATH=/opt/ffmpeg/bin:${LD_LIBRARY_PATH}
/opt/ffmpeg/ffmpeg.cmd "${@}"
