Video Watermark Marker – PHP Video Watermark

Overview

Video Watermark Marker – watermark all your videos!
This script will automatically add a custom watermark on your video without modifying the original video. It is easy to install and easy to use. How cool is that!

Features

  • Upload single video
  • Upload multiple videos
  • Config watermark image location, size and quality
  • S3 storage supporting

Requirements

  • PHP 7.x
  • ext-exif
  • ext-gd
  • ffmpeg
  • ffprobe

Instructions

  • Install extensions:
    • PHP 7.x
    • ext-exif: sudo apt-get install php7.1-mbstring && sudo apt-get install php7.1-common
    • ext-gd: sudo apt-get install php7.1-gd
    • ffmpeg + ffprobe: sudo apt install ffmpeg
  • Download package
  • Upload videos
  • Execute the script
  • Get the watermark videos

Related