Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aggresss/ffmpeg-builds
https://github.com/aggresss/ffmpeg-builds
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aggresss/ffmpeg-builds
- Owner: aggresss
- License: mit
- Created: 2021-07-11T03:06:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T03:05:18.000Z (9 months ago)
- Last Synced: 2024-10-14T12:34:21.637Z (3 months ago)
- Language: CMake
- Size: 77.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ffmpeg-builds
## Build
```
git clone https://github.com/aggresss/ffmpeg-builds.git
cd ffmpeg-builds
cmake . -Bbuild && make -C build
```## Diagnostics
`./build/unix/ffmpeg-prefix/src/ffmpeg/ffbuild/config.log`
## Inspired-by
- https://github.com/pyke369/sffmpeg
- https://github.com/BtbN/FFmpeg-Builds
- https://github.com/zimbatm/ffmpeg-static
- https://github.com/markus-perl/ffmpeg-build-script
- https://github.com/jrottenberg/ffmpeg
- https://github.com/m-ab-s/media-autobuild_suite## Reference
- https://trac.ffmpeg.org/wiki/CompilationGuide
- https://launchpad.net/ubuntu/+source/ffmpeg
- https://www.gyan.dev/ffmpeg/builds/
- https://ottverse.com/install-ffmpeg-windows-macos-ubuntu/
- https://www.linuxfromscratch.org/blfs/view/svn/multimedia/ffmpeg.html
- https://aur.archlinux.org/packages/ffmpeg-full/