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
No maintainers. Volunteer today!
What works
Everything. Did install Xvid first though with Wine
What does not
Workarounds
What was not tested
Everything was tested and ran fine
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 13.04 "Raring" i386 (+ variants like Kubuntu) | Oct 02 2013 | 1.6 | Yes | Yes | No | Platinum | an anonymous user | |
Show | Mac OS X 10.7 "Lion" | Jan 09 2013 | 1.5.21 | Yes | Yes | No | Gold | an anonymous user | |
Show | Slackware 13.1 | Jul 22 2010 | 1.2 | N/A | Yes | No | Platinum | an anonymous user | |
Show | openSUSE 11.2 x86_64 | Jun 27 2010 | 1.1.44 | N/A | Yes | No | Gold | an anonymous user | |
Show | openSUSE 11.2 x86_64 | Dec 26 2009 | 1.1.35 | Yes | Yes | No | 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.
Comments for this application have been disabled because there are no maintainers.