A complete solution to record, convert and stream audio and video
They are split in two scripts now. One you can use to update the file list from a build. However this will only cover files for your architecture. |
||
|---|---|---|
| .gitignore | ||
| enable_decoders | ||
| enable_encoders | ||
| ffmpeg-allow-fdk-aac-free.patch | ||
| ffmpeg-codec-choice.patch | ||
| ffmpeg-fix-exif-include.patch | ||
| ffmpeg-fix-gnutls-priority.patch | ||
| ffmpeg-new-coder-errors.patch | ||
| ffmpeg-support-chromium.patch | ||
| ffmpeg.keyring | ||
| ffmpeg.spec | ||
| ffmpeg_free_sources | ||
| ffmpeg_gen_free_tarball.sh | ||
| ffmpeg_update_free_sources.sh | ||
| fix-vmaf-model-path.patch | ||
| README.md | ||
| sources | ||
FFMEPG
FFmpeg is a multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation.
Creating the 'free' tarball
- Update the
Versionin the spec file. - Set the
Releaseto 0 in the spec file. - Do a full build locally:
fedpkg mockbuild --with full_build - Run
./ffmpeg_update_free_sources.sh results_ffmpeg/5.0/0.fc35/build.logThis will update theffmpeg_free_sourcesfile list. - Run
./ffmpeg_gen_free_tarball.shto create the tarball. - Set the
Releaseto 1 in the spec file. - Do a scratch build.