Resource icon

Free Webm Transparent Animated Graphics from Powerpoint 2022-01-02

New VBA stuff for this which does both transparent MOV and Webm. Code here:

and video here:


Powerpoint to WebM Transparent Video
Exports slides as transparent webm or mov files for OBS, youtube, or other streaming. Powerpoint template with VBA is available on Github.

How it works
  1. A graphic is placed on a slide with the background color set to solid green 0x00FF00 or blue 0x00000FF
  2. The graphic is animated (if desired)
  3. It is exported as a 4K MP4 video (MOV works too, though I see no difference)
  4. The MP4 video is then converted to a WebM video file using FFMPEG. You can add to OBS transparency ready, without a green screen filter!
Installation
Install FFMPEG https://www.ffmpeg.org/download.html

Set the path to ffmpeg.exe in the Powerpoint Slide 1 Also set folders for which to place MP4 and WebM exports

Known Issues
There is green or blue fringing around graphics that have shadows or motion, etc. Best to pick the background color that you will mind the least, if this is an issue. I've tried some ffmpeg tricks to fix this but no luck. Hopefully someone can solve.

Basic/Current FFMPEG params
"file.mp4" -b:v 2M -vf "chromakey=0x00FF00:.20:.15,format=rgba,scale=1920x1080" -c:v libvpx-vp9 -auto-alt-ref 0 "ouput.webm"

For ProRes, Davinci Resolve won't work with WebM, currently (i'm sure this could be improved) " file.mp4" -c:v qtrle -vf "chromakey=0x00FF00:.2:.15,format=rgba,scale=1920x1080" "output.mov"

My YouTube is "Maxotics". I can also be reached at maxotics.com
Author
maxotics
Downloads
895
Views
4,893
First release
Last update
Rating
0.00 star(s) 0 ratings
Top