Version 1.9.x - latest 1.9.11 is dated 2010-12-24
Application Details:
Version: | 1.9.x |
License: | Open Source |
URL: | http://www.virtualdub.org/ |
Votes: | Marked as obsolete |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 1.6 |
Maintainers: About Maintainership
What works
What does not
The one thing I really needed VirtualDub for: the Deshaker plugin. It apparently can't load plugins from the filesystem. The Deshaker plugin doesn't show up in the Filters dialog when placed in the plugins directory. When attemping to use the Load feature it reports the error, "Cannot load plugin module "C:\Program Files\VirtualDub-1.9.0\plugins\Deshaker.vdf": Module not found."
This works fine in Virtualbox.
Workarounds
What was not tested
Probably 98% of the application (all the filters, the hundreds of options, etc.).
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 13.04 "Raring" i386 (+ variants like Kubuntu) | Oct 02 2013 | 1.6 | Yes | Yes | Platinum | an anonymous user | ||
Show | Mac OS X 10.7 "Lion" | Jan 09 2013 | 1.5.21 | Yes | Yes | Gold | an anonymous user | ||
Show | Slackware 13.1 | Jul 22 2010 | 1.2 | N/A | Yes | Platinum | an anonymous user | ||
Show | openSUSE 11.2 x86_64 | Jun 27 2010 | 1.1.44 | N/A | Yes | Gold | an anonymous user | ||
Show | openSUSE 11.2 x86_64 | Dec 26 2009 | 1.1.35 | Yes | Yes | Gold | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
To have a context menu in KDE (e.g. Dolphin):
[Desktop Entry] Type=Service ServiceTypes=KonqPopupMenu/Plugin MimeType=video/* Actions=Virtualdub; #X-KDE-Submenu=Virtualdub #X-KDE-Submenu[de]= Encoding=UTF8 [Desktop Action Virtualdub] Name=Compress using Virtualdub Icon=video Exec=~/bin/virtualdub.sh ~/path/default-compression.vcf "%f"
#!/bin/bash export WINEPREFIX=~/.wine WINE=/usr/bin/wine VDUB=~$WINEPREFIX/drive_c/Progs/VirtualDub/VirtualDub.exe VCF=$(winepath -w "$1") JOBS=$(winepath -w ~/path/virtualdub.jobs) VIDEO=$(winepath -w "$2") #echo $WINE $VDUB /master $JOBS /s $VCF $VIDEO $WINE $VDUB /master $JOBS /s $VCF $VIDEO
If you don't need compression presets, you may remove all VCF stuff. If you want to use the default JOBS file, you may remove all JOBS stuff.