Advertisement
Guest User

Untitled

a guest
Dec 11th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ffmpeg -i http://192.168.0.2/video.mp4 -vf "movie=image.png [watermark]; [in][watermark] overlay=0:0 [out]" http://localhost:9090/feed0.ffm
  2.  
  3. this is not ok, the image.png is not applied on the video
  4.  
  5. ffmpeg -i http://192.168.0.2/video.mp4 -vf "movie=image.png [watermark]; [in][watermark] overlay=0:0 [out]" experiment.avi
  6.  
  7. this is ok, the image.png is correctly applied on the video
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement