An open API service indexing awesome lists of open source software.

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

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
```