Remove references to avconv

Most distributions now use ffmpeg instead
This commit is contained in:
Pierre Rudloff 2020-06-22 23:26:47 +02:00
parent 7a2c7b42fb
commit 683a19b0fb
7 changed files with 27 additions and 27 deletions

View file

@ -22,11 +22,11 @@ convertAdvanced: false
# List of formats available in advanced conversion mode
convertAdvancedFormats: [mp3, avi, flv, wav]
# Path to your avconv or ffmpeg binary
avconv: /usr/bin/ffmpeg
# Path to your ffmpeg binary
ffmpeg: /usr/bin/ffmpeg
# avconv/ffmpeg logging level.
avconvVerbosity: error
# ffmpeg logging level.
ffmpegVerbosity: error
# Path to the directory that contains the phantomjs binary.
phantomjsDir: /usr/bin/

View file

@ -1,3 +1,3 @@
---
convert: false
avconvVerbosity: fatal
ffmpegVerbosity: fatal