Help - Search - Members - Calendar
Full Version: VirtualDub 1.5.0 is out!
Hydrogenaudio Forums > Misc. > Off-Topic
M
Not something for everyone, but possibly still of interest: VirtualDub - the premiere freeware video editor - has been bumped to version 1.5.0. As Avery Lee explains, this new version "consists mostly of bug fixes, not the revolutionary change you would expect from a major version bump." However, there are a few changes worth noting... and the biggest (aside from the physical structure of the program, breaking some things into their own DLLs) is the addition of audio filtering.
QUOTE
1.5.0 is the first release to have audio filtering, which has been a requested feature for some time. Now, the audio filtering system is quite rough at this point -- it's not optimized, and the filter selection is a bit sparse. You also cannot write external audio filters yet, although that is definitely going to change. The current selection of audio filters consists mainly of miscellaneous algorithms that I have been playing with for a while within a sandbox WinAmp 2 plugin:


[*] Center cut. The classic "vocal cut" filter, except that the output is stereo instead of mono. This is accomplished through FFT phase analysis; the output will have some warbling in it, but stereo separation is preserved. Also known as the "make your own karaoke to embarrass yourself with" filter.

[*] Ratty phase shift. A time-domain, sawtooth-swept delay line, with rake-like correlation to smooth out the jumps. Good for about +/-20% variation in pitch.
Now, you might ask what a pitch shifter is good for with video. Well, 1.5.0 also contains a stretch filter that allows you to slow down or speed up audio, like a tweaked tape recorder. Combine a stretch and a matched pitch shift, and you get a time stretcher. If you set the pitch shifter and stretcher to the same ratio and tweak the video frame rate to match, you can speed up or slow down video. (Yes, you can now make "Sakura Saku" even faster!)

Now if I only knew what "Sakura Saku" is... sigh. Back to encoding tonight's episode of the Muppet Show.

- M.
Coolin
Sakura Saku is the opening song to the anime series Love Hina. And yes, it's pretty fast.
klumy
1.5.1 is the actual release

QUOTE
Build 15654 (Version 1.5.1):          [February 22, 2003]
  [features added]
  * Improved audio filter dialog.
  * Added "split" and "mix" audio filters.
  * Capture mode: Added menu item to launch Windows Volume
    Control in Recording mode.
  * Save Segmented AVI now attempts to cut before keyframes
    when the video mode is set to "direct copy."

  [bug fixes]
  * "Change so durations match" frame rate option was using
    microsecond periods as frame rates.
  * Fixed random crash when selecting menu option with no
    video file loaded.
  * Fixed broken free space gauge in capture mode.
  * Fixed trashed filenames when attempting to set capture
    file.
  * Save Segmented AVI was using one digit instead of two
    for the segment number.
  * Video capture without an audio device now works.
  * Audio compression dialog no longer shows incompatible
    compression formats when it first appears.
  * Added workaround for "shutdown when finished" job
    control option to work under Windows 98.
  * Assignments to string variables now work in scripts.
SK1
What do you mean by actual?.. substantial? current? factual? smile.gif
Yep, this is the first time i've seen the word "actual" used instead of current.
dev0
Typical German mistake:
Aktuell means current in German and sounds alomst like actual.
I don't know if something similiar is the the case in other languages.
dev0
rjamorim
QUOTE(dev0 @ Mar 1 2003 - 02:48 PM)
Typical German mistake:
Aktuell means current in German and sounds alomst like actual.
I don't know if something similiar is the the case in other languages.
dev0

Same thing in portuguese. I personally do that mistake often.
smok3
still no 'jpeg sequence' import.. sigh as well B)
Artemis3
Here we also use the very same word "actual" to mean "current".
fewtch
QUOTE(Artemis3 @ Mar 1 2003 - 03:05 PM)
Here we also use the very same word "actual" to mean "current".

It has a similar meaning in English too (from my dictionary):

ac•tu•al adj.1. existing in fact or reality. 2. existing at the present time.

I think usage #1 is far more common in English, but usage #2 refers to something similar to other languages, I think.
smok3
yeah, it is not a mistake at all:
http://dictionary.reference.com/search?q=actual

(similar word here as well - aktualno, aktualen)
ChristianHJW
QUOTE(smok3 @ Mar 1 2003 - 08:42 PM)
still no 'jpeg sequence' import.. sigh as well  B)

VirtualdubMod allows you to import/export PNG instead of Bitmap ... http://sf.net/projects/virtualdubmod
NeoRenegade
The use of the word "actual" described here applies to french, too.
smok3
QUOTE(ChristianHJW @ Mar 5 2003 - 09:51 PM)
VirtualdubMod allows you to import/export PNG instead of Bitmap ... http://sf.net/projects/virtualdubmod

any plans to include jpg as well? (i have this closed type of editing system which can export jpgs so i can do some preview/offline (divx) type of animations from that...)
SK1
i wouldn't bet it... since jpg usage issues are getting worse and worse. proprietry and all that. same with gif. a real disgrace. png doesn't have that.
smok3
i made jpg sequence import to work over avisynth 2.08/imagesequence.dll if someone is interested, install avisynth 2.08, get imagesequence_v2.zip & imglib.zip from http://members.aon.at/archi/warpenterprises , put imglib.dll into your system path, unzip imagesequence.dll into your avisynth plugin dir and make an avs script like:
QUOTE
#avisynth 2.08
LoadPlugin("c:\program files\avisynth2\plugins\ImageSequence.dll")
#ImageSequence("path",firstframe,lastframe,fps)
ImageSequence("E:\export_%.3d.jpg",1,50,25)
more info @: http://forum.doom9.org/showthread.php?s=&t...&threadid=26855
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.