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
Copy file name to clipboardExpand all lines: README.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Remotion with Stoat Video Preview
2
2
3
-
This is a fork of the [`remotion-dev/template-helloworld`](https://github.com/remotion-dev/template-helloworld) repo to demo how to use Stoat to preview your Remotion video.
3
+
This is a fork of the [`remotion-dev/template-helloworld`](https://github.com/remotion-dev/template-helloworld) repo to demo how to use Stoat to preview your Remotion video. Also see [this tutorial](https://docs.stoat.dev/docs/tutorials/preview-remotion) for details.
4
4
5
5
1. Install the [Stoat App](https://github.com/apps/stoat-app) for the repo.
6
6
2. Create a GitHub workflow for preview. An example can be found in [`.github/workflows/preview-video.yml`](.github/workflows/preview-video.yml).
@@ -44,20 +44,14 @@ This is a fork of the [`remotion-dev/template-helloworld`](https://github.com/re
44
44
enabled: true
45
45
comment_template_file: .stoat/comment.hbs
46
46
plugins:
47
-
job_runtime:
48
-
enabled: true
49
47
static_hosting:
50
48
video_preview:
51
-
metadata:
52
-
name: Video
53
-
# This file is generated by remotion in the "Generate video"
54
-
# step of the preview workflow.
49
+
# This file is generated by remotion in the
50
+
# "Generate video" step of the GitHub workflow.
55
51
path: out/video.mp4
56
52
gif_preview:
57
-
metadata:
58
-
name: GIF
59
-
# This file is generated from the remotion video in the "Generate gif"
60
-
# step of the preview workflow.
53
+
# This file is generated from the remotion video in the
54
+
# "Generate gif" step of the GitHub workflow.
61
55
path: out/video.gif
62
56
```
63
57
@@ -69,8 +63,6 @@ This is a fork of the [`remotion-dev/template-helloworld`](https://github.com/re
0 commit comments