36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
|
# JustVideo #
|
||
|
|
||
|
JustVideo is a playlist based video player that also works as a font-end
|
||
|
video surveillance player for JustMotion.
|
||
|
|
||
|
In surveillance mode it automatically detects and plays video footage of any
|
||
|
JustMotion based mounted filesystem. If not playing from JustMotion it will
|
||
|
playlist all videos found in the opened folder.
|
||
|
|
||
|
# Playback Support #
|
||
|
|
||
|
JustVideo uses libav so it supports a very wide verity of audio/video codecs
|
||
|
depending on your installation. Run the following cmd to get a full list:
|
||
|
|
||
|
```
|
||
|
ffmpeg -codecs
|
||
|
```
|
||
|
|
||
|
### Build/Install ###
|
||
|
|
||
|
This application is currently only compatible with a Linux based operating
|
||
|
systems that are capable of installing python3 and the QT API (QT6.X.X or
|
||
|
better).
|
||
|
|
||
|
```
|
||
|
./build.py <--run this first
|
||
|
./install.py <--run this next
|
||
|
```
|
||
|
```
|
||
|
note 1: the build script will search for the QT api installed in your
|
||
|
system. if not found, it will ask you where it is. either way
|
||
|
it is recommended to install the QT API before running this
|
||
|
script.
|
||
|
note 2: both scripts assume python3 is already installed.
|
||
|
```
|