Browse Source

make ffmpeg log only errors and fatal

master
Constantin Fürst 2 years ago
parent
commit
7cc8ab6f0a
  1. 2
      quality-flac.ini
  2. 2
      small-mp3.ini

2
quality-flac.ini

@ -6,7 +6,7 @@ icon_exts = png,jpg,jpeg
folder = /mnt/server/media/converted/flac-music/
file_ext = flac
[ffmpeg]
options = -af 'lowpass=22050, volume=6dB' -sample_fmt s16 -ar 44100
options = -af 'lowpass=22050, volume=6dB' -sample_fmt s16 -ar 44100 -loglevel error
location = ffmpeg
[libconv]
overwrite = false

2
small-mp3.ini

@ -6,7 +6,7 @@ icon_exts = png,jpg,jpeg
folder = /mnt/server/media/converted/mp3-testing/
file_ext = mp3
[ffmpeg]
options = -loglevel info -af 'lowpass=22050, volume=6dB' -sample_fmt s16 -ar 44100 -b:a 192k
options = -loglevel error -af 'lowpass=22050, volume=6dB' -ar 44100 -b:a 192k
location = ffmpeg
[libconv]
overwrite = true

Loading…
Cancel
Save