Hi, I have a pipeline I use to compose a video stream from multiple cameras. I've found a problem whereby blacks appear as 'flickery white' in the resulting image. This problem only appears when I blend using pixel formats which contain an alpha channel, and using images below a certain height. gst-launch-1.0 uridecodebin uri=file://`pwd`/b.1.mkv ! videobox top=143 ! videorate ! 'video/x-raw,framerate=25/1,format=AYUV' ! compositor ! glimagesink gst-launch-1.0 uridecodebin uri=file://`pwd`/b.1.mkv ! videobox top=144 ! videorate ! 'video/x-raw,framerate=25/1,format=AYUV' ! compositor ! glimagesink _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
This problem is caused by the videobox element, which I had been using because I needed Y444 support at one point. I don't now, and can use videocrop instead, which doesn't exhibit this issue. On 16 June 2016 at 15:41, Duncan Palmer <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
If not already done, please file a bug. Though in general videobox is slow and can be replaced with crop and compositor. > _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |