thanks for your code, i'm trying use this, but i have a question
to call the fuction "write_string"

write_string( int x, //position x
                  int y,  //position y
                  char *text, //text to write on video frame
                  char *frame, //..?
                   int row_size ) // size text

the parameter "char *frame" i guess this char pointer is frame where
write string..?
if this true, from what field struct libav* is pased this..?

Thanks again


German


On Mon, Aug 2, 2010 at 12:40 PM, Glen Ruedinger <gruedin...@gmail.com> wrote:
> Attached is myfont.h which defines the bitmapped font and font.c that draws
> a string on a YUV420P frame buffer.
>
> I have since upgraded my code to use SDL_TTF for more flexability.
>
>
> On Mon, Aug 2, 2010 at 12:10 PM, Stefano Sabatini <
> stefano.sabatini-l...@poste.it> wrote:
>
>> On date Monday 2010-08-02 11:51:00 -0400, German Vallejos C. encoded:
>> > Hi, is possible overlay text with libav* libraries on video frames..?
>>
>> Check libavfilter soc + drawtext.
>>
>> Regards.
>> _______________________________________________
>> libav-user mailing list
>> libav-user@mplayerhq.hu
>> https://lists.mplayerhq.hu/mailman/listinfo/libav-user
>>
>
> _______________________________________________
> libav-user mailing list
> libav-user@mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/libav-user
>
>



-- 
german.valle...@sil-lab.com
_______________________________________________
libav-user mailing list
libav-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to