feat: sync-music: tune ffmpeg settings
This commit is contained in:
parent
fb98ca88c0
commit
d49524ab5e
|
@ -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)))))
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
(defvar *worker-threads* nil
|
||||
"Number of worker threads to launch.")
|
||||
(defvar *opus-bitrate* "64K"
|
||||
(defvar *opus-bitrate* "128K"
|
||||
"Opus bitrate to pass to ffmpeg's -b:a flag.")
|
||||
(defvar *max-depth* 8
|
||||
"Max depth to recur into folders before signalling.")
|
||||
|
|
Loading…
Reference in a new issue