[vlc-devel] How to draw a line in subpicture_t region

Olivier Aubert olivier.aubert at liris.cnrs.fr
Mon Aug 27 13:03:28 CEST 2012


Hello

Did you give the svg video filter a try? This would solve your line and
text drawing issues (and open possibilities to anything that can be
drawn in SVG).

Best regards,
Olivier

On Mon, 2012-08-27 at 00:27 -0700, Peter Tap wrote:
> Folks,
> 
> In the past, I have developed a video filter to write specific text on the screen at various locations while the movie is being played.
> 
> I now need to develop a new video filter that will cross out certain regions of a screen. All that is required is to draw two lines of specific sizes. The RGB color to be used for the line is obtained at runtime and varies over time as the movie progresses..
> 
> I am trying to understand how I can draw lines in subpicture_t structure.
> 
> After looking at various files under modules/video_filter, it appears:
> 
> subpicture_t has a field p_picture of type picture_t
> picture_t has a field called p of type plane_t
> plane_t has a field called p_pixels of type uint8_t*.
> 
> Do I have to write RGB values directly into p_pixels? 
> 
> Or, is there a drawLine API somewhere that I could use?
> 
> 
> I would appreciate your help if you could point me in the right direction.
> 
> Best regards,
> Peter
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel





More information about the vlc-devel mailing list