From: Kalin KOZHUHAROV Date: Tue, 15 May 2018 12:06:23 +0000 (+0200) Subject: media-video/ffmpeg: add USE=vidstab X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=473c374441108c1dee3cc752fcad3ece19be8209;p=gentoo.git media-video/ffmpeg: add USE=vidstab Closes: https://bugs.gentoo.org/517890 Closes: https://bugs.gentoo.org/675176 Signed-off-by: Kalin KOZHUHAROV Signed-off-by: Kalin KOZHUHAROV Closes: https://github.com/gentoo/gentoo/pull/10810 Signed-off-by: Craig Andrews --- diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 855682dc540e..df4ddb5f0091 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -81,7 +81,7 @@ FFMPEG_FLAG_MAP=( # libavfilter options appkit bs2b:libbs2b chromaprint flite:libflite frei0r - fribidi:libfribidi fontconfig ladspa libass lv2 truetype:libfreetype + fribidi:libfribidi fontconfig ladspa libass lv2 truetype:libfreetype vidstab:libvidstab rubberband:librubberband zeromq:libzmq zimg:libzimg # libswresample options libsoxr @@ -236,6 +236,7 @@ RDEPEND=" vaapi? ( >=x11-libs/libva-1.2.1-r1[${MULTILIB_USEDEP}] ) video_cards_nvidia? ( >=media-libs/nv-codec-headers-8.1.24.2[${MULTILIB_USEDEP}] ) vdpau? ( >=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}] ) + vidstab? ( >=media-libs/vidstab-1.1.0[${MULTILIB_USEDEP}] ) vorbis? ( >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index 35024c9f8c5f..5a7a9e5dcefe 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -54,6 +54,7 @@ Enable support for Secure Reliable Transport (SRT) via net-libs/srt Enable SSH/sftp support via net-libs/libssh. Enables MP2 encoding via media-sound/twolame as an alternative to the internal encoder. + Enables video stabilization filter using vid.stab library (media-libs/vidstab). Enables vp8 codec support using libvpx: Decoding vp8 does not require this to be enabled but libvpx can also be used for decoding; encoding vp8 requires this useflag to be enabled though. Enables HEVC encoding with media-libs/x265. Enables net-libs/zeromq support with the zmq/azmq filters.