mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2 1/2] ffmpeg: enable filters and swscale
@ 2025-11-21  8:50 Sven Püschel
  2025-11-21  8:50 ` [ptxdist] [PATCH v2 2/2] gst-libav1: fix avvideocompare element Sven Püschel
  2025-11-27 15:12 ` [ptxdist] [PATCH v2 1/2] ffmpeg: enable filters and swscale Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Sven Püschel @ 2025-11-21  8:50 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

Enable the filters and swscale, as they are required by the GStreamer
avvideocompare element. This uses the ssim or psnr filter to compare
two video inputs. Internally this also expects swscale to be available
to potentially scale the inputs to the same size.

The change increases the libavfilter.so file size from 148.0K to 4.3M.
The remaining shared libraries from libav keep their size.

Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
 rules/ffmpeg.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/ffmpeg.make b/rules/ffmpeg.make
index 3f177021b..f1b304fc4 100644
--- a/rules/ffmpeg.make
+++ b/rules/ffmpeg.make
@@ -75,7 +75,7 @@ FFMPEG_CONF_OPT		:= \
 	--enable-avcodec \
 	--enable-avformat \
 	--enable-swresample \
-	--disable-swscale \
+	--enable-swscale \
 	--enable-avfilter \
 	\
 	--enable-pthreads \
@@ -98,7 +98,7 @@ FFMPEG_CONF_OPT		:= \
 	--disable-indevs \
 	--disable-outdevs \
 	--disable-devices \
-	--disable-filters \
+	--enable-filters \
 	\
 	--disable-alsa \
 	--disable-appkit \
-- 
2.47.3




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-11-27 15:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-21  8:50 [ptxdist] [PATCH v2 1/2] ffmpeg: enable filters and swscale Sven Püschel
2025-11-21  8:50 ` [ptxdist] [PATCH v2 2/2] gst-libav1: fix avvideocompare element Sven Püschel
2025-11-27 11:10   ` Michael Olbrich
2025-11-27 15:12 ` [ptxdist] [PATCH v2 1/2] ffmpeg: enable filters and swscale Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox