WordPress plugin to enable the Clipchamp video API in WordPress.
The Clipchamp API lets you embed a webcam recorder on your website so that visitors can record & upload videos to you.
It comes with a number of resolution, format and video compression options. Your users' video files get transcoded on the client before they get uploaded to you. You'll get smaller files - which upload faster - in 1 standard format of your choice (MP4, WebM, FLV,...).
This reduces or even eliminates costs involved in server-side video transcoding. It works in desktop and mobile browsers and users can also upload videos they already have on their device.
-
Clone the repository including its submodule:
git clone --recursive git@github.com:clipchamp/clipchamp-wordpress.git
-
Zip up the entire repository (and its submodule) into a ZIP file:
zip -r clipchamp-wordpress.zip clipchamp-wordpress/
-
Upload the zip file to your WordPress blog (Plugins -> Add New -> Upload Plugin).
-
Install the plugin and activate it.
-
If you don't have an API key yet, subscribe to a free trial.
-
Copy and paste your API key into the respective field in the plugin settings (Settings -> Clipchamp).