Skip to content

Commit

Permalink
libvmaf: install models
Browse files Browse the repository at this point in the history
For reference, the default model path in ffmpeg is:
/usr/local/share/model/vmaf_v0.6.1.pkl
  • Loading branch information
barrbrain committed Nov 7, 2021
1 parent b246eee commit 759b5d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/libvmaf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Libvmaf < Formula
url "https://github.com/Netflix/vmaf/archive/v2.3.0.tar.gz"
sha256 "d8dcc83f8e9686e6855da4c33d8c373f1735d87294edbd86ed662ba2f2f89277"
license "BSD-2-Clause-Patent"
revision 1

bottle do
sha256 cellar: :any, arm64_monterey: "d3b57e128a6781ec6a929e59c90e15113ffaff44f922cb48aab82bbc7fb9524c"
Expand All @@ -25,6 +26,7 @@ def install
system "ninja", "-vC", "build"
system "ninja", "-vC", "build", "install"
end
pkgshare.install "model"
end

test do
Expand Down

0 comments on commit 759b5d7

Please sign in to comment.