Hi I am trying to use ffmpeg local install with my n8n, I have created a mount /home/ubuntu/n8n-videos:/videos and set the permissions using sudo chown -R 1000:1000 /home/ubuntu/n8n-videos
sudo chmod -R 775 /home/ubuntu/n8n-videos, however when i try to save files to the folder I get The file "/home/node/n8n-videos/video_0.mp4" is not writable. [item 0], my write file to disk node is using /videos/video_{{$itemIndex}}.mp4 anyone had success setting up ffmpeg with n8n?