Downloads:
307,992
Downloads of v 1.5.0.20220110:
640
Last Update:
10 Jan 2022
Package Maintainer(s):
Software Author(s):
- The HandBrake Team
Tags:
video transcoder encoder conversion handbrakeHandBrake
This is not the latest version of HandBrake available.
- 1
- 2
- 3
1.5.0.20220110 | Updated: 10 Jan 2022
Downloads:
307,992
Downloads of v 1.5.0.20220110:
640
Maintainer(s):
Software Author(s):
- The HandBrake Team
HandBrake 1.5.0.20220110
This is not the latest version of HandBrake available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by The HandBrake Team. The inclusion of The HandBrake Team trademark(s), if any, upon this webpage is solely to identify The HandBrake Team goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install HandBrake, run the following command from the command line or from PowerShell:
To upgrade HandBrake, run the following command from the command line or from PowerShell:
To uninstall HandBrake, 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 handbrake --internalize --version=1.5.0.20220110 --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 handbrake -y --source="'INTERNAL REPO URL'" --version="'1.5.0.20220110'" [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 handbrake -y --source="'INTERNAL REPO URL'" --version="'1.5.0.20220110'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install handbrake
win_chocolatey:
name: handbrake
version: '1.5.0.20220110'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'handbrake' do
action :install
source 'INTERNAL REPO URL'
version '1.5.0.20220110'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller handbrake
{
Name = "handbrake"
Version = "1.5.0.20220110"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'handbrake':
ensure => '1.5.0.20220110',
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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 10 Jan 2022.
Features
Built-in Device Presets
Get started with HandBrake in seconds by choosing a profile optimised for your device, or choose a universal profile for standard or high quality conversions. Simple, easy, fast. For those that want more choice, tweak many basic and advanced options to improve your encodes.
Supported Input Sources:
Handbrake can process most common multimedia files and any DVD or BluRay sources that do not contain any kind of copy protection.
Outputs:
- File Containers: .MP4(.M4V) and .MKV
- Video Encoders: H.265 (x265 and QuickSync), H.264(x264 and QuickSync), H.265 MPEG-4 and MPEG-2, VP8, VP9 and Theora
- Audio Encoders: AAC / HE-AAC, MP3, Flac, AC3, or Vorbis
- Audio Pass-thru: AC-3, E-AC3, DTS, DTS-HD, TrueHD, AAC and MP3 tracks
Even more features:
- Title / chapter and range selection
- Batch Scan and Queueing of encodes
- Chapter Markers
- Subtitles (VobSub, Closed Captions CEA-608, SSA, SRT)
- Constant Quality or Average Bitrate Video Encoding
- Support for VFR and CFR
- Video Filters: Deinterlacing, Decomb, Denoise, Detelecine, Deblock, Grayscale, Cropping and scaling
- Live Static and Video Preview
Log in or click on link to see number of positives.
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 |
---|---|---|---|---|
HandBrake 1.8.2 | 21631 | Monday, August 12, 2024 | Approved | |
HandBrake 1.8.1 | 12061 | Monday, June 24, 2024 | Approved | |
HandBrake 1.8.0.20240522 | 9489 | Thursday, May 23, 2024 | Approved | |
HandBrake 1.8.0 | 2546 | Tuesday, May 21, 2024 | Approved | |
HandBrake 1.7.3 | 20953 | Monday, February 12, 2024 | Approved | |
HandBrake 1.7.2 | 13638 | Monday, December 25, 2023 | Approved | |
HandBrake 1.7.1 | 10467 | Thursday, November 23, 2023 | Approved | |
HandBrake 1.7.0.20231118 | 3534 | Sunday, November 19, 2023 | Approved | |
HandBrake 1.7.0 | 2486 | Friday, November 17, 2023 | Approved | |
HandBrake 1.6.1 | 30771 | Tuesday, January 24, 2023 | Approved | |
HandBrake 1.6.0 | 8073 | Thursday, December 29, 2022 | Approved | |
HandBrake 1.5.1 | 31107 | Tuesday, January 11, 2022 | Approved | |
HandBrake 1.5.0.20220110 | 640 | Monday, January 10, 2022 | Approved | |
HandBrake 1.5.0 | 1334 | Monday, January 10, 2022 | Approved | |
HandBrake 1.4.2 | 13991 | Monday, October 4, 2021 | Approved | |
HandBrake 1.4.1.20210817 | 9838 | Tuesday, August 17, 2021 | Approved | |
HandBrake 1.4.1 | 1486 | Tuesday, August 17, 2021 | Approved | |
HandBrake 1.4.0 | 7538 | Monday, July 19, 2021 | Approved | |
HandBrake 1.3.3 | 26785 | Monday, June 15, 2020 | Approved | |
HandBrake 1.3.2.20200505 | 6651 | Tuesday, May 5, 2020 | Approved | |
HandBrake 1.3.2 | 1648 | Monday, May 4, 2020 | Approved | |
HandBrake 1.3.1 | 9534 | Sunday, January 5, 2020 | Approved | |
HandBrake 1.3.0 | 5967 | Monday, November 11, 2019 | Approved | |
HandBrake 1.2.2 | 11717 | Monday, February 25, 2019 | Approved | |
HandBrake 1.2.1 | 1627 | Tuesday, February 19, 2019 | Approved | |
HandBrake 1.2.0 | 4179 | Monday, December 24, 2018 | Approved | |
HandBrake 1.1.2.20180920 | 4813 | Thursday, September 20, 2018 | Approved | |
HandBrake 1.1.2.20180919 | 729 | Thursday, September 20, 2018 | Approved | |
HandBrake 1.1.2 | 1994 | Monday, September 10, 2018 | Approved | |
HandBrake 1.1.1 | 4736 | Tuesday, June 19, 2018 | Approved | |
HandBrake 1.1.0 | 3817 | Tuesday, April 17, 2018 | Approved | |
HandBrake 0.10.5.20160304 | 11976 | Saturday, March 5, 2016 | Approved | |
HandBrake 0.10.5.20160213 | 1002 | Sunday, February 21, 2016 | Approved | |
HandBrake 0.10.5 | 878 | Friday, February 12, 2016 | Approved | |
HandBrake 0.10.3 | 595 | Wednesday, February 10, 2016 | Approved | |
HandBrake 0.10.0 | 2140 | Wednesday, December 3, 2014 | Approved | |
HandBrake 0.10 | 2440 | Tuesday, March 17, 2015 | Approved | |
HandBrake 0.9.9 | 2118 | Tuesday, October 29, 2013 | Approved |
© The HandBrake Team
-
- handbrake.install (= 1.5.0.20220110)
Ground Rules:
- This discussion is only about HandBrake and the HandBrake 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 HandBrake, 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.