[FFmpeg-trac] #11157(undetermined:new): libvpx-vp9 support for enable-keyframe-filtering
FFmpeg
trac at avcodec.org
Tue Aug 27 02:28:52 EEST 2024
#11157: libvpx-vp9 support for enable-keyframe-filtering
-------------------------------------+-------------------------------------
Reporter: nicol | Type:
| enhancement
Status: new | Priority: wish
Component: | Version: git-
undetermined | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary : Wish for FFmpeg support for the newly added libvpx-vp9 option,
enable-keyframe-filtering.
https://github.com/webmproject/libvpx/commit/a5ea71f0919cf0670c832ddc36fec4c7d9b8ed84
{{{
Candidate implementations.
Implementation of -enable-keyframe-filtering.
ffmpeg -f lavfi -i testsrc2=d=1 -c:v libvpx-vp9 -cpu-used 1 -enable-
keyframe-filtering 1 foo.mp4
Implement -vpxvp9-params to handle enable-keyframe-filtering.
ffmpeg -f lavfi -i testsrc2=d=1 -c:v libvpx-vp9 -cpu-used 1 -vpxvp9-params
enable-keyframe-filtering=1 foo.mp4
}}}
Patches should be submitted to the ffmpeg-devel mailing list and not this
bug tracker.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11157>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list