axllent/vidfxr
Remove subtitles & adjust volume from video files
24
Remove subtitles and adjust the maximum volume automatically for new video files (avi, mp4 & mkv) added to watched directories.
Vidfxr is a simple filesystem polling utility to detect and remove subtitles, and adjust the maximum volume from newly-written video files within a set path. The daemon will process the file once the modification date is more than 5 seconds in the past (to avoid modifying a file that is currently being written by another process).
The docker image comes bundled with ffmpeg 5.
docker run -d --name vidfxr \
--restart unless-stopped \
-v /mnt/media:/mnt/media \
-e TZ=Pacific/Auckland \
axllent/vidfxr watch "${WATCHDIR}" --subs --volume
docker pull axllent/vidfxr