[FFmpeg-user] Overlay Filter Broken?

defunct andyr at paulbunyan.net
Tue Nov 13 22:10:40 CET 2012


This is so frustrating.  I'm trying to use a live Axis webcam stream and the
overlay filter to put a logo in the corner of my video.  I've got this
working on an older Centos server but want to upgrade to a newer version and
I can't find one that works.

Last time I got this working by downloading libavfilter and checking out
ffmpeg with the checkout.sh script.  Now when I do that, the latest ffmpeg
snapshot doesn't stream smoothly on a recent copy of debian or Centos 6.2.

The last thing I've done is download ffmpeg-0.10.6 and built it from source. 
With this version, the camera is really smooth but the overlay doesn't
happen.

ffmpeg version 0.10.6 Copyright (c) 2000-2012 the FFmpeg developers
  built on Nov 12 2012 14:02:22 with gcc 4.4.6 20120305 (Red Hat 4.4.6-4)
  configuration: --enable-filter=movie --enable-avfilter --enable-libmp3lame
--enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid
--enable-gpl
  libavutil      51. 35.100 / 51. 35.100
  libavcodec     53. 61.100 / 53. 61.100
  libavformat    53. 32.100 / 53. 32.100
  libavdevice    53.  4.100 / 53.  4.100
  libavfilter     2. 61.100 /  2. 61.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0.  6.100 /  0.  6.100
  libpostproc    52.  0.100 / 52.  0.100


Here's my command:

./ffmpeg -i rtsp://root:password@192.168.100.5/axis-media/media.amp  -y
-vsync 2 -s 512x288 -vf "movie=0:png:/home/webcam/logo/glow.png [logo];
[in][logo] overlay=10:10:1 [out]" http://localhost:8090/feed1.ffm

Any thoughts? Let me rock it Chaka Khan??  

Sorry that was random...  I've been working on this so long that I'm
starting to loose it.



--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Overlay-Filter-Broken-tp4654981.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list