# Video Editor

The video editor extension isn't included in the Pintura image editor product package, it's available as an upgrade on the [pricing page](/pintura/pricing/)

Please note that client-side video encoding is useful for encoding short videos, it's advised to use [server side encoding](/pintura/docs/v8/api/video-editor/server/) for content longer than a couple minutes.

The Redact, Frame, and Fill util are currently not supported when using the video extension.

[Live demo of Pintura with video editor extension](/pintura/video-editor/)

An overview of the methods, properties, events, and export related to the video editor extension.

* [Installation](../../../../docs/v8/api/video-editor/installation/)  
Quick guide showing how to install the Pintura Video Editor extension.
* [Properties](../../../../docs/v8/api/video-editor/properties/)  
A list of properties to read from and write to the current state of the video loaded in the editor.
* [Events](../../../../docs/v8/api/video-editor/events/)  
A list of events which we can use to respond to video state changes.
* [Methods](../../../../docs/v8/api/video-editor/methods/)  
A list of methods available when the trim plugin is registered.
* [Exports](../../../../docs/v8/api/video-editor/exports/)  
The functions, properties, and defaults related to video editing that are exported by the Pintura Video module.
* [Server](../../../../docs/v8/api/video-editor/server/)  
How to run FFmpeg on your server to transpile videos sent by Pintura.
* [Examples](../../../../docs/v8/api/video-editor/example/)  
Examples showing how to use the Pintura Video Editor extension with the core Pintura library.