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
+88-59Lines changed: 88 additions & 59 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
# FFmpeg Template Assembly
2
2
3
-
`ffmpeg-template-assembly` is a powerful tool designed to streamline the process of video compilation using FFmpeg. It allows for dynamic template generation and video rendering, making it an ideal solution for creating personalized videos programmatically.
3
+
`ffmpeg-template-assembly` is a tool designed to streamline the process of video compilation using FFmpeg. It allows for dynamic template generation and video rendering, making it an ideal solution for creating personalized videos programmatically.
4
4
5
5
## Description
6
6
@@ -16,6 +16,16 @@ Ensure you have the following prerequisites installed:
16
16
17
17
### Installing
18
18
19
+
#### NPM
20
+
21
+
Install the project dependencies using npm, yarn or [pnpm](https://pnpm.io/):
22
+
23
+
```bash
24
+
pnpm add ffmpeg-template-assembly
25
+
```
26
+
27
+
#### Clone Repository
28
+
19
29
Clone the repository and install the dependencies:
20
30
21
31
```bash
@@ -26,7 +36,7 @@ pnpm i
26
36
27
37
### Configuration
28
38
29
-
Create a JSON file (e.g., `sample.json`) in the `src/shared/templates` directory with your template descriptor.
39
+
Create a JSON file (e.g., `sample.json` in the `src/shared/templates` directory) with your template descriptor.
0 commit comments