Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit af44161

Browse files
committed
Add video dependencies to README
1 parent e96fe8e commit af44161

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

OnnxStack.Core/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Example: Registering OnnxStack
2222
builder.Services.AddOnnxStack();
2323
```
2424

25+
## Dependencies
26+
Video processing support requires FFMPEG and FFPROBE binaries, files must be present in your output folder or the destinations configured in the `appsettings.json`
27+
```
28+
https://ffbinaries.com/downloads
29+
https://github.com/ffbinaries/ffbinaries-prebuilt/releases/download/v6.1/ffmpeg-6.1-win-64.zip
30+
https://github.com/ffbinaries/ffbinaries-prebuilt/releases/download/v6.1/ffprobe-6.1-win-64.zip
31+
```
32+
2533
## Configuration example
2634
The `appsettings.json` is the easiest option for configuring model sets. Below is an example of `clip tokenizer`.
2735

OnnxStack.StableDiffusion/README_Example.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ Example: Registering OnnxStack.StableDiffusion
3333
builder.Services.AddOnnxStackStableDiffusion();
3434
```
3535

36-
36+
## Dependencies
37+
Video processing support requires FFMPEG and FFPROBE binaries, files must be present in your output folder or the destinations configured in the `appsettings.json`
38+
```
39+
https://ffbinaries.com/downloads
40+
https://github.com/ffbinaries/ffbinaries-prebuilt/releases/download/v6.1/ffmpeg-6.1-win-64.zip
41+
https://github.com/ffbinaries/ffbinaries-prebuilt/releases/download/v6.1/ffprobe-6.1-win-64.zip
42+
```
3743

3844

3945
## .NET Console Application Example

OnnxStack.UI/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Dependencies
2+
Video processing support requires FFMPEG and FFPROBE binaries, files must be present in your output folder or the destinations configured in the `appsettings.json`
3+
```
4+
https://ffbinaries.com/downloads
5+
https://github.com/ffbinaries/ffbinaries-prebuilt/releases/download/v6.1/ffmpeg-6.1-win-64.zip
6+
https://github.com/ffbinaries/ffbinaries-prebuilt/releases/download/v6.1/ffprobe-6.1-win-64.zip
7+
```

0 commit comments

Comments
 (0)