[FFmpeg-user] insert a logo at certain frames

Rossana Guerra guerra.rossana at gmail.com
Thu May 17 04:44:43 CEST 2012


Here is the command I find after googling and reading here
http://ffmpeg.org/libavfilter.html  (overlay section)

ffmpeg -i video1.avi -vf "movie=md.png [logo]; [in][logo] overlay=W-w-10:10
[out]" output3.avi

video1.avi - source video
md.png - name of the logo (it could be a bmp/jpg)
output3.avi - the processed avi file

Hope it helps you.

the links (labels into []) are described in the documentation which isn't
very clear enough in my opinion.
Any reading suggested?

Regards

Rossana

2012/5/16 Bhikkhu Mettavihari <tv.lists at gmail.com>

> Hello Rossana,
>
> I would like to learn from you.
> what is the command you are using to insert a logo to the entire file.
>
> regards
> Mettavihari
>
> On Thu, May 17, 2012 at 6:10 AM, Rossana Guerra <guerra.rossana at gmail.com
> >wrote:
>
> > Hi everyone, I need to insert a logo from a certain period of times or
> > frames. Is there a way?
> > I could insert a logo but it appears during the whole video.
> >
> > I am using .avi files.
> >
> > Thanks and regards
> >
> > Rossana
> > _______________________________________________
> > ffmpeg-user mailing list
> > ffmpeg-user at ffmpeg.org
> > http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
>
>
>
> --
> Streaming video from http://dharmavahini.tv
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list