Skip to content

Commit 01b788a

Browse files
committed
[docs] Update to use new media
1 parent 016c713 commit 01b788a

File tree

11 files changed

+23
-14
lines changed

11 files changed

+23
-14
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![DVR-Scan Logo](https://raw.githubusercontent.com/Breakthrough/DVR-Scan/main/docs/assets/dvr-scan-logo.png)
1+
![DVR-Scan](https://www.dvr-scan.com/assets/dvr-scan-logo.png)
22

33
:vhs: Find and extract motion events in videos.
44

@@ -28,7 +28,7 @@ Windows builds (installer + portable) are also available on [the Downloads page]
2828

2929
Start DVR-Scan (run `dvr-scan-app` or click the app shortcut), **Add** your input videos, and hit **Start**:
3030

31-
<img alt="main app window" src="https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.8/docs/assets/app-main-window.jpg" width="480"/>
31+
<img alt="main app window" src="https://www.dvr-scan.com/assets/app-main-window.jpg" width="480"/>
3232

3333
See the [User Guide](https://www.dvr-scan.com/guide/) for a more comprehensive overview.
3434

@@ -42,7 +42,7 @@ Select a region to scan using [the region editor](https://www.dvr-scan.com/guide
4242

4343
dvr-scan -i video.mp4 -r
4444

45-
<img alt="example of region editor" src="https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.8/docs/assets/region-editor-mask.jpg" width="480"/>
45+
<img alt="example of region editor" src="https://www.dvr-scan.com/assets/region-editor-mask.jpg" width="480"/>
4646

4747
Select a region to scan using command line (list of points as X Y):
4848

@@ -52,7 +52,7 @@ Draw boxes around motion:
5252

5353
dvr-scan -i video.mp4 -bb
5454

55-
<img alt="example of bounding boxes" src="https://raw.githubusercontent.com/Breakthrough/DVR-Scan/releases/1.8/docs/assets/bounding-box.gif" width="480"/>
55+
<img alt="example of bounding boxes" src="https://www.dvr-scan.com/assets/bounding-box.gif" width="480"/>
5656

5757
Use `ffmpeg` to extract events:
5858

dist/pre_release.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,13 @@ def build_docs(use_local_images=True):
121121
"assets/app-opencv-settings.jpg",
122122
"assets/app-scan-window.jpg",
123123
"assets/bounding-box.gif",
124+
"assets/dvr-scan-logo-full.svg",
125+
"assets/dvr-scan-logo.svg",
124126
"assets/dvr-scan-logo.png",
127+
"assets/dvr-scan-simple.svg",
125128
"assets/dvr-scan.ico",
126129
"assets/dvr-scan.png",
130+
"assets/dvr-scan.svg",
127131
"assets/region-editor-mask.jpg",
128132
"assets/region-editor-multiple.jpg",
129133
"assets/region-editor-region.jpg",

docs/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646

4747
#dvr-scan-title {
48-
margin-top: -2rem;
48+
margin-top: -2.5rem;
4949
color: #59606d;
5050
font-family: 'Roboto Slab';
5151
font-size: 3rem;

dvr_scan/docs/404.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dvr_scan/docs/changelog.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dvr_scan/docs/docs.html

Lines changed: 6 additions & 1 deletion
Large diffs are not rendered by default.

dvr_scan/docs/faq.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dvr_scan/docs/guide.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dvr_scan/docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dvr_scan/docs/resources.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)