Skip to content

Commit 2e92021

Browse files
committed
Release 2.5.0
1 parent 6a70b45 commit 2e92021

File tree

3 files changed

+150
-80
lines changed

3 files changed

+150
-80
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
## Buildstage ##
4-
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 as buildstage
4+
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 AS buildstage
55
ARG MOD_VERSION
66

77
# copy local files

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ Regular expression syntax is beyond the scope of this document. See this [tutor
185185
# Convert .mp3 files to Opus format, 192 kbit/s, no cover art
186186
-a "-y -map 0 -c:a aac -b:a 240k -c:v copy" -e m4a
187187
# Convert to M4A format, using AAC 240 kbit/s audio, cover art, overwrite file
188+
-a "-c:a flac -sample_fmt s16 -ar 44100" -e flac
189+
# Resample to 16-bit FLAC
188190
--file "/path/to/audio/a-ha/Hunting High and Low/01 Take on Me.flac"
189191
# Batch Mode
190192
# Output 320kbit/s MP3

0 commit comments

Comments
 (0)