Convert boring landscape videos to vertical, mobile-ready videos with zero effort.
Ever recorded some awesome horizontal video but then realized you need a vertical format for Instagram Reels, TikTok, YouTube Shorts, or whatever your fav brainrot scroller app is? Thought so.
It takes landscape videos and automatically edits them for mobile-friendly vertical platforms. No more cropping out important parts or dealing with those empty black bars of nothingness.
- Convert landscape videos to 9:16 vertical format (more formats coming soon)
- Background blurring effect for a professional look
- Super simple UI. Literally just three buttons needed
- Progress tracking so you know when it'll be done
- No watermarks, no annoying logos, just your video
- Free and open source
- SOON: Batch processing for multiple videos at once
- SOON: Multiple conversion formats
- SOON: Multithreading support for faster processing
- SOON: Audio normalization for consistent sound levels
- SOON: Simple text overlay feature for adding captions or titles
- SOON: Customizable CTA overlay for things like "Like and Subscribe"
- SOON: Cancellation option so you can stop long-running processes
Shortsify uses FFmpeg under the hood to do some cool stuff:
- Centers your original video
- Creates a blurred BG from your video content
- Keeps the original video/audio quality (up to 1080p for now)
- Outputs a 1080x1920 video ready for uploading (customizable in the future)
- Download the latest release from the releases page
- Run the installer
- Follow the prompts (you can choose where to install it)
- That's it.
- Open Shortsify
- Click "Select Video"
- Pick a video file
- Click "Process Video" and wait
- The edited video will be saved and ready for upload
So you want to build it yourself?:
# Clone the repo
git clone https://github.com/rycid/shortsify.git
# Move into the directory
cd shortsify
# Install dependencies
npm install
# Run in dev mode
npm run dev
# Build for production
npm run build- Some disk space
- A computer that isn't on its last legs
- No batch processing yet (on the todo list)
- No cancellation option (also on the todo list)
ISC License
Made with... the slightest frustration at vertical video platforms.