> -----Original Message----- > From: Song, Ruiling > Sent: Thursday, May 9, 2019 3:43 PM > To: [email protected] > Cc: Song, Ruiling <[email protected]> > Subject: [PATCH] avfilter/vf_unsharp: enable slice threading > > Signed-off-by: Ruiling Song <[email protected]> > --- > libavfilter/unsharp.h | 4 +- > libavfilter/vf_unsharp.c | 98 ++++++++++++++++++++++++++++++---------- > 2 files changed, 78 insertions(+), 24 deletions(-)
Add some performance number in case somebody have interest to know. Running "ffmpeg -i 1080p.mp4 -vf unsharp=la=3:ca=3 -an -f null /dev/null" on my local machine (i7-6770HQ): the fps increase from 50 to 120. Thanks! Ruiling _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
