TexyOverlay in Video

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

TexyOverlay in Video

lijinshyam
Hi ,

      I tried The textoverlay plug-in and its working fine , Is it possible to make the text in the video scrolling...??

     I tired the pipeline
    
        gst-launch -v videotestsrc ! textoverlay text="Room A" valign=top halign=left ! xvimagesink
         
 Regards
  Lijin

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users
worldwide. Take advantage of special opportunities to increase revenue and
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: TexyOverlay in Video

Stefan Sauer
On 27.08.2010 10:10, LIJIN SYAM K wrote:

> Hi ,
>
>       I tried The textoverlay plug-in and its working fine , Is it
> possible to make the text in the video scrolling...??
>
>      I tired the pipeline
>    
>         gst-launch -v videotestsrc ! textoverlay text="Room A" valign=top halign=left ! xvimagesink
>          
>  Regards
>   Lijin

not as it is now. One could make all the position properties
controllable. Then you could animate them from the application.

Stefan

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: TexyOverlay in Video

schuming
Hi,
   I'm just trying to do some scrolling text effect on a video frame ,could you give me some advice?just like which plugin I can use(I used to try the textoverlay,but it didn't seem like to have this property).
   English is not my mother tongue,so I might have some mistakes in explaining my problems,hope your advice!
   Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: TexyOverlay in Video

Charlie X. Liu
TextOverlay
(http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-textoverlay.html)
should work. Like adding: ! textoverlay text="SampleText" !

So does ClockOverlay/TimeOverlay. Here are two full command examples, as
reference:

$ gst-launch-0.10 v4l2src device=/dev/video0 ! ffmpegcolorspace ! \
            video/x-raw-yuv,width=640,height=480 ! clockoverlay \
             halign=left valign=toptext=”2012-02-28:” \
             shaded-background=true! autovideosink

$ gst-launch-0.10 v4l2src device=/dev/video2 ! ffmpegcolorspace !\
            video/x-raw-yuv,width=640,height=480 ! clockoverlay \
             halign=left valign=toptext=”2011-12-08:” \
             shaded-background=true! theoraenc quality=32 ! \
             oggmux ! filesinklocation=./video-ch3.ogg

That had been tested with real capture card, Sensoray Model 811/911
(http://www.sensoray.com/products/811.htm or
http://www.sensoray.com/products/911.htm).


Charlie X. Liu, Ph.D.
Sensoray Company, Inc.


> Hi,
>
>    I'm just trying to do some scrolling text effect on a video frame,
could you give me some advice?just like which plugin I can use(I used
to try the textoverlay,but it didn't seem like to have this
property).

>
>    English is not my mother tongue,so I might have some mistakes in
> explaining my problems,hope your advice!
>
>    Thanks!
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/TexyOverlay-in-Video-tp2340695p4655804.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: TexyOverlay in Video

Charlie X. Liu
Sorry, just noticed, there was a space missing between valign=top and
text=”2012-02-28:”, in the sample commands.

> TextOverlay
> (http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-textoverlay.html)
> should work. Like adding: ! textoverlay text="SampleText" !
>
> So does ClockOverlay/TimeOverlay. Here are two full command examples, as
> reference:
>
> $ gst-launch-0.10 v4l2src device=/dev/video0 ! ffmpegcolorspace ! \
>             video/x-raw-yuv,width=640,height=480 ! clockoverlay \
>              halign=left valign=top text=”2012-02-28:” \
>              shaded-background=true! autovideosink
>
> $ gst-launch-0.10 v4l2src device=/dev/video2 ! ffmpegcolorspace !\
>             video/x-raw-yuv,width=640,height=480 ! clockoverlay \
>              halign=left valign=top text=”2011-12-08:” \
>              shaded-background=true! theoraenc quality=32 ! \
>              oggmux ! filesinklocation=./video-ch3.ogg
>
> That had been tested with real capture card, Sensoray Model 811/911
> (http://www.sensoray.com/products/811.htm or
> http://www.sensoray.com/products/911.htm).
>
>
> Charlie X. Liu, Ph.D.
> Sensoray Company, Inc.
>
>
>> Hi,
>>
>>    I'm just trying to do some scrolling text effect on a video frame,
> could you give me some advice?just like which plugin I can use(I used
> to try the textoverlay,but it didn't seem like to have this
> property).
>>
>>    English is not my mother tongue,so I might have some mistakes in
>> explaining my problems,hope your advice!
>>
>>    Thanks!
>>
>>
>> --
>> View this message in context:
>> http://gstreamer-devel.966125.n4.nabble.com/TexyOverlay-in-Video-tp2340695p4655804.html
>> Sent from the GStreamer-devel mailing list archive at Nabble.com.
>> _______________________________________________
>> gstreamer-devel mailing list
>> [hidden email]
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel