GNOME Bugzilla – Bug 746008
Videofilters: There is no support to for a motionblur filter
Last modified: 2018-11-03 13:31:56 UTC
There is no motionblur filter in videofilters
Created attachment 299069 [details] [review] videofilters: Added support for a motionblur filter Added a convolution based filter to do motionblur. It is tested for RGB, NV data
Created attachment 303344 [details] [review] videofilters: Added support for motionblur filter Added a convolution based motionblur filter This supports NV, RGB formats as of now and is tested with below pipelines gst-launch-1.0 filesrc location=pm.mp4 ! decodebin ! videoconvert ! "video/x-raw, format={RGB}" ! motionblur ! videoconvert ! ximagesink gst-launch-1.0 filesrc location=pm.mp4 ! decodebin ! videoconvert ! motionblur ! videoconvert ! ximagesink Incorporated all previous comments Request to please review
Created attachment 303347 [details] [review] videofilters: Added support for convolution based motionblur filter Made a minor change in gstvideofilterbad.c to point to motionblur filter Request to review.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/220.