Hey everyone, I’m diving into a new home automation project and came across a great use case for FFmpeg. I’m wondering if anyone has experience integrating FFmpeg into the AppDaemon Docker setup. Here’s the scenario: I want to use FFmpeg within AppDaemon to combine MP3 files generated by a text-to-speech (TTS) service with a chime WAV file, then cache the result locally.
I’ve heard that FFmpeg can be a powerful tool for such tasks, but I’m not entirely sure how to go about installing or configuring it within the Docker environment. Has anyone tackled something similar? Any tips or guidance would be greatly appreciated! I’m hoping to find a smooth way to automate this process without running into compatibility issues. Thanks in advance for your help!