I use ffmpeg to create videos from some png images.
When I work locally on my computer everything works fine, but when I connect to it through ssh I get an error saying that ffmpeg can not find the preset.
I have tried to add ~/.ffmpeg to my .profile file, but that didn't work.
Any idea how I could fix the problem?