Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

7,185

Downloads of v 1.10.4.3549101:

4,584

Last Update:

30 Apr 2017

Package Maintainer(s):

Software Author(s):

  • Avery Lee

Tags:

virtualdub video audio cutting capture foss

VirtualDub

  • 1
  • 2
  • 3

1.10.4.3549101 | Updated: 30 Apr 2017

Downloads:

7,185

Downloads of v 1.10.4.3549101:

4,584

Software Author(s):

  • Avery Lee

VirtualDub 1.10.4.3549101

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

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:

NOTE

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

  • 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

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.

Package Approved

This package was approved as a trusted package on 09 Jul 2020.

Description

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%.


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

# Place shortcuts in appropriate location
$ProgsFolder = [environment]::getfolderpath('Programs')
If ( Test-ProcessAdminRights ) {
  $ProgsFolder = Join-Path ([environment]::getfolderpath('CommonApplicationData')) "Microsoft\Windows\Start Menu\Programs"
}

# Unique names for each bitness
$binName = "Veedub64.exe"
If ((Get-OSArchitectureWidth -compare '32') -or $env:ChocolateyForceX86 -eq $true) { $binName = "VirtualDub.exe" }

$packageArgs = @{
  packageName      = 'virtualdub'
  file             = "$toolsDir\VirtualDub-1.10.4.zip"
  file64           = "$toolsDir\VirtualDub-1.10.4-AMD64.zip"
  destination      = "$toolsDir"
  shortcutFilePath = "$ProgsFolder\VirtualDub.lnk"
  targetPath       = "$toolsDir\$binName"
}

Get-ChocolateyUnzip @packageArgs
Install-ChocolateyShortcut @packageArgs
Install-BinFile -Path "$toolsDir\$binName" -Name $packageArgs.packageName -UseStart

Remove-Item -Force -ea 0 "$toolsDir\*.zip"

Get-ChildItem $toolsDir -Recurse -Filter "*.exe" | % { Set-Content -Path  "$($_.FullName).ignore" -Value '' }
tools\chocolateyUninstall.ps1
$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'
tools\VirtualDub-1.10.4-AMD64.zip
md5: 0A27D51727D8ACDC6125DD499637393E | sha1: AF324C94E6D8B95B06E327EBE2CA9D90623332CE | sha256: 9BF4DF3DE27B204C5DD4FEAF7F72CD4D7E025D72BB46F39DAF0587DA4A824E5B | sha512: 6E1BB5A47F2589133B58A12960F2133E2F2BF42886789F4B6592B0EE873AD42414241526917C331DDAB10EE553A7E3FC77D3C6FC7B8480ABA64E339E7D208AC9
tools\VirtualDub-1.10.4.zip
md5: DF7B280908F7383525134D37C692F61E | sha1: EA14A0F331F6FB94C735633BC6BE1DA3DB13ED7B | sha256: 0502648057FD1345F6755914E5D32BB55230AE63F63CD829298544E9EA5A4B98 | sha512: 11E480422C1D9FFDBF271DFC83F9220E0FC850869EF8D2B8B6759C90BD84E8BF3F056E8D042C2D706B37846677A0AE1C9484B5BC5F13422171530BC90507F351

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
VirtualDub 1.10.4.35491 2046 Monday, October 28, 2013 Unknown
VirtualDub 1.10.3.35390 555 Thursday, May 16, 2013 Unknown

Discussion for the VirtualDub Package

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.
comments powered by Disqus