File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,18 @@ Required:
41412 . Python 3+
42423 . on windows: Visual Studio 17 2022
4343
44+
45+
4446Build 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
5563https://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+
You can’t perform that action at this time.
0 commit comments