Skip to content

Commit 99e259a

Browse files
committed
Updated README.md
1 parent 483d45f commit 99e259a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,18 @@ Required:
4141
2. Python 3+
4242
3. on windows: Visual Studio 17 2022
4343

44+
45+
4446
Build on linux
4547

48+
Python:
49+
```sh
50+
$ docker run --rm -it -v `pwd`:/opt/sources sea5kg/unigine-editor-pluigns:v2.17 bash -c "cd source/plugins/Sea5kg/Python3Scripting && ./build_python.sh"
4651
```
47-
$ docker run --rm -it -v `pwd`:/opt/sources sea5kg/unigine-editor-pluigns:v2.16.1 ./build_plugin.py
52+
53+
Plugin:
54+
```sh
55+
$ docker run --rm -it -v `pwd`:/opt/sources sea5kg/unigine-editor-pluigns:v2.17 ./build_plugin.py
4856
```
4957

5058

@@ -54,3 +62,10 @@ $ docker run --rm -it -v `pwd`:/opt/sources sea5kg/unigine-editor-pluigns:v2.16.
5462

5563
https://ezgif.com/video-to-gif/
5664

65+
or
66+
67+
```
68+
ffmpeg -ss 4 -t 50 -i create_node.mp4 -vf "fps=5,scale=1600:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 create_node.gif
69+
```
70+
71+

0 commit comments

Comments
 (0)