A complete solution to record, convert and stream audio and video
... in order to make it possible for us to update openh264 without having to recompile ffmpeg against the new version every time. As openh264 is distributed by Cisco and ffmpeg is in Fedora, it's difficult to coordinate lock step updates. Drop the version check to make this easier. https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=10211 This also rebases downstream ffmpeg-dlopen-openh264.patch on top of the new patch. |
||
|---|---|---|
| .gitignore | ||
| 0001-avfilter-vf_libplacebo-remove-deprecated-field.patch | ||
| 0001-avfilter-vf_libplacebo-wrap-deprecated-opts-in-FF_AP.patch | ||
| 0001-fftools-ffmpeg_filter-initialize-the-o-to-silence-th.patch | ||
| 0001-lavc-libopenh264-Drop-openh264-runtime-version-check.patch | ||
| enable_decoders | ||
| enable_encoders | ||
| ffmpeg-allow-fdk-aac-free.patch | ||
| ffmpeg-chromium.patch | ||
| ffmpeg-codec-choice.patch | ||
| FFmpeg-devel-v10-Support-enhanced-flv-in-FFmpeg.patch | ||
| ffmpeg-dlopen-openh264.patch | ||
| ffmpeg-ge-av1-vaapi-encode-support.patch | ||
| ffmpeg-new-coder-errors.patch | ||
| ffmpeg.spec | ||
| ffmpeg_find_free_source_headers.sh | ||
| ffmpeg_free_sources | ||
| ffmpeg_gen_free_tarball.sh | ||
| ffmpeg_get_dlopen_headers.sh | ||
| ffmpeg_update_free_sources.sh | ||
| README.md | ||
| sources | ||
FFMPEG
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. - Set
pkg_suffixto%nil - 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. Note that header files will need to be manually added to theffmpeg_free_sourcesfile list. - Run
./ffmpeg_gen_free_tarball.shto create the tarball. - Set
pkg_suffixto-freeagain - Set the
Releaseto 1 in the spec file. - Do a scratch build.
OR
- Edit
ffmpeg_free_sourcesand add missing files - Run
./ffmpeg_gen_free_tarball.shto create the tarball. - Do a scratch build.