[Libav-user] control line spacing and support for text borders on drawtext filter (patch)

2012-09-11 Thread Leandro Santiago
Hello to all. I've made some modifications on drawtext filter which I currently use at work. The modifications are the support of controlling the spacing between lines and a very primitive support for borders around text. It's primitive because it works only with one or 2px (I basically copied

Re: [Libav-user] control line spacing and support for text borders on drawtext filter (patch)

2012-09-11 Thread Leandro Santiago
ops, wrong mailing list :-( 2012/9/11 Leandro Santiago leandrosansi...@gmail.com: Hello to all. I've made some modifications on drawtext filter which I currently use at work. The modifications are the support of controlling the spacing between lines and a very primitive support for borders

Re: [Libav-user] Help using libavfilter: filters aren't being applied

2012-06-18 Thread Leandro Santiago
[FIXED] Ooops, The error was mine, not of libavfilter. I was encoding a frame without filtering (a noob's problem of variable name) when I had to use the frame resulted of filer process. 2012/6/14 Leandro Santiago leandrosansi...@gmail.com: Hello to all. I'm trying to use libavfilter

[Libav-user] Help using libavfilter: filters aren't being applied

2012-06-14 Thread Leandro Santiago
Hello to all. I'm trying to use libavfilter and initially I created a simple .c file which reads a frame from a input and convert this frame to an output png image. I tried to follow the file doc/examples/filtering_video.c and right now my program just open a file, get a frame and save it in a

Re: [Libav-user] Bug in drawtext (FT_LOAD_*)?

2012-06-05 Thread Leandro Santiago
I had read the parser but I couldn't find the flags option. Now you said I can see it in libavutil/opt.c:195. Thx a lot :-) I will report the documentation issue. 2012/6/5 Stefano Sabatini stefa...@gmail.com: if this is documented somewhere, you're welcome to create an issue on trac if not or

[Libav-user] Bug in drawtext (FT_LOAD_*)?

2012-06-04 Thread Leandro Santiago
Hello to all. I'm using the drawtext filter in a project and I couldn't use the ft_load_flags option. I'm using ffmpeg 0.11, but I also tested in 0.9.2 and from master branch. The results are the same. What I have to to is write the text using the FT_LOAD_MONOCHROME (defned in freetype.h), which

Re: [Libav-user] Problems cross compiling ffmpeg 0.9.1 for windows using ubuntu 11.04 32-bit

2012-03-21 Thread Leandro Santiago
I think I could compile fine. I was using an old gcc version (mingw of the repository uses gcc 4.2), and when i tried a new mingw version (with gcc 4.7), the compilation worked fine. Which gcc version ffmpeg requires? 2012/3/16 Andrey Utkin andrey.krieger.ut...@gmail.com: 2012/3/16 Carl Eugen

Re: [Libav-user] Problems cross compiling ffmpeg 0.9.1 for windows using ubuntu 11.04 32-bit

2012-03-15 Thread Leandro Santiago
, but now I remembered only of those ones :) I'm planning to update my app to the new API, but right now I really have to put ffmpeg and libav* working on windows :-) 2012/3/15 Carl Eugen Hoyos ceho...@ag.or.at: Leandro Santiago leandrosansilva@... writes: I'm trying to cross compile ffmpeg 0.9.1 (I

Re: [Libav-user] Recent ffmpeg version doesn't support v4l2

2011-07-04 Thread Leandro Santiago
(pIFormatCtx, sFile, pIFormat,dict); And it worked :-) Why did you replaced informations like video width and height by strings in a dictionary? By the say, thx for your help :-) 2011/7/2 Stefano Sabatini stefano.sabatini-l...@poste.it: On date Friday 2011-07-01 15:23:58 -0300, Leandro Santiago encoded

Re: [Libav-user] Recent ffmpeg version doesn't support v4l2

2011-07-04 Thread Leandro Santiago
Or not... The error's reappeared, and the only thing I did was recompile the projeto. Maybe there's a problem with my cameras, because I also use this same ffmpeg version in my notebook, using video4linux2 api, and it works fine always... I will investigate it more. 2011/7/4 Leandro Santiago

[Libav-user] libvfilter usage: how to write a text in a frame?

2011-07-01 Thread Leandro Santiago
Hello to all. I've alread compiled libav* with freetype support, and now I want to write a text over a frame. I've seen there is a filter for this (drawtext), but I really don't know how to use it. In fact I don't know how to use libavfilter, because I couldn't find any tutorials on the Internet.

Re: [Libav-user] Recent ffmpeg version doesn't support v4l2

2011-07-01 Thread Leandro Santiago
ffmpeg as superuser? There is no requirement to build ffmpeg as superuser. On Saturday, June 18, 2011, Leandro Santiago leandrosansilva-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: Please do not top-post on these mailing-lists. Regards, --  Nicolas George -BEGIN PGP SIGNATURE

Re: [Libav-user] Recent ffmpeg version doesn't support v4l2

2011-06-20 Thread Leandro Santiago
: Could this be related to the requirement to build ffmpeg as superuser? Alex On Saturday, June 18, 2011, Leandro Santiago leandrosansi...@gmail.com wrote: Hello to all. Some days ago, after I got lastest ffmpeg source, ffmpeg stoped to work with my v4l2 cameras. They're using the bttv