Skip to content

eluv-io/blind-video-watermark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blind-video-watermark

PyPI License

Blind video watermarking with great invisibility and robustness.

blind-video-watermark features multiple blind video watermarking techniques in DT CWT domain. It aims at achieving good imperceptibility and strong robustness against various operations and attacks, including compression, resizing, cropping, rotation and frame rate conversions.

Installation

pip install blind-video-watermark

For the latest in-development version:

git clone https://github.com/eluv-io/blind-video-watermark
cd blind-video-watermark
pip install .

Getting Started

  1. The documentations are hosted on this repo's Wiki Page. Check this page for examples and documentations of the command line interface.
  2. Play with the examples in examples directory. All sample videos, images and watermarks are included inside. Take a look at the doc for various interfaces for developers.