https://github.com/wasphin/homebrew-formula
https://github.com/wasphin/homebrew-formula
brew ffmpeg flv h265 hevc rtmp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wasphin/homebrew-formula
- Owner: wasphin
- Created: 2023-12-25T03:41:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T06:00:02.000Z (7 months ago)
- Last Synced: 2025-02-01T18:44:55.478Z (4 months ago)
- Topics: brew, ffmpeg, flv, h265, hevc, rtmp
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-formula
## how to install
1. Clone this repo:
```sh
git clone https://github.com/wasphin/homebrew-formula.git
```
1. Go to the repo dir and install:
```sh
brew install --build-from-source ffmpeg.rb
```## how to upgrade
1. Download the latest [ffmpeg.rb](https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/f/ffmpeg.rb) from upstream:
```sh
rm -rf ffmpeg.rb && wget -c https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/f/ffmpeg.rb
```
1. Patch and update the formula file:
```sh
git add -p ffmpeg.rb
git checkout ffmpeg.rb
```
1. Build test:
```sh
brew install --build-from-source ffmpeg.rb
```
1. Commit & push.