https://github.com/cppshane/framr-script
Script to give videos a fancy frame with FFmpeg
https://github.com/cppshane/framr-script
Last synced: 10 months ago
JSON representation
Script to give videos a fancy frame with FFmpeg
- Host: GitHub
- URL: https://github.com/cppshane/framr-script
- Owner: cppshane
- Created: 2022-07-30T21:25:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T16:35:06.000Z (about 3 years ago)
- Last Synced: 2025-01-15T13:05:14.830Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Framr Script
Script to give videos a fancy frame with FFmpeg.
Also check out the Framr web app. It uses FFmpeg compiled to WebAssembly to run on your browser.
## Framr Usage
Arguments
```
framr.sh video shadowImage innerWidth innerHeight innerX innerY outputVideo
```
Example (for 1920x1080 video)
```
framr.sh video.mp4 shadow.png 1800 1012 60 34 output.mp4
```
## Framr Batch Usage
Arguments
```
framr-batch.sh videosDirectory videoType shadowImage innerWidth innerHeight innerX innerY
```
Example (for 1920x1080 videos)
```
framr-batch.sh myVideos mp4 shadow.png 1800 1012 60 34
```