Skip to content

Mashinow/Sora2-Watermark-Swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sora2-Watermark-Swap

This repository provides a fast and efficient solution for replacing the default Sora watermark with your own social media watermark. The best part? No neural networks or AI required - just simple, effective processing.

How It Works

The script automatically detects the standard Sora watermark position and replaces it with your custom social media handle/watermark using traditional computer vision techniques.

Quick Start

  1. Place your video file named input.mp4 in the project root directory

  2. Run the watermark replacement script:

    python hide_watermark.py
  3. Your processed video will be saved as output.mp4 in the project folder

  4. You can also use command-line arguments:

    • -i or --input — path to input video
    • -o or --output — path to output video
    • -f or --force_type — force specific watermark type (0 = auto-detect)

    Example:

    python hide_watermark.py -i input.mp4 -o result.mp4 -f 2

Example Results

Check out these demonstration files included in the repository:

Original Video (with default Sora watermark):

input.mp4

Processed Video (with your social media watermark):

output.mp4

Features

  • Lightning-fast processing (no heavy AI models)
  • Simple one-command operation
  • Preserves original video quality
  • Easy customization of watermark text/position
  • No external dependencies or API keys required

Customization

Edit the hide_watermark.py file to customize:

  • Your social media handle/text
  • Watermark position, size, and style
  • Font properties and opacity

About

This repository allows you to replace the watermark of the Sora with your own.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages