Skip to content

Commit

Permalink
removed x264-encore, x265-encore. bumped ffmpeg revision.
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Hermansson <[email protected]>
  • Loading branch information
fhermansson committed May 15, 2024
1 parent 4b0dc39 commit a49526f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 154 deletions.
1 change: 1 addition & 0 deletions Formula/ffmpeg-encore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class FfmpegEncore < Formula
url "https://ffmpeg.org/releases/ffmpeg-7.0.tar.xz"
sha256 "4426a94dd2c814945456600c8adfc402bee65ec14a70e8c531ec9a2cd651da7b"
license "GPL-3.0-or-later"
revision 1
head "https://github.com/FFmpeg/FFmpeg.git", branch: "master"

bottle do
Expand Down
71 changes: 0 additions & 71 deletions Formula/x264-encore.rb

This file was deleted.

80 changes: 0 additions & 80 deletions Formula/x265-encore.rb

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Currently this tap holds minor modifications of existing core Homebrew formulas
* ffmpeg-encore - FFmpeg tailored for encore, with x264, x265, [ffmpg-filter-proxy support](https://github.com/svt/ffmpeg-filter-proxy)
* libsrf-proxy-filter - [Subtitle Rendering Format filter](https://github.com/svt/ffmpeg-filter-proxy-filters)
* libsvg-proxy-filter - [SVG filter](https://github.com/svt/ffmpeg-filter-proxy-filters)
* x264-encore - [x264 encoder lib](https://code.videolan.org/videolan/x264.git)
* x265-encore - [x265 encoder lib](https://bitbucket.org/multicoreware/x265_git)


## Dependencies
Expand Down Expand Up @@ -118,7 +116,7 @@ See [CONTRIBUTING](CONTRIBUTING.adoc)

- The Formulas in this project is all released under the [BSD 2-clause "Simplified" License](LICENSE)

- The Formulas FFmpeg-encore, x264-encore, x264-encore is built on Brew formulas, formulas themselves released under the same BSD-2 License, but also Copyright 2009-present, Homebrew contributors besides SVT.
- The Formula FFmpeg-encore is built on Brew formulas, formulas themselves released under the same BSD-2 License, but also Copyright 2009-present, Homebrew contributors besides SVT.

### NOTE ABOUT THE FFMPEG FORMULA BUILD BINARY RESULTS

Expand Down

0 comments on commit a49526f

Please sign in to comment.