You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use these example tasks, you'll first need to add our FFmpeg extension to your project configuration like this:
@@ -33,7 +35,7 @@ You'll also need to add `@trigger.dev/build` to your `package.json` file under `
33
35
34
36
This task demonstrates how to use FFmpeg to compress a video, reducing its file size while maintaining reasonable quality, and upload the compressed video to R2 storage.
35
37
36
-
### Key Features:
38
+
### Key Features
37
39
38
40
- Fetches a video from a given URL
39
41
- Compresses the video using FFmpeg with various compression settings
To test this example task locally, be sure to install any packages from the build extensions you added to your `trigger.config.ts` file to your local machine. In this case, you need to install {packages}.
0 commit comments