@scrypted/prebuffer-mixin 0.10.60 → 0.10.62

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.
Binary file
@@ -0,0 +1,7 @@
1
+ #!/bin/bash
2
+
3
+ # Script to create a 2-second MP4 video from camera-slash.jpg
4
+ # Using H.264 Main profile, no audio, 10fps, 1 keyframe
5
+
6
+ cd $(dirname $0)
7
+ ffmpeg -y -loop 1 -i ../snapshot/fs/camera-slash.jpg -c:v libx264 -profile:v main -t 4 -r 10 -pix_fmt yuv420p -g 10 fs/camera-slash.mp4
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/prebuffer-mixin",
3
- "version": "0.10.60",
3
+ "version": "0.10.62",
4
4
  "description": "Video Stream Rebroadcast, Prebuffer, and Management Plugin for Scrypted.",
5
5
  "author": "Scrypted",
6
6
  "license": "Apache-2.0",