Skip to content

Commit 503ad0b

Browse files
committed
Add new GIFS.
1 parent 4b791e1 commit 503ad0b

6 files changed

Lines changed: 62 additions & 16 deletions

File tree

2.28 MB
Loading
2.24 MB
Loading
-1.58 MB
Binary file not shown.

docs/source/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,18 @@ Therefore, add the title and hide it, then add a custom centered title.
1616
<p style="text-align: center; font-size: 48px;"><b>datashuttle</b></p>
1717
<p style="text-align: center; font-size: 22px;">Automate the creation, validation and transfer of neuroscience project folders.</p>
1818

19-
```{image} /_static/datashuttle-demo.gif
20-
:alt: Datashuttle graphical interface walkthrough
19+
```{image} /_static/datashuttle-demo-dark.gif
20+
:class: only-dark
21+
:alt: Datashuttle usage GIF
22+
:align: center
23+
:width: 700px
24+
```
25+
```{image} /_static/datashuttle-demo-light.gif
26+
:class: only-light
27+
:alt: Datashuttle usage GIF
2128
:align: center
2229
:width: 700px
2330
```
24-
2531
<br>
2632

2733
::::{grid} 1 2 2 4
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
\# Screenshots
2+
3+
4+
5+
Screenshots were taken in Windows on
6+
on a large LG screen monitor model: 35WN75C
7+
resolution 3440x1440 / 85 Hz.
8+
9+
Windows terminal was used, default size set to 150 x 45.
10+
11+
Then:
12+
13+
1. ShareX 16.0.1 to take screenshot.
14+
2. Copy these to photoshop. Set DPI to desired. Save as PNG.
15+
16+
The raw screenshots .PSD files available on the NeuroInformatics
17+
Unit dropbox. Please request if required.
18+
19+
20+
21+
\# GIFS
22+
23+
24+
25+
The videos used for the GIFS are at: https://www.dropbox.com/home/NIU/resources/datashuttle/website-gifs. Please contact for access.
26+
27+
28+
29+
Videos were created on Windows with Clipchamp.
30+
31+
32+
33+
The GIFS are created with the following commands:
34+
35+
36+
37+
\## DARK
38+
39+
.\\ffmpeg.exe -i datashuttle-gif-dark.mp4 -vf "fps=9,scale=600:-1:flags=lanczos,unsharp=3:3:0.5,palettegen=stats\_mode=diff:max\_colors=256" palette-dark.png
40+
41+
42+
43+
.\\ffmpeg.exe -i datashuttle-gif-dark.mp4 -i palette-dark.png -filter\_complex "fps=9,scale=600:-1:flags=lanczos,unsharp=3:3:0.5\[x];\[x]\[1:v]paletteuse=dither=bayer:bayer\_scale=2:diff\_mode=rectangle" datashuttle-demo-dark.gif
44+
45+
46+
47+
\## LIGHT
48+
49+
.\\ffmpeg.exe -i datashuttle-gif-light.mp4 -vf "fps=9,scale=600:-1:flags=lanczos,unsharp=3:3:0.5,palettegen=stats\_mode=diff:max\_colors=256" palette-light.png
50+
51+
52+
53+
.\\ffmpeg.exe -i datashuttle-gif-light.mp4 -i palette-light.png -filter\_complex "fps=9,scale=600:-1:flags=lanczos,unsharp=3:3:0.5\[x];\[x]\[1:v]paletteuse=dither=bayer:bayer\_scale=2:diff\_mode=rectangle" datashuttle-demo-light.gif

docs/source/taking-screenshot-notes.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)