File tree 1 file changed +7
-1
lines changed
packages/gatsby-transformer-video
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> Convert videos via FFMPEG. Easily convert & host ** small** videos on your own.
4
4
5
+ # This is a beta plugin. See: https://github.com/gatsbyjs/gatsby/pull/15783
6
+
5
7
:warning : Converting videos might take a lot of time. Make sure to have an effective caching mechanism in place. See [ caching] ( #caching )
6
8
7
9
## Features
13
15
- Create video conversion profiles. Create a converter function using ` fluent-ffmpeg ` to unlock all FFMPEG features.
14
16
- Take screenshots at any position of the video
15
17
18
+ ## Usage example
19
+
20
+ https://github.com/gatsbyjs/gatsby/tree/gatsby-transformer-video/examples/using-gatsby-transformer-video
21
+
16
22
## Installation
17
23
18
24
``` sh
@@ -93,7 +99,7 @@ module.exports = {
93
99
profiles: {
94
100
sepia: {
95
101
extension: ` mp4` ,
96
- converter : function ({ ffmpegSession, videoStreamMetadata }) {
102
+ converter : function ({ ffmpegSession, videoStreamMetadata }) {
97
103
// Example:
98
104
// https://github.com/gatsbyjs/gatsby/blob/gatsby-transformer-video/examples/using-gatsby-transformer-video/gatsby-config.js
99
105
},
You can’t perform that action at this time.
0 commit comments