Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

 
Virtualdubmod Cvs 10/06/2003
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
Suiryc
Posted: Jun 10 2003, 06:49 PM


Developer of VirtualdubMod


Group: VirtualdubMod Team
Posts: 222
Member No.: 468
Joined: 10-October 02



Hello people, as often requested we present the latest bugfixes and new features in a CVS release, meaning you have to download the latest full package (1.5.1.1a) and overwrite the .exe and .vdi file with those provided in the CVS release zip.

Some points out of the changelog we want to highlight:

  • The special AviSynth.dll from our project page is gone since the code is now part of the official code base (>= 2.5.2)
  • There is a new control for preferences setup. This is currently in testing stage so the 'old' preferences pages are still there.
  • Some of the VirtualDubMod specific preferences (all except Matroska ones actually) have been moved in their own registry key (Matroska ones already had their key). Thus those settings are reseted to default values. Be sure to choose again your preferences if needed.


Now for the complete changelog:
CODE

Belgabor:
- Fixed I18N not working in HexViewer
- Fixed I18N/p18 related bugs in VirtualDub.rc
- OpenGL32.dll and Glu32.dll for the about box are now loaded dynamically.
 This may speed up loading of VirtualDubMod and reduce memeory cost.
 (Well, as long as you don't open the about box;) )
- Fixed P4 build. LibEBML doesn't work with the Intel compiler, so its compiled
 with the normal M$ one.
- Added "LoadAviSynth(string path)" to sylia functions.
- Since AviSynth 2.5.2 the special code to allow coloring of external plugin
 commands is part of the offical codebase. Therfore the special avisynth.dll that
 was available from our page will be removed.
- New icon, designed by mf.
- Updates to the script editor:
   * Added a new mode to the script editor for Decomb override files. So far this is
     nothing special, except ranges are copied with "," like for the Avisynth
  handling (also see next point). Requests are taken for improvements =).
     This mode is auto-set for the extensions ".tel", ".fb" and ".dec".
   * The 'None' mode in the script editor now pastes ranges with "-".
   * Filenames can now be inserted with a nice file open dialog. In 'None' mode they
  are inserted as-is, in AviSynth mode with "'s around them.

Cyrius:
- Fixed a bug that would multiply the number of audio streams coming from the
 opened video file when using the Refresh feature.
- Fixed bug not showing properly the video panes when opening via AviSynth.
- Fixed crash when opening via AviSynth without using a script.
- Fixed bug reseting the frame position to 0 when refreshing.
- Really added the SaveMKV functions for Sylia (better for batch mode :p).
- Fixed ending crash when compressing to MP3 inside VirtualDubMod.
- Fixed bug where disabled streams would still be written in the Job file.
- Quick fix (seems to work) for the program crashing when being called with
 the /x commandline options, and when the input file is in YV12 (i.e.
 generally an avs file).
- Fixed bug generating invalid OpenDML (>2GB) AVI files introduced in 1.5.1.1a
 when using audio streams.
- Fixed a bug (generally a crash) when reading Matroska files in CBR mode
 (e.g. 'Preview' instead of 'Preview VBR')
- Externalized the modified resize filter (the one based on and replacing the
 internal VirtualDub resize filter in 1.4.x versions of VirtualDubMod).
 Fixed some bugs in it as well :)
- Coded an extended TreeView control for the Preferences.
- Added support of 'rec' lists when writing AVI files (similar to AVI-Mux GUI).
 Finalization of AVI files takes some time when using this option.
- Updated libebml/matroska to latest versions (fixed some memory leaks).
- Fixed some memory leaks in Matroska support.
- Fixed bug preventing VDubMod from accepting AC3 files with a bitstream
 version lower than 8 (current specs version is v8).
- Fixed some crashes when reading mkv files (demuxing / transmuxing, ...).
- 'Interleaving' item of the 'Audio' menu is now accessible to subtitle streams
 when right-clicking in the stream list. Allow to change the stream offset.
- Fixed some bugs in the Matroska support.
- Matroska files with unknown audio tracks (unhandled IDs) are now accepted.
 Those tracks will only remain valid when being remuxed in a Matroska file.
- Added an option (Preferences) to speed up Matroska reading in VirtualDubMod.
 This requires more memory but Matroska reading part is 5x faster.
- Fixed another crash in the CBR reading code of Matroska files.
- Lowered a bit memory consumption when parsing OGM/MKV files (<10% gain).
- Moved VirtualDubMod preferences in its own registry binary entry to prevent
 any future conflict with VirtualDub (in case Avery Lee adds preferences).
 Nb : those settings have thus been reseted to default values. Matroska prefs
 were already in a separate registry entry and aren't reseted.
- Added audio clipping settings in the 'Interleaving' window, which allow to
 have different settings for each track. Changing those settings in the
 'Video->Select range' window (which show you the default values when adding
 a new track) will apply it to all streams.
- Fixed bug with matroska support where we would write wrong audio IDs ^^; ...



You should find this version here

Have fun =)

PS : Matroska files made with this new version won't work well with old official DShow filters (the way framerate is written in the file has been changed). So you need either latest (>=0.4.3) filter or Gabest's recent ones.
Note that old files aren't broken (they still work with VirtualDubMod and DShow filters), it's just that files made with new tools may cause problems to old tools.




--------------------
OGM tools, VirtualDubMod [SourceForge : Tracker/DL] (FAQ)
Don't forget the Needed DLLs for VirtualDubMod. Post bugs/requests in our Tracker.
We give 100% of your donations to the Open Source community
 
      Top
Suiryc
Posted: Jun 11 2003, 12:34 AM


Developer of VirtualdubMod


Group: VirtualdubMod Team
Posts: 222
Member No.: 468
Joined: 10-October 02



New updated bugfix (2003-06-11) added.
CODE

- Fixed rare bug where MP3 streams in AVI may be read as using Nandub tricks
 while they don't (thus leading to out-of-synch issues when editing).
- Fixed bug with AVI 'rec' lists (last one not being properly closed).


--------------------
OGM tools, VirtualDubMod [SourceForge : Tracker/DL] (FAQ)
Don't forget the Needed DLLs for VirtualDubMod. Post bugs/requests in our Tracker.
We give 100% of your donations to the Open Source community
 
      Top
kurtnoise
Posted: Jul 21 2003, 12:26 PM


Moderator of the Vdub Support Forum


Group: Moderators
Posts: 265
Member No.: 1206
Joined: 6-December 02



Hi !! tongue.gif

Any news about the next vdubMOD release ???

--------------------
Visit the French United Video Forum : http://www.unite-video.com
 
      Top
ChristianHJW
Posted: Jul 21 2003, 03:48 PM


Advanced Member


Group: Moderators
Posts: 1768
Member No.: 2
Joined: 7-July 02



Yes, it will ROCKKKK !!! ... lol ....

Cyrius said the next version ( is in CVS already ) will allow to edit matroska files with non-VCM content, such as RV9 in MKV, native MPEG4 in MKV or ( soon ) MPEG1/2 in MKV wink.gif ......

--------------------
Visit the unofficial Virtualdub support forum on http://forums.virtualdub.org - help to reduce the big number of emails Avery Lee is getting every day !!
Support matroska as container and Gstreamer as the only truely open, x-platform multimedia platform ....
 
       Top
kurtnoise
Posted: Jul 22 2003, 06:22 AM


Moderator of the Vdub Support Forum


Group: Moderators
Posts: 265
Member No.: 1206
Joined: 6-December 02



biggrin.gif Arfff this is good news......tks tongue.gif

--------------------
Visit the French United Video Forum : http://www.unite-video.com
 
      Top
Suiryc
Posted: Jul 29 2003, 07:07 PM


Developer of VirtualdubMod


Group: VirtualdubMod Team
Posts: 222
Member No.: 468
Joined: 10-October 02



QUOTE (ChristianHJW @ Jul 21 2003, 09:48 AM)
Yes, it will ROCKKKK !!! ... lol ....

Cyrius said the next version ( is in CVS already ) will allow to edit matroska files with non-VCM content, such as RV9 in MKV, native MPEG4 in MKV or ( soon ) MPEG1/2 in MKV wink.gif ......

Well that is only Constant FrameRate contents ...

--------------------
OGM tools, VirtualDubMod [SourceForge : Tracker/DL] (FAQ)
Don't forget the Needed DLLs for VirtualDubMod. Post bugs/requests in our Tracker.
We give 100% of your donations to the Open Source community
 
      Top
kurtnoise
Posted: Aug 4 2003, 06:15 AM


Moderator of the Vdub Support Forum


Group: Moderators
Posts: 265
Member No.: 1206
Joined: 6-December 02



VirtualdubMOD v1.5.4.1 is available smile.gif

Thank u guys cool.gif

--------------------
Visit the French United Video Forum : http://www.unite-video.com
 
      Top
Cyberman
Posted: Aug 4 2003, 08:07 AM


Advanced Member


Group: Members
Posts: 2035
Member No.: 3477
Joined: 3-April 03



What about SSA? Will VDubMod sometime support it? I want to make MKV files with SSA subtitles, and VDubmod would be the best tool for it(since I already use it to make the MKV file itself).

--------------------
Matroska/MKV ?
 
    Top
meilin
Posted: Aug 4 2003, 12:49 PM


Unregistered









good release,but i do not like the new icon:(
and also here are so many readme.. seral about:(
 
  Top
meilin
Posted: Aug 5 2003, 10:09 AM


Unregistered









i use mmg to create a mkv file,the source file is a realmedia,when i use virtualdubmod 1.54 to open it,it says
can not locate decompress for format "yyyy"(unknown),i tested and find here are something wrong with the audio,anyone who can tell me how to deal with this? sad.gif
 
  Top
kurtnoise
Posted: Nov 30 2003, 03:03 PM


Moderator of the Vdub Support Forum


Group: Moderators
Posts: 265
Member No.: 1206
Joined: 6-December 02



Hi all,

Any news or any plans about the future of VirtualdubMOD ???

There is an AAC DShow Parser now......So, why not include Audio AAC files for muxing directly in VDMOD ?? It will be great.

--------------------
Visit the French United Video Forum : http://www.unite-video.com
 
      Top
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:
10 replies since Jun 10 2003, 06:49 PM Track this topic | Email this topic | Print this topic

<< Back to News / Announcements