[FFmpeg-user] Watermarking video in FFmpeg programmatically
Clément Bœsch
ubitux at gmail.com
Mon Feb 6 07:54:31 CET 2012
On Sun, Feb 05, 2012 at 05:32:51PM -0800, killkenny64 wrote:
>
> Clément Bœsch wrote
> >
> >
> > Check doc/examples/filtering.c, it's an example of libavfilter usage with
> > filter_descr="scale=78:24" as filter.
> >
> > [...]
> >
> > --
> > Clément B.
> >
>
> Thanks,
>
> Are there any other examples of the use of libavfilter (programmatically)?
> filtering.c uses the scale filter; are there other examples using different
> filters?
>
Well, if it's not enough for you, you can look at ffmpeg.c and eventually
the lavfi device (libavdevice/lavfi.c).
> I'm trying to learn better how to use this library programmatically so that
> I can eventually add a watermark to a video.
>
Look at the code path followed by ffmpeg when using the overlay video
filter then.
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20120206/a813c8a5/attachment.asc>
More information about the ffmpeg-user
mailing list