maintainer-feedback requested: [Bug 297529] multimedia/ffmpeg lost of postprocessing filters
| Newsgroups | gmane.os.freebsd.devel.multimedia |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
Bugzilla Automation <[email protected]> has asked freebsd-multimedia (Nobody) <[email protected]> for maintainer-feedback: Bug 297529: multimedia/ffmpeg lost of postprocessing filters https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297529 --- Description --- ffmpeg8 and up postprocessing filters (vf=pp) now as different project: # libpostproc, GPL, maintained by Michael Niedermayer https://github.com/michaelni/FFmpeg.git libpostproc https://github.com/michaelni/libpostproc Important libpostproc was changed into a source plugin of FFmpeg or rather thats what i intend to maintain going forward. From within a recent FFmpeg checkout you should be able to simply run tools/merge-all-source-plugins tools/source-plugins.txt and that should merge in libpostproc from: https://github.com/michaelni/FFmpeg/tree/sourceplugin-libpostproc after that, if you build that ffmpeg you also build libpostproc and a ffmpeg that can use that libpostproc automatically