Windows app to reframe stream recordings into TikToks, Shorts, and Reels.
Crop gameplay and webcam, split and cut on a timeline, compile locally. No account, no watermark, nothing uploaded.
Download the latest installer โ
- Upload a clip (MP4, MOV, MKV, WEBM, or AVI)
- Drag Content and Camera crops onto a vertical, square, or landscape canvas
- Presets: Portrait Split, Portrait Crop, Full Blur โ or save your own layout
- Split at the playhead, trim each piece, delete the parts you do not want
- Compile on this PC with FFmpeg (720p / 1080p, 30 / 60 fps)
- Defaults in Settings: resolution, FPS, export folder
- Stitch compiled clips into a montage
Exports go to Documents\Portrait Clip\Exports unless you change the folder.
- Download Portrait Clip_x.x.x_x64-setup.exe from Releases.
- Run the setup. It installs for the current Windows user.
To update, download the newer setup and run it. It replaces the existing install. Your clips, layouts, and settings stay on this PC.
Requires Windows 10 or 11 (64-bit).
Needs Node.js, Rust, and Visual Studio 2022 Build Tools (C++).
git clone https://github.com/beaudenison/portrait-clip.git
cd portrait-clip
npm.cmd install
powershell -File scripts\download-ffmpeg.ps1
npm.cmd run tauri -- devBuild the installer:
npm.cmd run tauri -- buildThe setup file is written to src-tauri/target/release/bundle/nsis/.
MIT