Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Feb 14, 2024
1 parent 3c78fac commit 20798c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# ffmpeg-build-script

This repo builds lightweight static binaries of `ffmpeg` and `ffprobe` with core functionality only using GitHub Actions. It builds when a tag is created, by pulling down the official source for that tag and compiling them on a Mac OS build runner.
It is used in LosslessCut for Mac App Store and therefore is built without `--disable-securetransport` to prevent the private API usage that is forbidden by Apple in the App Store. For more info see (this blog post)[https://blog.mifi.no/2020/03/31/automated-electron-build-with-release-to-mac-app-store-microsoft-store-snapcraft/]
It is used in LosslessCut for Mac App Store and therefore is built with `--disable-securetransport` to prevent the private API usage that is forbidden by Apple in the App Store. For more info see (this blog post)[https://blog.mifi.no/2020/03/31/automated-electron-build-with-release-to-mac-app-store-microsoft-store-snapcraft/]

## Release new version

- First make any needed changes in the [build-ffmpeg](build-ffmpeg) and commit
- Tag new version
- `git push && git push --tags`
- Check build in GitHub Actions and test artifacts
- Tag new version, for example `git tag -m '' -a 6.0-1`
- `git push --follow-tags`

## After build complete

Expand Down

0 comments on commit 20798c3

Please sign in to comment.