https://github.com/devsargam/dynamic-video-watermark
A hacky way to add a watermark in video. Find the id who distributed the video
https://github.com/devsargam/dynamic-video-watermark
Last synced: 5 months ago
JSON representation
A hacky way to add a watermark in video. Find the id who distributed the video
- Host: GitHub
- URL: https://github.com/devsargam/dynamic-video-watermark
- Owner: devsargam
- Created: 2024-08-02T06:48:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T20:19:22.000Z (almost 2 years ago)
- Last Synced: 2025-09-30T05:46:41.143Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.53 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 100xUploader
### Cli Command
This converts plain video file into watermarked video
```bash
ts-node cli.ts convert --video ./uploads/input.mp4 --image ./uploads/watermark.png
```