Downloads:
7,480
Downloads of v 1.10.4.3549101:
4,816
Last Update:
30 Apr 2017
Package Maintainer(s):
Software Author(s):
- Avery Lee
Tags:
virtualdub video audio cutting capture foss- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
VirtualDub
- 1
- 2
- 3
1.10.4.3549101 | Updated: 30 Apr 2017
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
7,480
Downloads of v 1.10.4.3549101:
4,816
Maintainer(s):
Software Author(s):
- Avery Lee
VirtualDub 1.10.4.3549101
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Avery Lee. The inclusion of Avery Lee trademark(s), if any, upon this webpage is solely to identify Avery Lee 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 VirtualDub, run the following command from the command line or from PowerShell:
To upgrade VirtualDub, run the following command from the command line or from PowerShell:
To uninstall VirtualDub, 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 virtualdub --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 virtualdub -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 virtualdub -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 virtualdub
win_chocolatey:
name: virtualdub
version: '1.10.4.3549101'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'virtualdub' do
action :install
source 'INTERNAL REPO URL'
version '1.10.4.3549101'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller virtualdub
{
Name = "virtualdub"
Version = "1.10.4.3549101"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'virtualdub':
ensure => '1.10.4.3549101',
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 10 Nov 2024.
VirtualDub is a video capture/processing utility for 32-bit and 64-bit Windows platforms (98/ME/NT4/2000/XP/Vista/7), licensed under the GNU General Public License (GPL). It lacks the editing power of a general-purpose editor such as Adobe Premiere, but is streamlined for fast linear operations over video. It has batch-processing capabilities for processing large numbers of files and can be extended with third-party video filters. VirtualDub is mainly geared toward processing AVI files, although it can read (not write) MPEG-1 and also handle sets of BMP images.
Features
VirtualDub helps you get video into your computer.
If your capture device is Video for Windows compatible, then VirtualDub can capture video with it. But VirtualDub isn't your average capture program:
- Fractional frame rates. Don't settle for 29 or 30 when you want 29.97.
- Optimized disk access for more consistent hard disk usage.
- Create AVI2 (OpenDML) files to break the AVI 2GB barrier and multiple files to break the FAT32 4GB limit.
- Integrated volume meter and histogram for input level monitoring.
- Real-time downsizing, noise reduction, and field swapping.
- Verbose monitoring, including compression levels, CPU usage, and free disk space.
- Access hidden video formats your capture card may support but not have a setting for, such as 352x480.
- Keyboard and mouse shortcuts for faster operation. To capture, just hit F6.
- Clean interface layout: caption, menu bar, info panel, status bar.
VirtualDub lets you clean up video on your computer.
There are lots of programs that let you "edit" video. And yet, they're frustratingly complex for some of the simplest tasks. VirtualDub isn't an editor application; it's a pre- and post-processor that works as a valuable companion to one:
- Reads and writes AVI2 (OpenDML) and multi-segment AVI clips.
- Integrated MPEG-1 and Motion-JPEG decoders.
- Remove and replace audio tracks without touching the video.
- Extensive video filter set, including blur, sharpen, emboss, smooth, 3x3 convolution, flip, resize rotate, brightness/contrast, levels, deinterlace, and threshold.
- Bilinear and bicubic resampling -- no blocky resizes or rotates here.
- Decompress and recompress both audio and video.
- Remove segments of a video clip and save the rest, without recompressing.
- Adjust frame rate, decimate frames, and 3:2 pulldown removal.
- Preview the results, with live audio.
You can take a captured clip, trim the ends, clean up some of the noise, convert it to the proper frame size, and write out a better one. Don't see a video filter you want? Write your own, with the filter SDK.
VirtualDub is fast.
The author of VirtualDub is very impatient. That means his program is designed for speed, both in the interface and in the processing pipeline. Converting a compressed, 320x240 MPEG-1 file to an uncompressed, 24-bit AVI requires only these two steps in VirtualDub:
- Open video file (Ctrl-O).
- Save AVI (F7).
How fast is this operation? On a C450, 40 frames per second (1.3x real-time speed). With a little tweaking, the speed rises to 55 fps (1.8x), with the CPU hardly breaking a sweat at 40%.
$ErrorActionPreference = 'Stop'
$commProgs = Join-Path ([environment]::getfolderpath('CommonApplicationData')) "Microsoft\Windows\Start Menu\Programs"
$userProgs = [environment]::getfolderpath('Programs')
Remove-Item -Path "$commProgs\VirtualDub.lnk","$userProgs\VirtualDub.lnk" -ea 0
Uninstall-BinFile -Name 'virtualdub'
md5: 0A27D51727D8ACDC6125DD499637393E | sha1: AF324C94E6D8B95B06E327EBE2CA9D90623332CE | sha256: 9BF4DF3DE27B204C5DD4FEAF7F72CD4D7E025D72BB46F39DAF0587DA4A824E5B | sha512: 6E1BB5A47F2589133B58A12960F2133E2F2BF42886789F4B6592B0EE873AD42414241526917C331DDAB10EE553A7E3FC77D3C6FC7B8480ABA64E339E7D208AC9
md5: DF7B280908F7383525134D37C692F61E | sha1: EA14A0F331F6FB94C735633BC6BE1DA3DB13ED7B | sha256: 0502648057FD1345F6755914E5D32BB55230AE63F63CD829298544E9EA5A4B98 | sha512: 11E480422C1D9FFDBF271DFC83F9220E0FC850869EF8D2B8B6759C90BD84E8BF3F056E8D042C2D706B37846677A0AE1C9484B5BC5F13422171530BC90507F351
Log in or click on link to see number of positives.
- VirtualDub-1.10.4-AMD64.zip (9bf4df3de27b) - ## / 58
- VirtualDub-1.10.4.zip (0502648057fd) - ## / 57
- virtualdub.1.10.4.3549101.nupkg (d0080e2e9cb4) - ## / 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 |
---|---|---|---|---|
VirtualDub 1.10.4.3549101 | 4816 | Sunday, April 30, 2017 | Approved | |
VirtualDub 1.10.4.35491 | 2071 | Monday, October 28, 2013 | Unknown | |
VirtualDub 1.10.3.35390 | 593 | Thursday, May 16, 2013 | Unknown |
-
- chocolatey (≥ 0.10.5)
Ground Rules:
- This discussion is only about VirtualDub and the VirtualDub 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 VirtualDub, 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.