Go to file
Neal Gompa 5b62d5dd33 Add patch to return correct AVERROR with bad OpenH264 versions 2022-02-18 08:04:00 -05:00
.gitignore Move ffmpeg.keyring file to lookaside 2022-02-12 12:45:03 -05:00
README.md Fix package name spelling in README 2022-02-13 06:57:19 -05:00
enable_decoders Disable hardware decoders due to broken failure modes 2022-02-15 12:17:55 -05:00
enable_encoders Add support for dlopening OpenH264 and add tarball scripts as sources 2022-02-15 10:29:36 -05:00
ffmpeg-allow-fdk-aac-free.patch Initial import (fedora#2051008) 2022-02-11 20:18:52 +01:00
ffmpeg-codec-choice.patch Initial import (fedora#2051008) 2022-02-11 20:18:52 +01:00
ffmpeg-dlopen-openh264.patch Update OpenH264 dlopen patch to split dlopen code into c and h files 2022-02-18 07:46:58 -05:00
ffmpeg-fix-exif-include.patch Initial import (fedora#2051008) 2022-02-11 20:18:52 +01:00
ffmpeg-fix-gnutls-priority.patch Initial import (fedora#2051008) 2022-02-11 20:18:52 +01:00
ffmpeg-new-coder-errors.patch Initial import (fedora#2051008) 2022-02-11 20:18:52 +01:00
ffmpeg-openh264-averr-on-bad-version.patch Add patch to return correct AVERROR with bad OpenH264 versions 2022-02-18 08:04:00 -05:00
ffmpeg-support-chromium.patch Initial import (fedora#2051008) 2022-02-11 20:18:52 +01:00
ffmpeg.spec Add patch to return correct AVERROR with bad OpenH264 versions 2022-02-18 08:04:00 -05:00
ffmpeg_free_sources Add support for dlopening OpenH264 and add tarball scripts as sources 2022-02-15 10:29:36 -05:00
ffmpeg_gen_free_tarball.sh Set LC_COLLATE for all scripts 2022-02-12 19:13:05 +01:00
ffmpeg_get_dlopen_headers.sh Add support for dlopening OpenH264 and add tarball scripts as sources 2022-02-15 10:29:36 -05:00
ffmpeg_update_free_sources.sh Set LC_COLLATE for all scripts 2022-02-12 19:13:05 +01:00
fix-vmaf-model-path.patch Initial import (fedora#2051008) 2022-02-11 20:18:52 +01:00
sources Add support for dlopening OpenH264 and add tarball scripts as sources 2022-02-15 10:29:36 -05:00

README.md

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

  1. Update the Version in the spec file.
  2. Set the Release to 0 in the spec file.
  3. Set pkg_suffix to %nil
  4. Do a full build locally: fedpkg mockbuild --with full_build
  5. Run ./ffmpeg_update_free_sources.sh results_ffmpeg/5.0/0.fc35/build.log This will update the ffmpeg_free_sources file list. Note that header files will need to be manually added to the ffmpeg_free_sources file list.
  6. Run ./ffmpeg_gen_free_tarball.sh to create the tarball.
  7. Set pkg_suffix to -free again
  8. Set the Release to 1 in the spec file.
  9. Do a scratch build.

OR

  1. Edit ffmpeg_free_sources and add missing files
  2. Run ./ffmpeg_gen_free_tarball.sh to create the tarball.
  3. Do a scratch build.