ffmpeg running in a Docker on a NAS?
I'm setting up a new NAS (Synology DS425+) as a video archive storage point and have begun exploring its ability to run containers. In so doing, it occurred to me that I could conceivably set up a docker-based process to monitor an input directory, run ffmpeg on any video files which appear there and deposit the results in a destination directory. Although this would run much slower than my primary machine, the fact that it could run 24/7 unattended would help make up for that.
Other than encoding throughput, is there any reason why this isn't a viable idea? Has anybody else done something like this? Any thoughts, suggestions or examples would be much appreciated.
Thanks!