We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61648ef commit ab384f4Copy full SHA for ab384f4
.github/workflows/ci.yml
@@ -23,9 +23,9 @@ jobs:
23
steps:
24
- name: Setup ffmpeg built with libsvtav1
25
# https://www.reddit.com/r/ffmpeg/comments/tb5frl/comment/i0glb7d/
26
- run:
27
- wget https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.1-latest-linux64-gpl-6.1.tar.xz && \
28
- tar Jxvf ffmpeg-n6.1-latest-linux64-gpl-6.1 && \
+ 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 &&
29
sudo cp -r ffmpeg-n6.1-latest-linux64-gpl-6.1/bin/* /usr/local/bin/
30
- run: ffmpeg -encoders
31
- uses: actions/checkout@v3
0 commit comments