/DJV

Professional media review software for VFX, animation, and film production

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

License Build Status Build Status Quality Gate Status

DJV

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.

Building on Linux

Required build tools:

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:

License

DJV is released under a BSD style open source license, see this page for details.

Contributing

See this page for information on contributing to DJV.