feat: sync-music: tune ffmpeg settings
This commit is contained in:
parent
fb98ca88c0
commit
c5e1327c19
|
@ -36,6 +36,7 @@ Pushes status message about this action to QUEUE if given."))
|
||||||
"-i" (uiop:native-namestring (copy-action-origin a))
|
"-i" (uiop:native-namestring (copy-action-origin a))
|
||||||
"-c:a" "libopus"
|
"-c:a" "libopus"
|
||||||
"-map" "0:a"
|
"-map" "0:a"
|
||||||
|
"-ac" "2"
|
||||||
"-b:a" *opus-bitrate*
|
"-b:a" *opus-bitrate*
|
||||||
(uiop:native-namestring (action-target a)))))
|
(uiop:native-namestring (action-target a)))))
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
(defvar *worker-threads* nil
|
(defvar *worker-threads* nil
|
||||||
"Number of worker threads to launch.")
|
"Number of worker threads to launch.")
|
||||||
(defvar *opus-bitrate* "64K"
|
(defvar *opus-bitrate* "96K"
|
||||||
"Opus bitrate to pass to ffmpeg's -b:a flag.")
|
"Opus bitrate to pass to ffmpeg's -b:a flag.")
|
||||||
(defvar *max-depth* 8
|
(defvar *max-depth* 8
|
||||||
"Max depth to recur into folders before signalling.")
|
"Max depth to recur into folders before signalling.")
|
||||||
|
|
Loading…
Reference in a new issue