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

https://github.com/cppshane/framr

Web app to give videos a fancy frame with FFmpeg WebAssembly
https://github.com/cppshane/framr

angular ffmpeg

Last synced: 7 months ago
JSON representation

Web app to give videos a fancy frame with FFmpeg WebAssembly

Awesome Lists containing this project

README

          

# framr.dev

I wrote an FFmpeg script to give the coding portions of my YouTube videos a nice blur shadow effect. And then I realized FFmpeg was ported to WebAssembly, so it can run in the browser. And here we are.

Here is an example of what the frame looks like:

![framr-demo](https://cdn.shaneduffy.io/blog/framr-demo.gif)

Note: FFmpeg is much, much slower on the browser like this. I recommend using the original ffmpeg bash script if you need to process large/many files.