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
Works perfectly, installed K-lite codec pack and tested all audio and video compression codecs.
Added flv, wmv, MP4, QT and Direct show input plugins, work like a charm. Can now play, edit or convert Youtube vids. You may have to manually add ac3acm.ax to system.ini to make VDub play AC3 encoded video.
I think this is due to the K-lite intaller not wine.
What does not
Nothing
Workarounds
What was not tested
Nothing
Hardware tested
Graphics:
Additional Comments
If all others fail, it makes a good video player in wine as well...
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.