I have a Synology DS418play with a INTEL Celeron J3355 win Intel QuickSync. I have updated to DSM7 and now my post processing script does not work.
The code I am using is
/volume1/@appstore/ffmpeg6/bin/ffmpeg -i "$1" -threads 0 -load_plugin hevc_hw -c:v hevc_qsv -preset 5 -global_quality 26 "${1%.ts}.mkv"
I think it is a permission issue but I don’t know how to fix it. If I SSH into my server and run
sudo /volume1/@appstore/ffmpeg6/bin/ffmpeg -I "TESTFILE.ts" -threads 0 -load_plugin hevc_hw -c:v hevc_qsv -preset 5 -global_quality 26 "TESTCONVERT.mkv"
it works and I don’t get any errors.
Is there a way to run the post processing script with root access? Or give Plex permission to run this?