Downloads:
14,216
Downloads of v 2.0.8:
4,487
Last Update:
12 Jun 2020
Package Maintainer(s):
Software Author(s):
- Darby Johnston
Tags:
djv video movie player cineon dpx openexr quicktime admin foss cross-platformDJV Imaging
- 1
- 2
- 3
2.0.8 | Updated: 12 Jun 2020
Downloads:
14,216
Downloads of v 2.0.8:
4,487
Maintainer(s):
Software Author(s):
- Darby Johnston
DJV Imaging 2.0.8
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Darby Johnston. The inclusion of Darby Johnston trademark(s), if any, upon this webpage is solely to identify Darby Johnston goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install DJV Imaging, run the following command from the command line or from PowerShell:
To upgrade DJV Imaging, run the following command from the command line or from PowerShell:
To uninstall DJV Imaging, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download djv --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade djv -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade djv -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install djv
win_chocolatey:
name: djv
version: '2.0.8'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'djv' do
action :install
source 'INTERNAL REPO URL'
version '2.0.8'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller djv
{
Name = "djv"
Version = "2.0.8"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'djv':
ensure => '2.0.8',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 16 Nov 2024.
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.
Features
- Support for Linux, Apple OS X, and Microsoft Windows
- Plays both image sequences and movies
- Works with industry standard file formats including Cineon, DPX, OpenEXR, and QuickTime
- Includes command line utilities for batch processing
Notes
- This package no longer support 32-bit Operating Systems, install version 1.0.5.20170203 or earlier if you have a need for 32-bit.
# Legal
## License
Copyright (c) 2004-2019 Darby Johnston, All rights reserved
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Neither the names of the copyright holders nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
## Copyright
Portions of this software are copyright (in alphabetical order):
- Copyright (c) 2004-2019 Darby Johnston, All rights reserved
- Copyright (c) 2008-2009 Mikael Sundell, All rights reserved
- Copyright (c) 2019 Kent Oberheu, All rights reserved
## Third Party Software
This software is based in part on the works of (in alphabetical order):
- CMake, Copyright 2000-2011 Kitware, Inc., Insight Software Consortium, All rights reserved
- FFmpeg, Licensed under the LGPLv2.1
- FreeType, Copyright (c) 2018, The FreeType Project
- GLFW, Copyright (c) 2002-2006 Marcus Geelnard, Copyright (c) 2006-2016 Camilla Lowy
- GLM, Copyright (c) 2005-2017 G-Truc Creation
- MbedTLS, Copyright © 2008 - 2016 ARM Limited, All rights reserved
- OpenAL, Copyright (C) 1999-2000 by Loki Software
- OpenColorIO, Copyright (c) 2003-2010 Sony Pictures Imageworks Inc., et al., All rights reserved
- OpenEXR, Copyright (c) 2006, Industrial Light and Magic, a division of Lucasfilm Entertainment Company Ltd.
- RtAudio, Copyright (c) 2001-2019 Gary P. Scavone
- curl, Copyright (c) 1996 - 2019, Daniel Stenberg, , and many contributors, see the THANKS file.
- dr_libs, David Reid
- glad, Copyright (c) 2013-2018 David Herberth
- libjpeg, Copyright (c) 1991-2012, Thomas G. Lane, Guido Vollbeding
- libjpeg-turbo, Copyright (C)2009-2019 D. R. Commander, All rights reserved, Copyright (C)2015 Viktor Szathmáry, All rights reserved
- libpng, Copyright (c) 2004, 2006-2012 Glenn Randers-Pehrson
- libtiff, Copyright (c) 1988-1997 Sam Leffler, Copyright (c) 1991-1997 Silicon Graphics, Inc
- zlib, Copyright (c) 1995-2013 Jean-loup Gailly and Mark Adler
## Trademarks
Trademarks named in the documentation (in alphabetical order):
- Apple, OS X, ProRes, and QuickTime are registered trademarks of Apple, Inc.
- AMD and ATI are registered trademarks of Advanced Micro Devices, Inc.
- Autodesk, Inferno, Maya, Softimage, and XSI are registered trademarks of Autodesk, Inc.
- Debian is a registered trademark of Software in the Public Interest, Inc.
- FFmpeg is a trademark of Fabrice Bellard, originator of the FFmpeg project
- FreeBSD is a registered trademark of The FreeBSD Foundation
- Intel is a registered trademark of Intel Corporation
- Industrial Light and Magic and ILM are registered trademarks of Lucasfilm Ltd.
- Kodak and Cineon are a registered trademarks of the Eastman Kodak Company
- Linux is a registered trademark of Linus Torvalds
- Microsoft and Microsoft Windows are registered trademarks of Microsoft, Inc.
- MIPS is a registered trademark of MIPS Technologies, Inc.
- NVIDIA is a registered trademark of NVIDIA Corporation
- Red Hat and Fedora are registered trademarks of Red Hat, Inc.
- Silicon Graphics, SGI, IRIX, and OpenGL are registered trademarks of Silicon Graphics International Corp.
- SMPTE is a registered trademark of the Society of Motion Picture and Television Engineers
- SourceForge.net is a registered trademark of VA Software Corporation
- SuSE is a registered trademark of Novell, Inc.
- Ubuntu is a registered trademark of Canonical Ltd.
- UNIX is a registered trademark of The Open Group
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://darbyjohnston.github.io/DJV/download.html>
and can be verified by doing the following:
1. Download the following <https://sourceforge.net/projects/djv/files/djv-beta/2.0.8/DJV-2.0.8-win64.exe/download>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum: C136D8E61561A06C27EB9C8BF29DEA5F709D77CE19B18993A9B379162C2E4AE2
The file 'LICENSE.md' has been obtained from <https://darbyjohnston.github.io/DJV/legal.html>
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'djv-*'
fileType = 'exe'
silentArgs = '/S'
validExitCodes= @(@(0))
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey @packageArgs
if ($key.Count -eq 1) {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert the package maintainer that the following keys were matched:"
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
md5: 68F1D9F939BFB0D99B1746BE6F397441 | sha1: 5E4CC4F8BF110BE17446FDB564133147AE3421A3 | sha256: C136D8E61561A06C27EB9C8BF29DEA5F709D77CE19B18993A9B379162C2E4AE2 | sha512: F8A49581117D0DAD4D5992D115A83FFF89207BC813ABC2FD2E9FAD6BD8C5246FEEC6A6AC25D303D133DCF9D863C45B2A865D41E9C4E06E9DBC59802DFC55DDD5
Log in or click on link to see number of positives.
- djv.2.0.8.nupkg (9be38b9882e0) - ## / 61
- DJV-2.0.8-win64.exe (c136d8e61561) - ## / 69
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
DJV Imaging 2.0.8 | 4487 | Friday, June 12, 2020 | Approved | |
DJV Imaging 2.0.7 | 334 | Thursday, June 11, 2020 | Approved | |
DJV Imaging 2.0.6 | 518 | Friday, May 8, 2020 | Approved | |
DJV Imaging 2.0.5 | 903 | Tuesday, November 19, 2019 | Approved | |
DJV Imaging 2.0.3 | 643 | Wednesday, August 7, 2019 | Approved | |
DJV Imaging 2.0.2 | 291 | Saturday, July 27, 2019 | Approved | |
DJV Imaging 2.0.1 | 317 | Thursday, July 25, 2019 | Approved | |
DJV Imaging 1.3.0 | 487 | Sunday, June 2, 2019 | Approved | |
DJV Imaging 1.2.6 | 362 | Friday, March 29, 2019 | Approved | |
DJV Imaging 1.2.5 | 520 | Saturday, December 29, 2018 | Approved | |
DJV Imaging 1.2.4 | 329 | Friday, November 9, 2018 | Approved | |
DJV Imaging 1.2.3 | 299 | Saturday, November 3, 2018 | Approved | |
DJV Imaging 1.2.2 | 271 | Monday, October 29, 2018 | Approved | |
DJV Imaging 1.2.1 | 369 | Saturday, October 13, 2018 | Approved | |
DJV Imaging 1.1.0.20170207 | 1043 | Tuesday, February 7, 2017 | Approved | |
DJV 1.1.0 | 664 | Saturday, November 28, 2015 | Approved | |
DJV Imaging 1.0.5.20170203 | 508 | Friday, February 3, 2017 | Approved | |
DJV Imaging 1.0.5 | 475 | Thursday, February 2, 2017 | Approved | |
DJV 1.0.4 | 662 | Monday, November 24, 2014 | Approved | |
DJV 0.8.3 | 734 | Friday, September 21, 2012 | Unknown |
2004–2014 Darby Johnston
This package has no dependencies.
Ground Rules:
- This discussion is only about DJV Imaging and the DJV Imaging package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or DJV Imaging, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.