From 05a87a8ab12fe71ee020b75335e46dea45eda69e Mon Sep 17 00:00:00 2001 From: xKeCo Date: Wed, 1 Apr 2026 02:53:03 -0500 Subject: [PATCH] Revert "demo: add example project file for auto-follow zoom" This reverts commit 5c6621293a9a70a79f06555f9c39def029304f1d. --- demo/auto-follow-zoom-example.openscreen | 65 ------------------------ 1 file changed, 65 deletions(-) delete mode 100644 demo/auto-follow-zoom-example.openscreen diff --git a/demo/auto-follow-zoom-example.openscreen b/demo/auto-follow-zoom-example.openscreen deleted file mode 100644 index 810eab7..0000000 --- a/demo/auto-follow-zoom-example.openscreen +++ /dev/null @@ -1,65 +0,0 @@ -{ - "version": 2, - "media": { - "screenVideoPath": "/Users/kevincollazos/Library/Application Support/openscreen/recordings/recording-1775028565988.webm" - }, - "editor": { - "wallpaper": "/wallpapers/wallpaper1.jpg", - "shadowIntensity": 0, - "showBlur": false, - "motionBlurAmount": 0.12, - "borderRadius": 11, - "padding": 50, - "cropRegion": { - "x": 0, - "y": 0, - "width": 1, - "height": 1 - }, - "zoomRegions": [ - { - "id": "zoom-1", - "startMs": 3800, - "endMs": 13466, - "depth": 3, - "focus": { - "cx": 0.5, - "cy": 0.5 - }, - "focusMode": "auto" - }, - { - "id": "zoom-2", - "startMs": 15489, - "endMs": 19229, - "depth": 3, - "focus": { - "cx": 0.5, - "cy": 0.5 - }, - "focusMode": "auto" - }, - { - "id": "zoom-3", - "startMs": 21480, - "endMs": 22194, - "depth": 3, - "focus": { - "cx": 0.5, - "cy": 0.5 - } - } - ], - "trimRegions": [], - "speedRegions": [], - "annotationRegions": [], - "aspectRatio": "16:9", - "webcamLayoutPreset": "picture-in-picture", - "webcamPosition": null, - "exportQuality": "source", - "exportFormat": "mp4", - "gifFrameRate": 15, - "gifLoop": true, - "gifSizePreset": "medium" - } -} \ No newline at end of file