gitmyhub

reframe

JavaScript ★ 82 updated 2mo ago

Webapp for framing a video clip and exporting an MP4.

Reframe is a browser tool for framing a video clip with rounded corners, a border, and a shadow on a square canvas, then exporting it as an MP4.

JavaScriptsetup: easycomplexity 1/5

Reframe is a browser-based tool for adding a polished frame around a video clip and saving the result as an MP4 file. It was built specifically for dressing up phone screen recordings, placing the video on a square canvas with styling options such as an inset, rounded corners, a border, a drop shadow, and a custom background color or image.

You use it by dragging your video file onto the canvas, optionally dragging in a background image, adjusting the framing controls in a side panel, and clicking Export MP4. Audio is not preserved in the output.

The README is quite short and describes only these core features, with no mention of installation since it runs directly in the browser at the project's GitHub Pages link.

Where it fits