Version 1.10.x - latest 1.10.4 is dated 2013-10-28
Development is stopped except compatibility/bug fixes.
Please note specific version when submitting test results.
You absolutely should install x264vfw and FFInputDriver as VirtualDub will be almost useless without! See Note below!
Application Details:
Version: | 1.10.x |
License: | Free to use |
URL: | http://www.virtualdub.org/ |
Votes: | 1 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 3.18-staging |
Maintainers: About Maintainership
What works
Opening
Compressing
Editing
What does not
On non-english keyboards the key mapping is wrong for some shortcut keys (eg öü on german keyboards for go to selection start and end)
Minimizing the main window while processing stops the processing thread. This only happens if it shows the video while processing.
Workarounds
Hit the keyboard until you find the correct shortcut keys ;)
Don't minimize the main window.
What was not tested
Capturing video
Hardware tested
Graphics:
Additional Comments
VirtualDub Version 1.10.4
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 18.04 "Bionic" amd64 (+variants like Kubuntu) | Oct 26 2018 | 3.18-staging | N/A | Yes | Yes | Gold | JPT | |
Show | Ubuntu 18.10 "Cosmic" amd64 (+variants like Kubuntu) | Oct 25 2018 | 3.0.3 | N/A | Yes | Yes | Gold | JPT | |
Show | Ubuntu 14.04 "Trusty" amd64 (+ variants like Kubuntu) | Jan 20 2015 | 1.7.34 | N/A | Yes | Silver | Jeff D. Hanson | ||
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Aug 31 2016 | 1.6.2 | N/A | Yes | Silver | JPT |
I successfully tested the following plug-ins:
Libraries
x264vfw - H.264 Codec Library for VideoForWindows API
Allows to read and write H.264 video.
Well, just run the installer. Works out of the box.
Plugins
FFInputDriver - FFMpeg Wrapper for VirtualDub
Input filter for almost any video container (MKV, MOV, MP4, MPEG2 etc.)
Extract into program folder, zip includes plugins32/64 folders.
BorderControl 2.40
Allows several border oriented filter actions like smearing
Requires 32-bit Prefix and .NET 2.0
FadeFX 1.2
Fade in or out
Not tested yet:
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.