Downloads:
36,897
Downloads of v 2.50.20170410:
514
Last Update:
10 Apr 2017
Package Maintainer(s):
Software Author(s):
- RandomEng
Tags:
handbrake windows video transcoding blu-ray dvd ripper admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
VidCoder
This is not the latest version of VidCoder available.
- 1
- 2
- 3
2.50.20170410 | Updated: 10 Apr 2017
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
36,897
Downloads of v 2.50.20170410:
514
Maintainer(s):
Software Author(s):
- RandomEng
VidCoder 2.50.20170410
This is not the latest version of VidCoder available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by RandomEng. The inclusion of RandomEng trademark(s), if any, upon this webpage is solely to identify RandomEng 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 VidCoder, run the following command from the command line or from PowerShell:
To upgrade VidCoder, run the following command from the command line or from PowerShell:
To uninstall VidCoder, 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 vidcoder --internalize --version=2.50.20170410 --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 vidcoder -y --source="'INTERNAL REPO URL'" --version="'2.50.20170410'" [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 vidcoder -y --source="'INTERNAL REPO URL'" --version="'2.50.20170410'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install vidcoder
win_chocolatey:
name: vidcoder
version: '2.50.20170410'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'vidcoder' do
action :install
source 'INTERNAL REPO URL'
version '2.50.20170410'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller vidcoder
{
Name = "vidcoder"
Version = "2.50.20170410"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'vidcoder':
ensure => '2.50.20170410',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 10 Apr 2017.
VidCoder is a DVD/Blu-ray ripping and video transcoding application for Windows. It uses HandBrake as its encoding engine.
| Calling directly into the HandBrake library gives it a more rich UI than the official HandBrake Windows GUI.
$packageName = 'vidcoder';
$installerType = 'exe';
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-';
$validExitCodes = @(0);
$packages = Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) -ErrorAction:SilentlyContinue;
$packages | Where-Object { $_.DisplayName -like "$packageName*" } | ForEach-Object {
Uninstall-ChocolateyPackage -PackageName "$packageName" -FileType "$installerType" -SilentArgs "$($silentArgs)" -File "$($_.UninstallString)" -ValidExitCodes $validExitCodes;
}
Log in or click on link to see number of positives.
- VidCoder-2.50-x64.exe (ce33849f0cef) - ## / 61
- VidCoder-2.50-x86.exe (07d4c13b8a4a) - ## / 62
- vidcoder.2.50.20170410.nupkg (0ebd36718b25) - ## / 59
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 |
---|---|---|---|---|
VidCoder 10.15.0 | 428 | Sunday, September 29, 2024 | Approved | |
VidCoder 10.14.0 | 631 | Sunday, June 30, 2024 | Approved | |
VidCoder 10.13.0 | 197 | Tuesday, June 25, 2024 | Approved | |
VidCoder 10.12.0 | 42 | Monday, June 24, 2024 | Approved | |
VidCoder 9.20 | 930 | Wednesday, February 28, 2024 | Approved | |
VidCoder 9.19 | 380 | Sunday, February 11, 2024 | Approved | |
VidCoder 9.18 | 556 | Wednesday, January 17, 2024 | Approved | |
VidCoder 9.17 | 218 | Sunday, January 14, 2024 | Approved | |
VidCoder 8.26 | 1369 | Tuesday, August 8, 2023 | Approved | |
VidCoder 8.25 | 1569 | Sunday, February 26, 2023 | Approved | |
VidCoder 8.24 | 577 | Thursday, February 2, 2023 | Approved | |
VidCoder 7.14 | 3023 | Monday, April 11, 2022 | Approved | |
VidCoder 7.13 | 717 | Wednesday, March 9, 2022 | Approved | |
VidCoder 7.12.20220219 | 594 | Saturday, February 19, 2022 | Approved | |
VidCoder 7.12 | 145 | Saturday, February 19, 2022 | Approved | |
VidCoder 7.11.20220218 | 231 | Thursday, February 17, 2022 | Approved | |
VidCoder 7.11.20220217 | 221 | Wednesday, February 16, 2022 | Approved | |
VidCoder 7.11.20220216 | 134 | Wednesday, February 16, 2022 | Approved | |
VidCoder 7.11 | 194 | Wednesday, February 16, 2022 | Approved | |
VidCoder 7.10 | 429 | Sunday, February 13, 2022 | Approved | |
VidCoder 6.45 | 685 | Tuesday, December 28, 2021 | Approved | |
VidCoder 6.44 | 504 | Sunday, December 5, 2021 | Approved | |
VidCoder 6.43 | 422 | Sunday, November 21, 2021 | Approved | |
VidCoder 6.42 | 491 | Monday, November 1, 2021 | Approved | |
VidCoder 6.41 | 451 | Sunday, October 17, 2021 | Approved | |
VidCoder 5.21 | 1446 | Friday, July 10, 2020 | Approved | |
VidCoder 5.20 | 269 | Thursday, July 9, 2020 | Approved | |
VidCoder 5.19 | 610 | Monday, May 25, 2020 | Approved | |
VidCoder 5.18 | 453 | Tuesday, May 12, 2020 | Approved | |
VidCoder 5.17 | 847 | Sunday, February 9, 2020 | Approved | |
VidCoder 5.16 | 408 | Sunday, February 2, 2020 | Approved | |
VidCoder 5.15 | 442 | Thursday, January 16, 2020 | Approved | |
VidCoder 5.14 | 356 | Friday, January 10, 2020 | Approved | |
VidCoder 5.13 | 621 | Sunday, November 17, 2019 | Approved | |
VidCoder 4.36 | 904 | Monday, May 20, 2019 | Approved | |
VidCoder 4.35.0.20190425 | 531 | Thursday, April 25, 2019 | Approved | |
VidCoder 4.35 | 542 | Wednesday, March 27, 2019 | Approved | |
VidCoder 4.34 | 354 | Friday, March 22, 2019 | Approved | |
VidCoder 3.16 | 859 | Friday, October 12, 2018 | Approved | |
VidCoder 3.15 | 731 | Monday, July 2, 2018 | Approved | |
VidCoder 2.62 | 939 | Sunday, January 7, 2018 | Approved | |
VidCoder 2.58 | 818 | Sunday, October 29, 2017 | Approved | |
VidCoder 2.57 | 752 | Sunday, August 6, 2017 | Approved | |
VidCoder 2.56 | 604 | Monday, July 17, 2017 | Approved | |
VidCoder 2.52 | 666 | Monday, June 5, 2017 | Approved | |
VidCoder 2.51 | 673 | Monday, April 17, 2017 | Approved | |
VidCoder 2.50.20170410 | 514 | Monday, April 10, 2017 | Approved | |
VidCoder 2.50 | 627 | Sunday, March 5, 2017 | Approved | |
VidCoder 2.49 | 575 | Monday, February 20, 2017 | Approved | |
VidCoder 2.47 | 644 | Wednesday, January 25, 2017 | Approved | |
VidCoder 1.5.34 | 813 | Sunday, February 28, 2016 | Approved | |
VidCoder 1.5.33 | 584 | Friday, December 18, 2015 | Approved | |
VidCoder 1.5.32 | 422 | Friday, December 4, 2015 | Approved | |
VidCoder 1.5.31.1 | 479 | Friday, July 31, 2015 | Approved | |
VidCoder 1.5.31 | 680 | Saturday, March 28, 2015 | Approved | |
VidCoder 1.5.30 | 612 | Thursday, December 18, 2014 | Approved | |
VidCoder 1.5.28 | 459 | Wednesday, December 3, 2014 | Approved | |
VidCoder 1.5.27 | 458 | Saturday, November 15, 2014 | Approved | |
VidCoder 1.5.26 | 503 | Friday, November 14, 2014 | Approved | |
VidCoder 1.4.25 | 564 | Wednesday, October 29, 2014 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about VidCoder and the VidCoder 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 VidCoder, 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.