1
0
Fork
You've already forked ffmpeg
0
No description
  • Shell 100%
Find a file
2025年08月22日 19:14:04 +02:00
enable_decoders Initial commit 2025年05月03日 14:55:29 +02:00
enable_encoders Initial commit 2025年05月03日 14:55:29 +02:00
ffmpeg-allow-fdk-aac-free.patch Initial commit 2025年05月03日 14:55:29 +02:00
ffmpeg-chromium.patch Initial commit 2025年05月03日 14:55:29 +02:00
ffmpeg.spec Fix build 2025年08月22日 19:14:04 +02:00
ffmpeg_find_free_source_headers.sh Initial commit 2025年05月03日 14:55:29 +02:00
ffmpeg_free_sources Initial commit 2025年05月03日 14:55:29 +02:00
ffmpeg_gen_free_tarball.sh Initial commit 2025年05月03日 14:55:29 +02:00
ffmpeg_get_dlopen_headers.sh Initial commit 2025年05月03日 14:55:29 +02:00
ffmpeg_update_free_sources.sh Initial commit 2025年05月03日 14:55:29 +02:00
README.md Initial commit 2025年05月03日 14:55:29 +02: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/7.0/0.fc40/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.