DJV provides professional review software for VFX, animation, and film production. Playback high resolution, high bit-depth, image sequences and videos, with frame accurate control and color management. Available for Linux, Apple macOS, and Microsoft Windows. Source code is provided under a BSD style open source license.
Required build tools:
- C++11 compiler
- CMake 3.12
- git
- NASM
Required libraries:
Clone the repository:
> git clone https://github.com/darbyjohnston/DJV.git djv-git
Create a new sub-directory and start the build:
> mkdir djv-git-Debug
> cd djv-git-Debug
> cmake ../djv-git -DCMAKE_BUILD_TYPE=Debug
> make -j
Add the install path to your LD_LIBRARY_PATH:
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/install/lib
Run the confidence tests:
> make test
Run the djv player application:
> ./build/bin/djv
Additional information on building DJV can be found here:
DJV is released under a BSD style open source license, see this page for details.
See this page for information on contributing to DJV.