TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 VirtualDub 軟體舊版本 Download Page8 | 2024 軟體跟著走

VirtualDub 歷史舊版本 Page8

最新版本 [var.version]

VirtualDub 歷史版本列表

VirtualDub 是免費且廣泛使用的視頻編輯軟件,它允許最終用戶在高度直觀的界面中處理視頻流,旨在為專業人士提供高級工具的完全訪問權限,並成為想學習如何進入的新手的優秀學習資源視頻編輯的世界。 VirtualDub 主要面向處理 AVI 文件,雖然它可以讀取(不寫)MPEG-1,也可以處理 BMP 圖像集。對音頻和視頻編解碼器的支持可以通過使用外部編解碼器來大大擴展,這些編解碼器通常安裝在現代... VirtualDub 軟體介紹

VirtualDub (32-bit)VirtualDub (64-bit)


VirtualDub 1.4.9 查看版本資訊

更新時間:2002-03-03
更新細節:

What's new in this version:

[features added]

    * Capture: Added wraparound workaround for 2^31 us (35m) wrap as well as 2^32 us (71m) timing wrap.
    * Added more verbose error messages.
    * Added some PIII instructions to crash disassembler.

[bug fixes]

    * Fixed scanline alignment and invalid format errors in image source reader.
    * Fixed Ctrl-W shortcut for "Close AVI."
    * Fixed title bar not being correct after exiting capture mode [regression in 1.4.8].
    * Temporal smoother now initializes its window from the first frame it receives rather than to black.
    * IVTC no longer drops last 8 or so frames when no audio is present.
    * Fixed deadlock on MP3 audio codecs that report a codec delay of 0 (LameACM).
    * Fixed sfence-related crash and decompression errors in MJPEG decoder [regression in 1.4.8].
    * Fast recompress no longer aligns frame subsets to keyframe boundaries.
    * "Scan for bad frames" would sometimes not mark the correct frames.
    * Scene scan sometimes wouldn't display the frame it had stopped on.
    * Fixed line of green pixels on right side of frame when using 3x3 TV filter.

VirtualDub 1.4.8 查看版本資訊

更新時間:2001-12-24
更新細節:

What's new in this version:

[features added]

    * Motion JPEG decoder has improved heuristics for field order determination, support for restart markers, and supports 4:4:4 as well as 4:2:0 and standard 4:2:2.
    * An error is now thrown if a third-party driver leaves the CPU in MMX state when returning, which previously could cause floating-point code to malfunction.
    * Added workaround for ASUS ASV1 driver crashing under Windows NT platforms.
    * MPEG-1 files with small amounts of junk at the beginning are now recognized.
    * BMP image sequences can now be loaded as well as saved.
    * Frame rate changes are reflected in the timestamp panel.
    * Hex Editor no longer locks files and can highlight important fields in AVI files.
    * Capture: Luma squish now supports UYVY in addition to YUY2.
    * AVI handler can now recover OpenDML segments from truncated files and has more aggressive recovery methods.
    * AVI handler recognizes 'bt20' as a format that does not have delta frames.
    * Added workaround for audio sync problems caused by malformed AVI files with VBR MP3 audio.
    * Support for masking video frames and for autoscanning the video stream for bad frames to mask.

[bug fixes]

    * No more crashing when attempting to do certain kinds of seeks with no video loaded.
    * Capture: Noise reduction works properly with cropping.
    * Fixed MPEG-1 frame order bug in frameserver that was also introduced in 1.4.6.
    * Fixed MPEG-to-AVI conversion resulting in trashed wPriority and wLanguage fields in the stream header.
    * Capture: Under Windows 98/2000, monitor and system power down are inhibited in capture mode.
    * Fixed scripts and job entries being trashed when the generated script exceeds 16K.
    * Fixed codec issues caused by script system not handling long strings produced from codec data. Thanks to the DivX 4 team for reporting this one.
    * IVTC no longer causes bitrates for CBR video codecs to drop by 20%%.
    * Fixed output files being generated with type 'ivas' when the source was a type-1 DV file.
    * Fixed diagonal stripe or crash with MMX version of Levels filter when input bitmap is an odd width.
    * Fixed AVI streaming routines going off the deep end when encountering garbage data in the AVI stream.
    * Fixed occasional corrupted frames when playing back AVI with "drop frames when behind" enabled.
    * IVTC now forces interleaving on a 4-frame basis like it's supposed to.
    * The audio compression dialog was passing bad precision values to audio codecs and only querying for real-time compression.
    * Corrected crashes or errors on uncompressed video streams that have a zero or incorrect biSizeImage field.
    * Capture: Multisegment and info panel settings saved correctly.
    * Capture: Compatibility mode capture prohibited when multisegment capture enabled.

VirtualDub 1.4.7 查看版本資訊

更新時間:2001-08-26
更新細節:

What's new in this version:

[bugs fixed]

    * Quick preview didn't work if the current position was past the number of source frames, even if the timeline was longer than that.
    * Added FPU guards that were missing in a couple of critical places (AVIFile open, codec negotation).
    * The timeline wasn't properly extended if segments were auto-attached by filename after edits had been made.
    * Configuration scripts saved when no file is open no longer alter the edit list when loaded.
    * Jobs launched from the command line used the normal error modes rather than those set as default by the user.

[regressions fixed]

    * Filter preview buttons weren't updating the frame.
    * Save Image Sequence command would randomly produce an unrequested job instead of initiating the render directly.
    * Append AVI function was incrementing the filename extension instead of the name component.
    * Avisynth scripts smaller than 60 bytes weren't being autodetected properly.
    * MP3 audio streams were getting written with dwLength=0 if correction was enabled.
    * MPEG decoder occasionally decoded garbage into the video frame, resulting in sporadic block errors during processing.

VirtualDub 1.4.6 查看版本資訊

更新時間:2001-08-20
更新細節:

What's new in this version:

[features added]

    * Enhanced error concealment in MPEG-1 video decoder to reduce picture spew on errors (NOT THE PARSER).
    * "Drop frames when behind" can now drop frames before the decoder. This helps with Huffyuv playback.
    * Capture-mode noise reduction now works with UYVY video as well.

[bug fixes]

    * Fixed that blasted Audio Interleaving bug I introduced in V1.4.5.
    * Added sample skip support for audio converter and amplifier filters, to prevent long delays when using subsets with them.
    * 'Save WAV' now truncates the file if the file you're saving over is bigger than the new data it's being replaced with.
    * Fixed frame output display not updating when attempting to display same frame after changing filters.
    * Fixed audio interleaving dropping out after a preview.
    * Read errors no longer appear interactively, blocking batch operations.
    * Attempting to shift in capture mode from 'preview with histogram' to overlay mode no longer switches to preview mode instead.
    * Fixed problem with hardware accelerated preview in capture mode with some ATI video cards.
    * No more of "1057%% complete" in Job Control.
    * Changed some of the more embarrassingly bad error messages.

VirtualDub 1.4.5 查看版本資訊

更新時間:2001-07-18
更新細節:

VirtualDub 1.4.4 查看版本資訊

更新時間:2001-03-29
更新細節:

VirtualDub 1.4.3 查看版本資訊

更新時間:2000-09-23
更新細節:

VirtualDub 1.4.2 查看版本資訊

更新時間:2000-09-01
更新細節:

VirtualDub 1.4.1 查看版本資訊

更新時間:2000-08-21
更新細節:

VirtualDub 1.4.0 查看版本資訊

更新時間:2000-08-16
更新細節: