Skip to content

Commit

Permalink
Merge pull request #31 from zebrapurring/jellyfin-ffmpeg-arm
Browse files Browse the repository at this point in the history
Use ARM64 version of jellyfin-ffmpeg
  • Loading branch information
zebrapurring authored Dec 20, 2024
2 parents f935c8b + b3a9909 commit a352bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/installdependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ brew services restart postgresql@17
brew services restart redis

# Install custom ffmpeg build jellyfin-ffmpeg
curl -s -L -o - "https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v$IMMICH_FFMPEG_VERSION/jellyfin-ffmpeg_${IMMICH_FFMPEG_VERSION}_portable_mac64-gpl.tar.xz" | \
curl -s -L -o - "https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v$FFMPEG_VERSION/jellyfin-ffmpeg_${FFMPEG_VERSION}_portable_macarm64-gpl.tar.xz" | \
tar xzvf - -C "$IMMICH_BIN_DIR"

# Adjust permissions
Expand Down

0 comments on commit a352bbe

Please sign in to comment.