Go to file
Yaakov Selkowitz 90bff85ed7 Drop unused opencv BuildRequires
opencv has deliberately broken their C API as of 3.4 and completely
removed it in 4.0, meaning there is no way to enable OpenCV in ffmpeg
without completely rewriting the filter in C++.

https://github.com/opencv/opencv/wiki/ChangeLog#version400
https://ffmpeg.org/pipermail/ffmpeg-devel/2018-March/226872.html
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915544
2023-02-15 23:25:05 -05:00
.gitignore
0002-configure-fix-SDL2-version-check-for-pkg_config-fall.patch Refresh dlopen headers and patch for OpenH264 2.3.1 2022-10-12 11:17:43 -04:00
enable_decoders
enable_encoders
ffmpeg_free_sources
ffmpeg_gen_free_tarball.sh
ffmpeg_get_dlopen_headers.sh
ffmpeg_update_free_sources.sh
ffmpeg-allow-fdk-aac-free.patch
ffmpeg-codec-choice.patch
ffmpeg-dlopen-openh264.patch Refresh dlopen headers and patch for OpenH264 2.3.1 2022-10-12 11:17:43 -04:00
ffmpeg-fix-exif-include.patch
ffmpeg-fix-gnutls-priority.patch
ffmpeg-new-coder-errors.patch
ffmpeg-openh264-averr-on-bad-version.patch
ffmpeg.spec Drop unused opencv BuildRequires 2023-02-15 23:25:05 -05:00
fix-vmaf-model-path.patch
README.md
sources Update to 5.0.2 2022-11-22 08:56:37 -05:00

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.