@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.
- package/camera-slash.jpg +0 -0
- package/create-camera-slash-mp4.sh +7 -0
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/camera-slash.jpg
ADDED
|
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
|