Skip to content

Commit

Permalink
fix: use ffmpeg with libsvtav1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Feb 29, 2024
1 parent b9f4485 commit 61648ef
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
id-token: 'write'

steps:
- name: Setup ffmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
with:
ffmpeg-version: 6.1.0
- name: Setup ffmpeg built with libsvtav1
# https://www.reddit.com/r/ffmpeg/comments/tb5frl/comment/i0glb7d/
run:
wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.1-latest-linux64-gpl-6.1.tar.xz && \
tar Jxvf ffmpeg-n6.1-latest-linux64-gpl-6.1 && \
sudo cp -r ffmpeg-n6.1-latest-linux64-gpl-6.1/bin/* /usr/local/bin/
- run: ffmpeg -encoders
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 61648ef

Please sign in to comment.