WPFFmpegStudio Manual (Updated English Version)
1. Overview
WPFFmpegStudio is a WordPress plugin that uses FFmpeg to process videos and audio directly inside WordPress.
It is designed to create, optimize, and repurpose media for blogs and social networks.
Main features:
-
Auto-generate video thumbnails
-
Compress and optimize videos
-
Convert videos into multiple formats (mp4, webm, gif, etc.)
-
Create short videos from articles (AutoShots)
-
Export optimized videos for TikTok, YouTube Shorts, and X
2. FFmpeg Installation (Required)
WPFFmpegStudio requires FFmpeg to be installed on your server or local environment.
Here are the recommended ways to install FFmpeg depending on your operating system:
🔹 Windows
-
Download from: Gyan.dev FFmpeg Builds
-
Download
ffmpeg-release-essentials.zip
-
Extract and locate
bin/ffmpeg.exe
-
Example path:
C:\ffmpeg\bin\ffmpeg.exe
-
Add the path to your system
PATH
environment variable
🔹 macOS
-
Install via Homebrew:
-
Or download prebuilt binaries: evermeet.cx FFmpeg builds
🔹 Linux (Ubuntu/Debian)
-
Install via apt:
-
Or install the latest via Snap:
🔹 Source Build (Advanced)
-
Official site: https://ffmpeg.org/download.html
-
GitHub mirror: https://github.com/FFmpeg/FFmpeg
🔹 Server Environments (Xserver, Sakura, etc.)
-
Many hosting providers already include FFmpeg.
-
Check availability with:
-
If not found, contact your hosting support to confirm availability.
3. Plugin Installation
-
Ensure that FFmpeg is installed (see section 2).
-
In WordPress, go to Plugins > Add New
-
Upload
wp-ffmpeg-studio.zip
-
Click Activate
4. Initial Setup
After activation, you will see WP FFmpeg Studio in the admin menu.
-
FFmpeg Path: Enter the path to
ffmpeg
(e.g.,/usr/bin/ffmpeg
) -
Output Folders:
-
Thumbnails (e.g.,
/wp-content/uploads/ffmpeg/thumbs/
) -
Converted videos (e.g.,
/wp-content/uploads/ffmpeg/converted/
) -
AutoShots videos (e.g.,
/wp-content/uploads/ffmpeg/auto/
)
-
-
Auto Processing:
-
Run automatically when a new post is published
-
Or schedule periodic processing with cron
-
5. Basic Usage
5.1 Generate Thumbnails
-
Upload a video in the post editor
-
Click Generate Thumbnail
-
The image is extracted and can be set as the post thumbnail
5.2 Convert Videos
-
Go to WP FFmpeg Studio > Video Conversion
-
Select a video file
-
Choose the output format (mp4, webm, gif, etc.)
-
Click Start Conversion
5.3 AutoShots (Create Short Videos from Articles)
-
Go to WP FFmpeg Studio > AutoShots
-
Select an article
-
Combine text + images + optional BGM
-
Generate a 15–30 second short video
-
Output is saved in
/uploads/ffmpeg/auto/
6. Advanced Usage
6.1 TikTok / YouTube Shorts Integration
WPFFmpegStudio supports creating short videos optimized for TikTok and YouTube Shorts.
-
Recommended Settings
-
Resolution: 1080×1920 (vertical, 9:16)
-
Frame rate: 30fps
-
Length: 15–60 seconds (TikTok allows up to 10 minutes, but Shorts require ≤60 seconds)
-
-
TikTok Upload
-
Register your app with TikTok for Developers
-
Add redirect URL in the TikTok settings
-
Authenticate your TikTok account in WPFFmpegStudio
-
Upload generated AutoShots directly to TikTok
-
-
YouTube Upload
-
Enable YouTube Data API in Google Cloud Console
-
Obtain an API key and register it in WPFFmpegStudio
-
Enter Title, Description, and Tags
-
Upload videos directly to YouTube Shorts
-
7. Troubleshooting
-
FFmpeg not found → Ensure FFmpeg is installed and path is correct
-
No output video → Check folder permissions (must be writable)
-
Upload errors on TikTok/YouTube → Verify API keys and authentication