From 530446bcd6e30094d065f24801110c21eaab999f Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Wed, 10 Feb 2021 23:18:24 +0100 Subject: [PATCH] add flac dest format to example config --- example.audio-conv.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example.audio-conv.yaml b/example.audio-conv.yaml index 805f595..584c926 100644 --- a/example.audio-conv.yaml +++ b/example.audio-conv.yaml @@ -19,3 +19,9 @@ matches: # # one of: 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320 # bitrate: 256 # bitrate_type: vbr # or cbr + + # for flac: + # to: + # codec: flac + # # effort spend for the compression. 0 (fastes compression) to 9 (highest compression) + # compression: 8