feat: sync-music: tune ffmpeg settings

This commit is contained in:
eriedaberrie 2024-11-02 20:20:15 -07:00
parent fb98ca88c0
commit c5e1327c19
2 changed files with 2 additions and 1 deletions

View file

@ -36,6 +36,7 @@ Pushes status message about this action to QUEUE if given."))
"-i" (uiop:native-namestring (copy-action-origin a))
"-c:a" "libopus"
"-map" "0:a"
"-ac" "2"
"-b:a" *opus-bitrate*
(uiop:native-namestring (action-target a)))))

View file

@ -2,7 +2,7 @@
(defvar *worker-threads* nil
"Number of worker threads to launch.")
(defvar *opus-bitrate* "64K"
(defvar *opus-bitrate* "96K"
"Opus bitrate to pass to ffmpeg's -b:a flag.")
(defvar *max-depth* 8
"Max depth to recur into folders before signalling.")