I would like to run ffmpeg.exe and process media files on Azure VM. Do I need to add the exe anywhere in the VM settings? I have copied ffmpeg.exe to Azure VM and trying to run a command, but ffmpeg.exe --help also not returning anything, no error either. Do I have to whitelist the .exe in order to run it on Azure VM?
ffmpeg
using package manager instead of the .exe
file. Just run the following commands in the vmsudo apt update
sudo apt install ffmpeg
ffmpeg.exe
is located. If you want to run the ffmpeg
anywhere on the server you will have to install you can refer this answer by the user - peanut_butter