Skip to content

A Brew Tap for a few audio and video tools in use by SVT - ffmpeg-encore, ffmpeg proxy filters and more

License

Notifications You must be signed in to change notification settings

sillkongen/homebrew-avtools

This branch is 73 commits behind svt/homebrew-avtools:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c95d639 · Mar 1, 2021

History

1 Commit
Mar 1, 2021
Mar 1, 2021
Mar 1, 2021
Mar 1, 2021
Mar 1, 2021
Mar 1, 2021
Mar 1, 2021
Mar 1, 2021

Repository files navigation

Homebrew AVTools

A brew tap for assorted audio and video tools in use at SVT, mainly for encoding purposes. Currently this tap holds minor modifications of existing core Homebrew formulas - ffmpeg and codecs, but also formulas for a few of the FFmpeg filters released by SVT

Dependencies

Installation & Usage

  • Add the tap to your Brew tap configuration, and install the tools you wish
$ brew tap svt/avtools 
  • Optional: For more info about the tap you could use (example uses jq
$ brew tap-info svt/avtools --json | jq
  • Example install
$ brew install ffmpeg-encore

Configuration

Currently, the configurations options are few - this might change in the future.

Known issues

Auditing the Formulas still gives a few warnings, feel free to fix them. To audit them all, from the project's root folder you can run

$ for f in Formula/*.rb; do echo "Processing $f file.."; eval "brew audit --new --formula $f"; done

The Formulas is not yet keg_only, which could allow to have multiple instances/versions

Getting help

If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker

Getting involved

See CONTRIBUTING


License

  • The Formulas in this project is all released under the BSD 2-clause "Simplified" License

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

  • However, Note that the binaries the Formulas will build is released under various other licenses, see the different projects homepages and the license metadata in the Formula for some guidance for making an informed decision if you intend to share any built binaries further.


Primary Maintainer

The Videocore team at SVT

Credits and references

To the great projects FFmpeg, Brew, x264, x265 and many others we forgot.

About

A Brew Tap for a few audio and video tools in use by SVT - ffmpeg-encore, ffmpeg proxy filters and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%