@frkntmbs/strapi-plugin-video-optimizer 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +18 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -253,7 +253,24 @@ While a video is queued or encoding, hover the card and click the **stop** butto
253
253
 
254
254
  ## Test results
255
255
 
256
- Real-world encode runs on a Strapi 5 project with default plugin settings (`maxConcurrentJobs: 1`, `maxFfmpegThreads: 2`). Results vary by source file, output format, and server CPU.
256
+ Real-world encode runs on a Strapi 5 project. Results vary by source file, output format, and server CPU.
257
+
258
+ ### Test environment
259
+
260
+ Benchmarks below were captured on a **Hetzner VPS** running Strapi in production-like conditions:
261
+
262
+ | Component | Value |
263
+ |-----------|-------|
264
+ | Provider | Hetzner |
265
+ | vCPU | 2 |
266
+ | RAM | 4 GB |
267
+ | Strapi | 5.x |
268
+ | FFmpeg | `ffmpeg-static` (npm dependency) |
269
+ | `maxConcurrentJobs` | `1` |
270
+ | `maxFfmpegThreads` | `2` |
271
+ | Default CRF | `23` |
272
+
273
+ These results reflect a **small VPS** tier — weaker hosts may be slower; `maxConcurrentJobs: 1` and `maxFfmpegThreads: 1–2` are recommended here.
257
274
 
258
275
  > **Note:** Optimization controls encoding — it does **not** guarantee a smaller file. Re-encoding an already compressed source at the same resolution may increase size. For size reduction, raise CRF, lower resolution, or stay on H.264 instead of switching to WebM.
259
276
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.0.3",
6
+ "version": "1.0.4",
7
7
  "description": "Per-video optimization controls for the Strapi Media Library upload flow with async FFmpeg processing.",
8
8
  "license": "MIT",
9
9
  "keywords": [