Hello,
I try to mix a "goom" stream into a larger video stream using a pipline like this: gst-launch -v audiotestsrc ! goom ! ffmpegcolorspace ! videobox border-alpha=0 alpha=1 left=-200 ! videomixer name=mix ! ffmpegcolorspace ! xvimagesink \ videotestsrc ! video/x-raw-yuv, width=720, height=576 ! ffmpegcolorspace ! videobox border-alpha=0 alpha=1 ! mix. But the "goom" image hang very quickly as if it was a still image. On some rare occasion, the "gome" image work as expected, but this was the videotestsrc that hang. What is the problem and how to solve it ? I tryed by adding some queue, but without any success. This problem exist as well with monoscope, but not if a mix two videotestsrc. Best regards, -- Jean-Christian de Rivaz ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Jean-Christian de Rivaz a écrit :
> Hello, > > I try to mix a "goom" stream into a larger video stream using a pipline > like this: > > gst-launch -v audiotestsrc ! goom ! ffmpegcolorspace ! videobox > border-alpha=0 alpha=1 left=-200 ! videomixer name=mix ! > ffmpegcolorspace ! xvimagesink \ > videotestsrc ! video/x-raw-yuv, width=720, height=576 ! ffmpegcolorspace > ! videobox border-alpha=0 alpha=1 ! mix. > > But the "goom" image hang very quickly as if it was a still image. On > some rare occasion, the "gome" image work as expected, but this was the > videotestsrc that hang. What is the problem and how to solve it ? > > I tryed by adding some queue, but without any success. This problem > exist as well with monoscope, but not if a mix two videotestsrc. > > Best regards, Nobody seem to have my problem... Anyway, after several days I found that I need to add a videorate element to make the pipeline work as expected: gst-launch -v audiotestsrc ! goom ! ffmpegcolorspace ! videobox border-alpha=0 alpha=1 left=-200 ! videorate ! videomixer name=mix ! ffmpegcolorspace ! xvimagesink videotestsrc ! video/x-raw-yuv, width=720, height=576 ! ffmpegcolorspace ! videobox border-alpha=0 alpha=1 ! mix. Regards, -- Jean-Christian de Rivaz ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |