Update raipodcast-dl

add opus encoder "sperimental"
This commit is contained in:
fenix-soft 2022-02-15 14:30:20 +01:00 committed by GitHub
parent 3851cf1d00
commit 002629646f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ DLnow
# encode audio data... small file
# ffmpeg -n -i $dataT.mp3 -vn -acodec libopus -ab 48k -ac 1 $dataT.ogg
ffmpeg -n -i $dataT.mp3 -vn -acodec libvorbis -aq 3 -ac 1 $dataT.ogg