[Bug 297529] multimedia/ffmpeg lost of postprocessing filters
| Newsgroups | gmane.os.freebsd.devel.multimedia |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297529
Bug ID: 297529
Summary: multimedia/ffmpeg lost of postprocessing filters
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
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
--
You are receiving this mail because:
You are the assignee for the bug.