Questions tagged [video-watermarking]

For questions regarding the development and placement of watermarks on video interfaces. The tag is commonly associated with [video].

76 questions
22
votes
6 answers

iPhone Watermark on recorded Video.

In my Application I need to capture a video and Put a watermark on that video. The watermark should be Text(Time and Notes). I saw a code using "QTKit" Frame work. However I read that the framework is not available for iPhone. Thanks in…
Dilip Rajkumar
  • 7,006
  • 6
  • 60
  • 76
18
votes
1 answer

Adding an Image Frame or Watermark for Video in Android programmatically

I am working on an Android Camera Application which have capability of Image and Video capturing. Later users can annotate on the image and add watermark to Video. All went fine when drawing Annotation on Image but failed to get no solution. In…
TNR
  • 5,839
  • 3
  • 33
  • 62
16
votes
0 answers

Capture video with overlay data (or watermark)?

I'm creating a video recording app that record video via camera and show some overlay data info (such as current location, weather,... in other word, we can call these as watermark) at the same time. Currently, i create an overlay layout on top of…
Lạng Hoàng
  • 1,790
  • 3
  • 17
  • 32
7
votes
2 answers

Watermarking video from the Linux command line

does anyone know how to watermark video from the Linux command line using a simple tool? Watermarking in ffmpeg isn't supported in the current version, and requires a custom compile. Max.
user7289
  • 32,560
  • 28
  • 71
  • 88
6
votes
1 answer

Android Video Watermark, W/O Server?

I have been looking for a way to add a watermark, be it image or text, on a video. Something like "Property of XYZ", or how many seconds it's been since the video started recording "2:45." on the bottom right. So far, I have only found solutions…
5
votes
2 answers

Removing watermark from an image using bbox parameters

I am using a Computer Vision cloud service to detect watermarks on a set of images. The cloud service returns the location of the watermark in form of Bounding Box (bbox). For example, one output looked like this: "text": "Watermarked Text", …
George Chalhoub
  • 14,968
  • 3
  • 38
  • 61
5
votes
2 answers

is it possible to overlay an image on each frame of a video using FFMPEG

I am trying to overlay 10 different images on a 10 second video. I am currently able to overlay one image over the entire time span of the video using FFMPEG. I want to be able to see a different image every sec on the video. How can i achieve this…
ReubenCH
  • 123
  • 1
  • 9
4
votes
1 answer

Detect watermark/logo in image/video

I'm trying to analyze a video file and detect if it has a network logo on the bottom right corner. I figured it might be easier if I just take a few random frames and see if they have a logo/water mark in common. I just have no idea how to start. is…
4
votes
3 answers

Is there a standard way of Watermarking videos in Python?

Is there any standard method of watermarking videos of some format in Python? And how about still images?
Max
  • 4,152
  • 4
  • 36
  • 52
4
votes
4 answers

Adding a image resource over video file from sd card using ffmpeg or MediaMuxer for android

I am stuck in this area which I am not comfortable at all to work in. Here is what I did so far: Made an Ubuntu VirtualBox machine Downloaded latest ffmpeg version which is 2.3.3 Compiled ffmpeg to be compatible with armv7-a so in the end I get two…
Alin
  • 14,809
  • 40
  • 129
  • 218
4
votes
3 answers

Watermarking on existing video

I'm looking for a method to watermarking on a video with C#. As writing text on it. Image or text label... How can I do it? Thanks.
Erçin Dedeoğlu
  • 4,950
  • 4
  • 49
  • 69
3
votes
1 answer

TypeError: player.watermark is not a function when using videojs-watermark

I am trying to use the videojs-watermark npm module but the error which I am getting is: TypeError: player.watermark is not a function. The code is as follows: import React, { Component } from "react"; import videojs from "video.js"; import…
Vedant
  • 277
  • 2
  • 5
  • 13
3
votes
1 answer

Add dynamic watermark that randomly changes position over video React/Node

I am building an online course website. To discourage video recording of paid courses, I would like to add a dynamic watermark over the video which randomly changes location over the screen. The watermark will display the email id of the user logged…
Vedant
  • 277
  • 2
  • 5
  • 13
3
votes
2 answers

Add a watermark image to a video

I'm new to AVFoundation, and i'm trying to add a image to a video. however i keep getting an error : failed Optional(Error Domain=AVFoundationErrorDomain Code=-11823 "Cannot Save" UserInfo={NSLocalizedDescription=Cannot Save,…
Peter Pik
  • 11,023
  • 19
  • 84
  • 142
2
votes
0 answers

Remove tiktok video logo/watermark using laravel/ffmpeg?

How I can remove tiktok video logo/watermark using FFmpeg? Like most sites are doing e.g https://ssstik.io/en I tried to remove the logo using delogo filter https://github.com/protonemedia/laravel-ffmpeg but it leaves a blur effect in the video…
royallife
  • 98
  • 7
1
2 3 4 5 6