<div dir="ltr"><br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div><div><span style="color:rgb(7,55,99)"><font><span style="font-family:arial,helvetica,sans-serif"><span></span><a></a><span></span>Greeshma </span></font></span></div></div></div><div><span style="font-family:'courier new',monospace"><br></span></div></div></div></div>
<br><div class="gmail_quote">On Tue, Mar 24, 2015 at 5:53 PM, Francois Cartegnie <span dir="ltr"><<a href="mailto:fcvlcdev@free.fr" target="_blank">fcvlcdev@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Le 24/03/2015 11:14, greeshma a écrit :<br>
<span class=""><br>
> +enum eia708_WindowAttribs_Justify{<br>
> +    WindowJustify_LEFT=0,<br>
> +    WindowJustify_RIGHT=1,<br>
> +    WindowJustify_CENTER=2,<br>
> +    WindowJustify_FULL=3<br>
> +};<br>
> +<br>
> +enum eia708_WindowAttribs_AnchorID{<br>
> +    WindowAnchorID_UPPER_LEFT=0,<br>
> +    WindowAnchorID_UPPER_CENTER=1,<br>
> +    WindowAnchorID_UPPER_RIGHT=2,<br>
> +    WindowAnchorID_MIDDLE_LEFT=3,<br>
> +    WindowAnchorID_MIDDLE_CENTER=4,<br>
> +    WindowAnchorID_MIDDLE_RIGHT=5,<br>
> +    WindowAnchorID_LOWER_LEFT=6,<br>
> +    WindowAnchorID_LOWER_CENTER=7,<br>
> +    WindowAnchorID_LOWER_RIGHT=8<br>
> +};<br>
> +<br>
<br>
</span>How common are those ones ?<br>
<br></blockquote><div>These are not much common.But The specific anchor point/ID and growth direction helps user more control over positioning of text when there is change in font size.This is one of major pros of CEA-708 over EIA-608 as they are transferred through picture user data.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
We'll have to create/handle subregions but our text_renderer has no html<br>
syntax/parser for that task or for positioning.<br>
<br></blockquote><div>Initially we can restrict it to one, lower center may be.Once the total captioning is made we have to extend the captions for different positioning as it makes the captioning user friendly. </div><div><br></div><div>For Outreachy qualification task,do i need to add more working CEA-708 functions to the existing code? </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Francois<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</blockquote></div><br></div></div>