Skip to content
6 changes: 6 additions & 0 deletions pkgs/Tyrrrz/FFmpegBin/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: Tyrrrz/FFmpegBin@8.0.1
- name: Tyrrrz/FFmpegBin
version: 7.1.1
- name: Tyrrrz/FFmpegBin
version: "7.1"
49 changes: 49 additions & 0 deletions pkgs/Tyrrrz/FFmpegBin/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: Tyrrrz
repo_name: FFmpegBin
description: Pre-built FFmpeg binaries for every platform
files:
- name: ffmpeg
- name: ffplay
- name: ffprobe
version_constraint: "false"
version_overrides:
- version_constraint: Version == "7.1.1"
asset: ffmpeg-{{.OS}}-{{.Arch}}.{{.Format}}
format: zip
replacements:
amd64: x64
darwin: osx
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
overrides:
- goos: linux
goarch: arm64
checksum:
type: github_release
asset: ffmpeg-{{.OS}}-{{.Arch}}.sha256
algorithm: sha256
- version_constraint: semver("<= 7.1.0")
asset: ffmpeg-{{.OS}}-{{.Arch}}.{{.Format}}
format: zip
replacements:
amd64: x64
darwin: osx
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
- windows
- version_constraint: "true"
asset: ffmpeg-{{.OS}}-{{.Arch}}.{{.Format}}
format: zip
replacements:
amd64: x64
darwin: osx
47 changes: 47 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.