View Full Version : [VirtualDubMod] 1.5.10.2 released (updated) <2006-02-21>


Suiryc
3rd December 2003, 22:20
As the subject say.

The changelog (not as long as in previous releases :p)


[VirtualDubMod 1.5.10.1]
Cyrius:
- Warn you when a subtitle don't have its duration set in a matroska file (instead
of throwing an error).
- Warn you if something really bad about timecodes happens when writing an mkv file.
- Fixed bug (1.5.4.1) where all streams would be muxed with a 1 frame interleaving.
- Fixed bug (1.5.4.1) where Matroska Segment size was incorrectly written.
- When editing an mkv file (without recompressing) the Aspect Ratio info is kept.
- Fixed bug where some large (>4GB) files wouldn't open.
- Fixed bug where the length of uncompressed audio streams would be wrong for OGM/MKV files.
- Fixed bug preventing Win 9x/Me users from saving sequence of images.
- Using Advanced filtering on more than one audio stream should work properly now.
- Fixed yet a few crashes when processing badly corrupted OGM files.
- Fixed bug where chapter information were incorrectly processed when muxing (would happen
when deleting a subset starting at frame 0).
- Fixed possible crash when processing corrupted MP3 VBR stream muxed in an AVI file by
Nandub or (really) old versions of VirtualDubMod.
- Fixed problem with AVI files containing an MP3 stream encoded using Dr. DivX.
- Fixed possible problem with AVI files containing MP3 VBR muxed with AVI-Mux GUI.
- Fixed problem (error -100, no video appearing in the preview windows) where XviD was
selected as decoder (instead of DivX) with OGM/MKV files containing DivX 5 video.
- Fixed broken code (resulting in problems when opening or muxing) in the DTS parser.
- Take into account the LFE channel in channel count for AC3 files.
- Readded the possibility to enqueue "Save WAV" or "Demux" as a job.
- Stream title is now written as stream name in AVI files.
- Copied VirtualDub 1.5.5 code to fix the focus stealing issues with the "Dubbing Status"
window. Also now this window remains hidden when using the /s commandline option.
- Fixed bug where some mkv files (with incorrect segment size) wouldn't open.
- Fixed bug preventing the "Audio" menu to popup under Windows NT4.
- Merged changes up to 1.5.10. Expect new exciting bugs now :>
- Removed ASF support in the code. There are better tools out there for ASF.
- Removed internal AC3 decompressing since fccHandler made an ACM codec for AC3.
- Added an option ("Adjust chapters ...") for chapters inside a stream. When enabled the
chapters time are adjusted according to the subsets (i.e. the chapters listed for a stream
are considered as the ones for the original full clip). When disabled the chapters are
only adjusted according to the start and end time of your selection (i.e. the chapters
listed are considered as the ones of the clip after you edited subsets).
- Warning (instead of errors) are triggered for some errors (when some data had no timestamp,
or when a frame had only a forward reference) inside Matroska files.
- A warning should be triggered when a VFR video stream is found inside a Matroska file.
Nb: in this case we strongly advise you to use another tool to safely process your file.
- Removed VDM specific items from the 'standard' preference windows. Use the 'VDubMod'
preferences window to setup those settings.
- Added a (track) "Name" comment in the availabe comment types. This set the track name in
AVI files (only shown by some players) and correspond to the track name in Matroska.

Belgabor:
- Included Toff's fix for the last chapter in matroska files.
- Added 'Insert Crop' in the Script Editor for AviSynth scripting. It sums up all
crops performed in the VDub filters.
- Two new options for the Script Editor. One activates single instance mode meaning
you will only have one editor window. The other one automatically pops up the script
editor when you open an avs file or loads it into an active editor window in single
instance mode.
- Fixed: Refresh [1.5.9]
- Fixed: Frameset transfer to AVS Editor [1.5.9]
- Fixed: Hotkeys in AVS Editor [1.5.9]
- Converted filename transfer to unicode.
- Partly fixed: AVS Templates (no unicode filenames and no multiple selection yet) [1.5.9]
- AVS Templates are now a part of the normal Open Dialog, replacing "Open via Avisynth".
- Fixed: tick settings not working if a file is opened via the MRU


As usual on SourceForge (http://sourceforge.net/project/showfiles.php?group_id=65889&release_id=201544).


Bugfix versions are available, see later in this thread.


Many important changes have been made in the code of VirtualDub since last release. So there may be many stupid bugs remaining ...

Enjoy

stax76
4th December 2003, 01:43
thanks a lot for your hard work. I did not test yet but got already a question, how is the VirtualDub code related to the VirtualDubMod code?

Tuning
4th December 2003, 10:20
Thanks Suiryc, Belgabor and other VDM team members.:)
Originally posted by Dolemite
thanks a lot for your hard work. I did not test yet but got already a question, how is the VirtualDub code related to the VirtualDubMod code?

Dolemite, everyone knows VDM is a derivative of Vdub. Hence code will be similar except in additions made for adding OGM/MKV/ac3/Ogg/SRT ( Many other additions which i don't exactly know :p )....etc support. It has a avisynth script editor too.:)

stax76
4th December 2003, 12:26
I have noticed VDM is derived from VD. I would like to know if and how the code is kept in sync

ikarus
4th December 2003, 13:55
@belgabor

1st:
I activated above mentioned Options in the preferences, saved and even restarted vdubmod.

this works well when using the file=>open menu,
but using drag'n'drop it won't. :(



------- dream section ---------

2nd: the import crop is very nice, but (referring to our initial chat in that other thread) in respect to usefulness to encode-addicts like me some other ideas (i hope you dont mind):

crop:
for cropping i use the "null transform" filter (since i use vdubmod only to determine my cropping and trimming values for my scripts), for your "Insert Crop" - Function i need to close both, the filter settings as well as the filterlist window and save the cropping values. this becomes unhandy when processing 10+ avs files in a row, since you'd have to reset these values for the new avs for each set cropping value manually.
if possible, it would be better to have an extra button in the cropping-settings window to set the current settings as crop values in the script, without having to save them to vdubmod filter settings before.

trim:
same as for crop, my suggestion would be 2 buttons in the cropping settings window for in/out, saving the values to in_x/out_x, and processing these on closure of the cropping settings or on pressing a third button (or each time an in/out - set is complete) to a valid trim line to the script.

these options would make it a perfect tool for me, maybe you like some of these ideas.
------------ end dream section ----------

best regards
ikarus

Belgabor
4th December 2003, 17:32
Originally posted by Dolemite
I have noticed VDM is derived from VD. I would like to know if and how the code is kept in sync
Thats mainly Cyrius' work. Its manual work, as far as I know using a three way diff.

Belgabor
4th December 2003, 17:37
Originally posted by ikarus
@belgabor

1st:
I activated above mentioned Options in the preferences, saved and even restarted vdubmod.

this works well when using the file=>open menu,
but using drag'n'drop it won't. :(



------- dream section ---------

2nd: the import crop is very nice, but (referring to our initial chat in that other thread) in respect to usefulness to encode-addicts like me some other ideas (i hope you dont mind):

crop:
for cropping i use the "null transform" filter (since i use vdubmod only to determine my cropping and trimming values for my scripts), for your "Insert Crop" - Function i need to close both, the filter settings as well as the filterlist window and save the cropping values. this becomes unhandy when processing 10+ avs files in a row, since you'd have to reset these values for the new avs for each set cropping value manually.
if possible, it would be better to have an extra button in the cropping-settings window to set the current settings as crop values in the script, without having to save them to vdubmod filter settings before.

trim:
same as for crop, my suggestion would be 2 buttons in the cropping settings window for in/out, saving the values to in_x/out_x, and processing these on closure of the cropping settings or on pressing a third button (or each time an in/out - set is complete) to a valid trim line to the script.

these options would make it a perfect tool for me, maybe you like some of these ideas.
------------ end dream section ----------

best regards
ikarus

1st: probably an oversight =)
2nd: I'll see what I can do.

Suiryc
4th December 2003, 18:19
Originally posted by Dolemite
thanks a lot for your hard work. I did not test yet but got already a question, how is the VirtualDub code related to the VirtualDubMod code?
As already mentioned VirtualDubMod is derived from VirtualDub. So both programs share the same core (GUI, stream, and dubbing systems). This core was unfortunately meant to deal with AVI (and e.g. only CBR audio). Starting with version 1.5.0 Avery Lee rewrote great parts of the code to make it cleaner, more efficient and less bug-prone. He made those changes keeping in mind that some people (like us) made mods of VirtualDub (he tried to make changes that still let us, sometimes more easily than in the past, mod it). And we all thanks him for that.

However the main code is still meant to deal with AVI (and CBR audio :p), so in some parts of the core we had to add some extensions (in other words hacks :p) : e.g. the stream and dubbing systems has been extended a bit to support more than one audio stream when muxing, and also to support VBR data.

Each time a new version is released we download the source code and merge the changes (from the previous version) in our code.
This is done by diffing the files in 3 folders : the previous version of VirtualDub, the new version of VirtualDub, and our own code.
This work has to be done manually because some modifications between 2 versions of VirtualDub can have been done in a file that we already modded (so we can't use any program to apply automatically the changes without risking to break our code).
If the changes belong to a part of the code we didn't modified, then all is fine we can copy and paste it in our code. However if the change belong to a part we already modified, then we have to merge it and adapt it to the our mods (which is sometimes difficult since the mods can have effects in other parts of the code).

Just to give you an idea of how difficult it can be, I will take as exemple the 2 latest versions we released (1.5.4.1 and 1.5.10.1).
The most difficult part in those versions (for us to merge) was the changes Avery Lee made in version 1.5.4 and 1.5.5 of VirtualDub.
For each version he mainly changed 80-95% of the code in 4-5 files representing more than 5000 lines of code.
All would have been fine if we already hadn't modified ourselves 80-95% too of the very same code for VirtualDubMod.
So we had to merge manually all this mess. For each merging it actually took me more than 24 hours of work (without break - cumulated time) to do this merging. No need to mention you better know what you are doing (i.e. understand what changes were made, how they affect VirtualDub behaviour, and so how we would have to apply them in VirtualDubMod to get the same behaviour without breaking our mods), and don't rush unless you wanna break the whole thing. And once the merging is done you need to test a bit to be sure you didn't left stupid bugs ...


@ikarus
For your dream it ma also be a good idea to mention it on a VirtualDub forum (http://virtualdub.everwicked.com) Avery Lee sometimes visit. Other people may benefit from what you ask.

sh0dan
6th December 2003, 01:30
:thanks:

HarryM
6th December 2003, 09:16
Capture mode is very unstable against to v1.4.13.
I newest version capturing crashing, in v1.4.13 all O.K.

stax76
6th December 2003, 12:26
great explanation:thanks:

K-Dash
6th December 2003, 14:08
Thanks for your good work.

erratic
6th December 2003, 14:19
Originally posted by HarryM
Capture mode is very unstable against to v1.4.13.
I newest version capturing crashing, in v1.4.13 all O.K.
Same problem here. As soon as I start capturing with 1.5.10.1 I get this error message:

Access Violation in capture routine.

VirtualDub has intercepted a crash condition in one of its routines. You should save any remaining data and exit VirtualDub immedialtely. If you are running Windows 95/98, you should also reboot afterward.

VDubMod 1.5.4.1 captures just fine. I have an ATI AIW 8500DV card, which I have to initialise first with a WDM capture app (I use VVCR for that). After that I can capture with VDMod 1.5.4.1 but not with 1.5.10.1.

Leak
6th December 2003, 14:43
When I load a video and use ALT-Tab to change to a different application, VirtualDubMod closes, but doesn't produce a crashdump or anything. If I play the video for a second or so before using ALT-Tab, it won't crash, even if I open another file in it.

Also, dragging a file into a newly opened VirtualDubMod window also kills the application. :(

np: Kid606 - Who Wah Kill Sound (Kill Sound Before Sound Kills You)

HarryM
6th December 2003, 16:27
Originally posted by erratic
Same problem here. As soon as I start capturing with 1.5.10.1 I get this error message:

Access Violation in capture routine.

VirtualDub has intercepted a crash condition in one of its routines. You should save any remaining data and exit VirtualDub immedialtely. If you are running Windows 95/98, you should also reboot afterward.

VDubMod 1.5.4.1 captures just fine. I have an ATI AIW 8500DV card, which I have to initialise first with a WDM capture app (I use VVCR for that). After that I can capture with VDMod 1.5.4.1 but not with 1.5.10.1.

I have totally similar problem with capture mode (see above).

Leak
6th December 2003, 19:14
Originally posted by Suiryc

[VirtualDubMod 1.5.10.1]
- Copied VirtualDub 1.5.5 code to fix the focus stealing issues with the
"Dubbing Status" window. Also now this window remains hidden when
using the /s commandline option.


Actually, I quite liked the status video being visible while VirtualDubMod does it's work; could you please make this new behaviour an option? If the main window would be minimized if started with /s that'd be more useful, as it's just a big window that doesn't do anything anyway while VirtualDubMod is working, and if it's minimized, it'll at least show the progress on the taskbar... :)

np: Monolake - Tetris (Momentum)

North2Polaris
7th December 2003, 19:11
Originally posted by erratic
I have an ATI AIW 8500DV card, which I have to initialise first with a WDM capture app (I use VVCR for that). After that I can capture with VDMod 1.5.4.1 but not with 1.5.10.1.
@erratic

How do you "initialize first" with a WDM capture app like VVCR?

Thanks.

erratic
7th December 2003, 19:17
Just run VVCR (or another DirectShow/WDM capture app) and then close it again. That's all. VirtualDubMod (1.5.4.1) should now work too (no problem with my AIW 8500DV anyway).

hoola
8th December 2003, 03:45
i am getting the same access violation crash error as stated above. this occurs when i try to capture, going back to previous version untill fixed.. thanks


running winxp pro sp1 and all pre sp2 hotfixes
tvwonder ve capture card / btwincap drivers

dimitrius
8th December 2003, 11:46
well, this is nice build.

I like the new menu setup while encoding (having 2 menus instead of 1 two-column). I think I might have noticed a bug:

When I open a video (any) at the bottom of the window I see the usual tick marks (in my case it's almost always a line since I open 90min+ movies) which is normal, if I cover this window fully with another window, then switch back to vdubmod window, the line dissapears and only two ticks remain (at the start and the end). It doesn't seem to redraw. I haven't tried it in VDUB so I can't say whos code has this problem. I have only used normal "Frames" tickmarks. This happens only after opening a video.

Another thing that's been there for ages I think is that neither vdub nor vdubmod seem to save options like vertical display (which I often use)

Does anyone actually use RealTime Profiler? or does anyone change dynamic compilation options? To me they seem to be superfluous options. Just a thought...

edit:
em, just read "Free Pies" thread, when I say "I think I might have noticed a bug" I mean 'I think I might have noticed a "a potential problem"' :)

North2Polaris
8th December 2003, 13:31
Originally posted by erratic
Just run VVCR (or another DirectShow/WDM capture app) and then close it again. That's all. VirtualDubMod (1.5.4.1) should now work too (no problem with my AIW 8500DV anyway).

I am trying to understand this. What does this do? Isn't VirtualDubMod still using the VFW wrapper?

erratic
8th December 2003, 15:44
Yes, VirtualDub(Mod) and AVI_IO use the wrapper.
http://www.doom9.org/capture/capturing.html
On my system they only work after running a WDM capture program, like VVCR or ATI MMC.

I use VirtualDubMod because VVCR creates AVI files with internal audio and video offsets (http://forum.doom9.org/showthread.php?&postid=407967#post407967). VFW capture apps don't do this.

Suiryc
8th December 2003, 19:08
I think the bug in capture mode is now fixed.
You can try the bugfix (http://sourceforge.net/project/showfiles.php?group_id=65889&release_id=177123) version.

erratic
8th December 2003, 19:16
Yes, after installing the bugfix version I can capture just fine with VirtualDubMod 1.5.10.1.

unimatrixzer0
9th December 2003, 18:28
When you click on "About VirtualDubMod" it crashes ;) lol

Suiryc
10th December 2003, 01:07
Yet another bugfix (http://sourceforge.net/project/showfiles.php?group_id=65889&release_id=177123) version.
This one fixes 'minor' bugs when writing Matroska files, so I recommand you to dowload this version if you make Matroska files. It also fixes some other issues (the ticks in the trackbar, some problems when decompressing audio in specific cases).

mkanel
11th December 2003, 17:51
I'm using the recent bugfix release of VirtualDubMod 1.5.10.1 build 2389. If I use the Save As (F7), or or Preview output from start (ctrl-F5) functions with an AVS file they work unless I have refreshed the AVS editor.

Example: I open a very simple AVS such as AVISource("D:\Capture.avi")
Everything works fine until I open the script editor. Just pressing F5 for refresh is enough to cause the problem. Now if I try to save or preview from the start the dub box flashes on the monitor and then disappears.

I've swapped 1.5.10.1 with 1.5.4.1 a couple of times and get the same results, 1.5.4.1 works fine.

That's for all the hard work, in general I like the new release.

Mike.

Suiryc
12th December 2003, 11:22
Originally posted by mkanel
I'm using the recent bugfix release of VirtualDubMod 1.5.10.1 build 2389. If I use the Save As (F7), or or Preview output from start (ctrl-F5) functions with an AVS file they work unless I have refreshed the AVS editor.

Example: I open a very simple AVS such as AVISource("D:\Capture.avi")
Everything works fine until I open the script editor. Just pressing F5 for refresh is enough to cause the problem. Now if I try to save or preview from the start the dub box flashes on the monitor and then disappears.

Ahah, true.
Seems like a little bug is remaining there. Actually when you refresh it set the selection start on the first frame, but also the selection end on this frame. i.e. it selects 0 frames to be processed ^^;
Will fix that ASAP.


Fixed in our CVS. You will have to wait a bit for the next bugfix to get it :p

cweb
12th December 2003, 16:49
Originally posted by Suiryc
Yet another bugfix (http://sourceforge.net/project/showfiles.php?group_id=65889&release_id=177123) version.
This one fixes 'minor' bugs when writing Matroska files, so I recommand you to dowload this version if you make Matroska files. It also fixes some other issues (the ticks in the trackbar, some problems when decompressing audio in specific cases).

Thanks for the update!

Leak
12th December 2003, 20:06
Originally posted by Suiryc
Fixed in our CVS. You will have to wait a bit for the next bugfix to get it :p

Not to pester you (I hope), but even the bugfix version shuts down the moment I switch to another application using ALT-TAB (as I often do) after loading an AviSynth script. It doesn't do this if I don't use the keyboard (i.e. clicking on the taskbar or another application's window), and it doesn't do this after letting the file play for just a second before using ALT-TAB.

I can't be the only one experiencing this, can I? *wonders*

(Seems to me as if something only got half-initialized since starting playback solves it, but why it would break on ALT-TABbing is beyond me... :confused: )

I'm using Windows 2000, the latest bugfix version (Dec 9th) of VDubMod and AviSynth 2.53 on a P4 2.4GHz with the following script:


MPEG2Source("e:\DVD\WitchHunterRobin_1\WitchHunterRobin_01\VIDEO_TS\Video.d2v",cpu=0,iPP=true,idct=6)

a=last
b=last.ConvertToYUY2()

a=a.Telecide(order=1,guide=0,gthresh=5,post=1,hints=true,back=0,vthresh=15,show=false)
a=a.KernelDeint(order=1,sharp=true,twoway=false,threshold=3,map=false)
a=a.Decimate(cycle=5,mode=0,show=false)

b=b.ConvertFPS(23.976).ConvertToYV12()

a.Trim(0,3984-1) + b.Trim(3984,6144-1) + a.Trim(6144,32400-1) + b.Trim(32400,0)

Crop(4,4,712,474)

UnDot()
MipSmooth(preset="AnimeHQ",temporal=0,temporal_chroma=0)
TemporalSoften(4,4,8,15,2)

LanczosResize(640,480)


As soon as I ALT-TAB away from the application window to Mozilla for instance, it just vanishes without any error messages (with no "Application Popup" message in the Windows event log, either). The same behaviour doesn't occur when I use version 1.5.4.1, which I have installed in a different directory.

np: Kid606 - The Illness (Album Version) (Kill Sound Before Sound Kills You)

Suiryc
13th December 2003, 11:54
No such problem here :/
Could you try to delete the settings in the registry ?
Launch regedit and delete [HKEY_CURRENT_USER]->[Software]->[Freeware]->[VirtualDubMod].

Note that this will reset all your preferences to default values.

Leak
14th December 2003, 01:31
Originally posted by Suiryc
No such problem here :/
Could you try to delete the settings in the registry ?
Launch regedit and delete [HKEY_CURRENT_USER]->[Software]->[Freeware]->[VirtualDubMod].

Note that this will reset all your preferences to default values.

Well - that did the trick. I dunno for the life of me why that would cause such strange behaviour, but it seems the config information in the registry isn't exactly upwards compatible... :)

Not that I can't redo the configuration in about 30 seconds... ;)

EDIT: And while I'm on a roll anyway - it's quite useful that you can start playing the video using SPACE, but I can't find a key to stop playing using the keyboard, but I guess that's quite handy. How about making hitting SPACE again stop playback if the video is currently playing?

2nd EDIT: Actually, I just found out what made it crash - if I disable "Display output video" either in the preferences or in the options menu prior to opening the video file (as I always do, as I'm only ever using Fast Recompress in conjunction with AviSynth), it crashes. If I turn the output pane on, it works.

I guess that should help to track the cause down... :) (And actually, the same thing happens in the original VirtualDub 1.5.10, now that I've tried it - OOPS. Well, gotta go file a bug report against that as well.)

np: Triosk Meets Jan Jelinek - Mis-Leader (1+3+1)

zurv
21st December 2003, 20:46
Is there a 64 bit complied version of it yet? :)

It will give me a reason to install the winXP-64. (i have an AMD 64 chip...) I'd be happy to report any bugs/speed diff with it :)

geoffman
22nd December 2003, 00:42
Originally posted by zurv
It will give me a reason to install the winXP-64. (i have an AMD 64 chip...) I'd be happy to report any bugs/speed diff with it :) The current windows XP 64 bit version will not run on an AMD 64 CPU, it was specifically made for Intel's Itanium 64 bit CPU's, which uses a totally different architecture than X86.

Rumour has that Microsoft is building a 64 bit version of XP for X86 CPU's, dunno when it's going to be released though.

zurv
22nd December 2003, 05:17
Its been in beta for some time. pretty stable now for everything but some 3d games. It should be out *soon*

geoffman
22nd December 2003, 08:39
zurv, longhorn is in beta too, but it's not scheduled to be released until 2006! ;)

EDIT OOPS I meant alpha PDC build, I feel so stoopid now! :o s

Suiryc
25th December 2003, 10:35
Hi everybody. A little gift (http://sourceforge.net/project/showfiles.php?group_id=65889&package_id=69373&release_id=177123
) for you :) (the new one is build 2407 ;))

Cyrius:
- Fixed: (1.5.10.1) an input file containing audio would remain opened even
after "Clode video file" (thus preventing from deleting the file).
- Fixed: (1.5.10.1) crash when starting capture.
- Fixed: (1.5.10.1) ticks in the trackbar. Now have the same behaviour than
VirtualDub (when in "Frames" mode).
- Fixed: (1.5.10.1) not enough space was reserved for the KaxSeekHead at the
beginning of Matroska files. Added warnings (logs) when this happen.
- Fixed: duplicated references when writting 2 KaxSeekHead in Matroska files.
- Fixed: (1.5.10.1) logs shown 2 times when saving a Matroska file.
- Fixed: issues when decompressing AC3 (1.5.10.1) or audio using ACM.
- Fixed: issue with the input audio filter (graph) that would stuck the dubbing.

Since last bugfix (build 2389):
- Fixed: (1.5.10.1) problem with empty selection when doing a Refresh.
- Merged latest version of VirtualDub Sync by Andreas Dittrich (1.5.4, Sync 1.04)
- Fixed: livelock that could appear in some specific cases (the program encountered
a problem and is aborting the dubbing, but a livelock prevent it to properly end
the dubbing as well as showing you the error causing the problem).
- Fixed: issue when processing the very beginning of some AVI with MP3 VBR (this
problem would cause the previously fixed livelock).
- Added: 'Delete' key deletes entries in the stream, comment & chapter lists.

As explained by Belgabor in this thread (http://forum.doom9.org/showthread.php?s=&threadid=67292) SourceForge recently made possible for people to donate for projects.
For this system to be enabled the admins of a project must all agree, and we (ChistianHJW, Belgabor and myself) all agreed on donating 100% of your donations (http://sourceforge.net/project/project_donations.php?group_id=65889) to the Open Source community (see details on the page) :) :thanks:


Merry Christmas ^_^

acrespo
26th December 2003, 14:53
I found a problem and I don't know if it is a avisynth or virtualdubmod error.

I opened a AVS in virtualdubmod. At the same time this AVS is opened in notepad. After open in virtualdubmod, I change some filters settings (Convolution3d("animeHQ") instead Convolution3d("animelq") for example) and when I choose "Refresh" in Edit menu, the audio was gone. The only way to audio open again is open AVS file from File/Open menu, the refresh function can't open audio again. Sometimes it's not occuring after the first AVS change, but in the second or thrid.

This problem is occuring in virtualdubmod 1.5.4.1 too.

avexplorer
29th December 2003, 11:52
I can't use the script editor with Vdubmod 1.5.10.1 (even the latest release - build 2407 :( ). Vdubmod 1.5.4.1 was working fine...

Loading a script with File->Open video file (.avs file) is ok, but when I click Tools->Script editor it always crashes. Please check the crashinfo.txt at SourceForge (http://sourceforge.net/tracker/index.php?func=detail&aid=858170&group_id=65889&atid=512619).

The only way I can see the script editor is when there is no .avs file loaded, but when I try to do something like open, save or revert, it crashes too.

I'm using Win98SE+AMD Athlon XP 2200+ with an Epox 8RDA+ motherboard. The Avisynth version is 2.53.

Is there anybody else having the same problem ? :confused:

Snakeisthestuff
1st January 2004, 01:33
Hi i have exactly the same problem. If i open the AVS Editor before i load an avs everything works. But after i loaded a simple avs and opened then the AVS Editor VirtualDubMod crashes with a typical close or details Windows error. I`am using VirtualDubMod 1.5.10.1 build 2407 and Avisynth 2.53.

System:
AMD 1600+
Win98 SE

avexplorer
2nd January 2004, 02:57
Hi i have exactly the same problem. If i open the AVS Editor before i load an avs everything works. But after i loaded a simple avs and opened then the AVS Editor VirtualDubMod crashes with a typical close or details Windows error. I`am using VirtualDubMod 1.5.10.1 build 2407 and Avisynth 2.53. System: AMD 1600+ Win98 SE

I guess this is a Vdubmod 1.5.10.1 Win98SE bug...

Does this happen with anyone using WinXP ?

stax76
9th January 2004, 22:53
seems like the range encoding is broke, it encoded the range twice so output is twice as long/big

VirtualDub.Open("E:\\records\\MTV.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.subset.AddRange(0,22020);
VirtualDub.video.SetCompression(0x78766964,0,10000,0);
VirtualDub.SaveAVI("E:\\records\\MTV_FirstPass.avi");

Leak
10th January 2004, 12:44
Originally posted by Dolemite
seems like the range encoding is broke, it encoded the range twice so output is twice as long/big.

Try adding

VirtualDub.subset.Clear();

before your AddRange command; as of this version the whole file is selected by default IIRC.

np: B. Fleischmann - 02/00 (Welcome Tourist)

avexplorer
19th January 2004, 01:53
I've installed WinXP and the script editor crash is gone.

Is there anyone running Win98SE, Vdubmod 1.5.10.1 with no crashes using the Script editor? :confused:

Belgabor
19th January 2004, 19:08
Its probably an unicode issue. Didnt have time to look into it yet.

stax76
19th January 2004, 20:54
Try adding

VirtualDub.subset.Clear();


thanks, I'll try it and report back if it still don't work

kilg0r3
25th February 2004, 11:12
Currently it seems to be something like common sense in the xvid secrtion here that vdmod 1.5.10 is buggy with xvid. I must admit, however, that I do not know in what respect. Are those problems alreday fixed?

cheers!

stax76
25th February 2004, 12:39
also interesting to know is if Suiryc stopped working on VDM because of his new project

gatormac
5th March 2004, 21:49
Originally posted by kilg0r3
Currently it seems to be something like common sense in the xvid secrtion here that vdmod 1.5.10 is buggy with xvid. I must admit, however, that I do not know in what respect. Are those problems alreday fixed?

cheers!

I personally have found those statements to be false. I've been using VDM 1.5.10 and XVID 1.0 RC2 and now RC3 with no problems whatsoever.

Well, the only thing that might be considered a problem is how VDM handles certain shades of blue. I've encoded School of Rock using Gknot, VDM, and Xvid...everything looks great except for some points in the concert scene near the end where flourescent-type blue lights mesh with the dark background and fog....makes things look very pixelated.

The only reason I assume it is VDM is that eyeballing the video in Gknot it looks fine, but when I load the .avs file in VDM it looks pixelated (only where there is that flourescent blue on the screen). For some reason it doesn't look pixelated within VDM if I ConvertToRGB() on the last line of the .avs file, but the resulting .avi file still looks pixelated, but not quite as bad without the ConvertToRGB().

Its not a bitrate issue as I like to encode at 80% after running gknots compression test...my encodes usually run anywhere from 1 to 1.5GB. Everything else is pretty straight forward, I set XVID no QPEL, no GMC, no packed bit stream, MPEG, B-VOPs 2-1.50-1.00, MSP 6, VHQ 1, chroma motion on, Quants 2-31, trellis enabled. I like to keep things simple and hopefully compatible with standalones (whenever they make a decent one). My encodes all look great, this is the only exception. I even set that scene to a zone with a Q of 1 and it still looks pixelated (especially when they show the boy with the fog machine...look at his face...frames 140280 to 140370).

Is anyone else having this problem?

Suiryc
9th March 2004, 15:15
Originally posted by Dolemite
also interesting to know is if Suiryc stopped working on VDM because of his new project
Nope.
I am just lacking free time at the moment.

@gatormac
Maybe it's an issue regarding the colorspace. VDM may display YV12 while GKnot may display YUY2 or maybe even RGB (dunno how it works there).

Suiryc
9th March 2004, 15:20
I just fixed the speed issues introduced in 1.5.10.1
Speed issues were as follow:

1. When switching (the issue doesn't appear if you don't switch the value) to 'Even lower', 'Lower', 'Higher' or 'Even higher' the thread priority of the current job, then the rate drop to 0fps (except for people having HT capable processors, according to some reports).

2. When having VBR audio as input (e.g. VBR MP3 in AVI, or external VBR MP3 file), the rate of muxing (at least in Direct Stream Copy) would be 10 times slower than usual.

This makes a new bugfix release (build 2439) availabe on SourceForge (http://sourceforge.net/project/showfiles.php?group_id=65889&package_id=69373&release_id=177123).

loni_blues
9th March 2004, 23:19
Iīm sorry, but bugfix release (build 2439) at Sourceforge seems to be empty!

Regards,
loni_blues

Suiryc
11th March 2004, 23:11
Originally posted by loni_blues
Iīm sorry, but bugfix release (build 2439) at Sourceforge seems to be empty!

Regards,
loni_blues
I just tested and the zip file is OK.
Maybe you selected a server that actually doesn't have (yet) a copy of the file. In this case just try to download it from another server.

loni_blues
12th March 2004, 01:00
Well, it is strange, but Iīve just tried it once more from the same server and now it is there.
Thanks a lot,
loni_blues

loni_blues
23rd March 2004, 23:54
Hi,

Is there a way to recover virtualdubmod default options besides manually editing the registry?

Karovaldas
23rd May 2004, 08:48
I just installed the newest bugfix (build 2439) and still can't the AC3 audio to play. When switch to the full processing mode get this error:

"No audio decompressor could be found to decompress the source audio format"

The same audio stream plays fine in 1.5.4.1

The update improved MPEG-2 import speed, though.

Am I missing something?

Wilbert
3rd July 2004, 12:38
Are people still working on VDubMod? The latest commits seem to be two months old :(

erratic
3rd July 2004, 14:49
Originally posted by Karovaldas
I just installed the newest bugfix (build 2439) and still can't the AC3 audio to play. When switch to the full processing mode get this error:

"No audio decompressor could be found to decompress the source audio format"

The same audio stream plays fine in 1.5.4.1

The update improved MPEG-2 import speed, though.

Am I missing something?
This is from the latest changelog:
- Removed internal AC3 decompressing since fccHandler made an ACM codec for AC3.
So you need the AC-3 ACM Decompressor by fccHandler (http://fcchandler.home.comcast.net/AC3ACM/index.html).

hartford
10th July 2004, 05:18
Version: build 2439

Crashes on "View file information"

DoC hEx
29th July 2004, 17:34
Great work guys, but I just noticed after upgrading my VitualDubMod with the one in the GKnot install (2439) my Xivd & Ogg Audio would slowly go out of sync over time. It takes about 90 minutes before its noticeable. Then by around 110 mintes its very easy to spot at least 1/2 second. I don't know if this is VirtulDubMod problem or a Besweet one as I updated all of them at once with the latest GKnot pack.

Fizick
12th October 2004, 00:17
I wonder why development of this great tool is stopped.

I try use VDMod for cutting (deleting) bad (poor) frames, and use Script editor command "Import Frameset as Trims" for avisynth.
It works, but end position of all Trims is not correct (bigger by 1).
For example, after deleting frame 10 we have Trim(0,10) ++ Trim(11,12345), i.e. full clip.
I try fix it in source of AVSViewer.cpp, by simple change all
"range->range.to" by "range->range.to - 1".
It works (seems).
I use last availible full source version 1.5.4.1,
and do no know what is CVS and so on.

Fizick
25th October 2004, 20:08
Although nobody was interested, i temporary put my bugfixed (with correct TRIM) version 1.5.4.2 to my W W W

loni_blues
26th October 2004, 12:13
Which is your adress? I'm also sad development of VirtualDubMod seems to be stopped but developing requires time... And I'm no developer.
Regards,

mkanel
27th October 2004, 15:05
@Fizick
I agree it is too bad that development has stopped, it's a great tool even as is. Although nobody was interestedEvery little fix helps so I'm glad you've posted your file, thanks.

I tested your fix and it works but I'm curious the .exe is 3 times larger than the original .exe 2.7mb Vs. about 0.9mb, I don't know enough about programming to know why that might be. Also is there any reason that you applied your fix to VDM version 1.5.4 instead of the most recent release 1.5.10.1?

@loni_blues

Click on the small rectangular box at the bottom of any of Fizick's posts.

Fizick
27th October 2004, 16:24
mkanel,
i do not know how to get v.1.5.10.1 source.

dragongodz
28th October 2004, 00:19
Fizick - you would have to do a CVS checkout to get the source code. its explained how to on sourceforge. if you would prefer i can do it and send it to you. just PM me with an email that accepts 4mb attachments. :)

Fizick
28th October 2004, 19:48
dragongodz,
Now I understand it, but it is still too complex (and big) to me.:)
May be later.

clone83
16th January 2005, 15:28
@ Fizick: so when is there going to be a new version of this program released with some new features.....?

feedback
30th August 2005, 04:41
@ Fizick: so when is there going to be a new version of this program released with some new features.....?
Well there has been an update of VirtualDubMod v.1.5.10.2 located Here. (http://sourceforge.net/project/showfiles.php?group_id=65889&package_id=63653&release_id=352709)

Regards,:)

Fizick
8th December 2005, 00:10
And here is discussion about v.1.5.10.2
http://forum.doom9.org/showthread.php?t=98517

Schnoodledorfer
6th July 2006, 22:10
Could a Mod fix the title of this thread since it's a sticky? It makes it look as nothing has been released since 1.5.10.1 in 2004.

Wilbert
13th July 2006, 19:55
New version out based on 1.5.10.2:

http://www.aud-x.com/content/view/12/26/

Apperently they added support for multichannel audio:

[VitrualDubMod Surround 1.6.0.0 Change Log]
- Fixed: Enabled 6chnls when for 6chnls input files and no channels change in conversion dialog is selected
- Fixed: Presentation of default bits per sample when no change in conversion dialog is selected
- Fixed: Setting bits per sample in case of non-WAVE_FORMAT_PCM input and change of channels in conversion dialog selected.

They should have called it 1.5.10.3, since it is based on 1.5.10.2 (and thus not on Virtualdub 1.6).

The modified source files (based on 1.5.10.2) can be found here:

http://www.aud-x.com/index.php?option=com_...ory&filecatid=8 (http://www.aud-x.com/index.php?option=com_remository&Itemid=34&func=fileinfo&parent=category&filecatid=8)

cweb
1st March 2007, 15:59
Is there a mirror for this build somewhere? As it's offline for some time now...

HeadBangeR77
1st March 2007, 16:41
Is there a mirror for this build somewhere? As it's offline for some time now...

The commonly used version is build 2540 (most of the links point to it) - I've just found build 2542, to my surprise, on some Polish website. :D

http://www.download.net.pl/9187/VirtualDubMod/

Downloading to check what's "new". ;)

PS. It's the main executable file and *.vdi, dated 21-02-2006.

... and here as well ;)

http://sourceforge.net/project/showfiles.php?group_id=65889

buzzqw
1st March 2007, 16:43
or here http://www.64k.it/andres/data/virtualdub/VirtualDubMod_1_5_10_2_b2542.rar

BHH

cweb
1st March 2007, 17:24
Downloading to check what's "new". ;)

PS. It's the main executable file and *.vdi, dated 21-02-2006.

... and here as well ;)

http://sourceforge.net/project/showfiles.php?group_id=65889

Thanks! I guess that's the safest place to get it.. I was using build 2540 too..

cweb
1st March 2007, 17:42
Thanks to all those who contributed... great as always..

Fredledingue
5th April 2007, 00:08
sorry, worng information -- deleted

Fredledingue
6th April 2007, 09:36
Ok, now I'm sure that there is a problem with VDubMod 1.5.10.2 concerning decoding audio streams.

I open a vob file from a dvd (self made, not protected), then click on "streams", right click on the audio track, select "full processing mode", then save the video as avi.
===> error
"Decoder to process audio stream not found".

Then I took the 1.5.4.1 version, unziped all the files to the same directory as that of 1.5.10.2, same operation ===> no error.

Unziped 1.5.10.2 again to the VDubMod folder, same test ===> error.

Reinstalled the 1.5.4.1 version, ===> no error.

cweb
6th April 2007, 12:16
Ok, now I'm sure that there is a problem with VDubMod 1.5.10.2 concerning decoding audio streams.

I open a vob file from a dvd (self made, not protected), then click on "streams", right click on the audio track, select "full processing mode", then save the video as avi.
===> error
"Decoder to process audio stream not found".

Why don't you just use dgindex and avisynth to read the vob?
That's the way I do it, and there's no problem that way.

Fredledingue
7th April 2007, 01:02
I spent three hours struggling with DGindex doind the d2v file just to get errors like "unable to read stream" in virtual dub (not mod).

What is the advantage of it over using a version of VirtualDubMod which is already working?

foxyshadis
7th April 2007, 03:15
I know getting into new software can be frustrating, but hours? All you need to generate a proper d2v is the latest dgdecode package on neuron2.net and the latest avisynth package. The dgdecode.dll has to be in avisynth plugins folder.

Load the vob/m2v into deindex, save project, and you have a valid d2v, there's nothing more to it. (Although you should read about the force film vs honor flags option.) Virtualdubmod cannot natively read these files. What it can do, if you go to file->open, is create an avisynth template with the same name for the d2v, at the bottom of the dialog.

As for why to switch, well, VDM's not working now, is it? Support for it is hard to come by since almost everyone uses either avisynth directly or software built on top of avisynth to do the dvd decoding.

If you adamantly don't want to work with avisynth, you can also try virtualdub-mpeg2.

Fredledingue
7th April 2007, 23:01
:thanks: , foxy, for your explanations.

I'll stick with the fool-freindly method in the old version because I have no time now to do more. But maybe in the future.

cweb
8th April 2007, 18:40
:thanks: , foxy, for your explanations.

I'll stick with the fool-freindly method in the old version because I have no time now to do more. But maybe in the future.

Try reading the guides on doom9. I don't think they are that difficult to follow, or are they?

newGuy123
10th May 2007, 08:49
up!observe this thread.


__________
Commercial Finance Information Resources (http://www.top-10-business.com/top/2443-commercial-finance-information-resources.html)

daWsOn_s
11th May 2007, 21:22
Hi, I didn't read the entire thread but... is the VDM project over?

cweb
11th May 2007, 22:02
Hi, I didn't read the entire thread but... is the VDM project over?
Well not really as anyone could continue it...

jult
7th June 2007, 10:40
You do realize that VirtualDub with MPEG2 support has a more updated version available, which is still not included in VDM?

http://fcchandler.home.comcast.net/stable/

I use this one for DVD (VOB) to H264 avi quite successfully for almost a year now.

Ajax_Undone
31st January 2008, 07:58
I think it is dead for now being as the developer has yet to make any small inprovments to it in over 2 years...

Great Thing about OSS as long as someone can and is willing to take over a project its never gone for good...

archie_here
6th February 2009, 05:13
I am getting an import filter error when i try to load any avs file on VDM 1.5.10.2.

avi import filter error: (unknown) (800401f0)

I tried uninstalling and reinstalling, updating my codecs, still doesn't work. Any solutions guys?

Placio74
6th February 2009, 07:22
I am getting an import filter error when i try to load any avs file on VDM 1.5.10.2.

avi import filter error: (unknown) (800401f0)
...

Have installed Avisynth?

archie_here
6th February 2009, 15:01
^ yes. v2.5.8

archie_here
7th February 2009, 00:29
Fixed it. Working fine now. Thanks.

Placio74
7th February 2009, 00:59
Fixed it. Working fine now. Thanks.

Just reinstalled Avisynth, or something other?

archie_here
7th February 2009, 01:08
took out v2.5.8 and installed v2.5.7.

Placio74
7th February 2009, 01:18
Hmm... i don't have problems with Avisynth 2.5.8.
However, i have VirtualDubMod 1.5.10.3 (http://www.virtualdub-fr.org/telechargement).
Also, usually i prefer latest VirtualDub 1.8.8.

archie_here
7th February 2009, 04:27
^ Thanks a lot for the link. :)

St Devious
8th June 2009, 15:54
anybody working on an update to this software ?

cweb
8th June 2009, 16:30
anybody working on an update to this software ?
Not that I'm aware of.
I use it rarely now. Mostly I use Virtualdub. I still hope somebody revamps Virtualdubmod one day.

LoRd_MuldeR
8th June 2009, 16:51
The project is dead. Accept that. It's based on a totally outdated version of VirtualDub anyway. And that won't change, even if somebody would hack a few new fixes into VirtualDubMod nowadays. There are so many differences between VirtualDubMod and the original VirtualDub it was based on, that it's simply impossible to update VirtualDubMod to the current VirtualDub codebase, unless you want to re-write everything from the scratch. Also the MKV support in VirtualDubMod is so much outdated, that even the Matroska web-site tells you to not use VirtualDubMod nowadays to handle MKV files...

SacredCultivator
17th June 2009, 18:16
There was an attempt to revive it though, you can find it Here (http://www.virtualdub-fr.org/), latest version is VirtualDubMOD v1.5.10.3. I still use it for the ability to add Multiple Streams (Audio), as I usually tack on an Instrumental Track onto Music Videos.

(Not too sure if VirtualDub supports that, as the last time I check, it doesn't)

medp7060
23rd August 2009, 23:20
FYI, the current version of VD has almost all the features used to be added in VDmod, either built-in or through plugins. see here for plugins

http://forums.virtualdub.org/index.php?act=ST&f=7&t=12664&
http://forums.virtualdub.org/index.p...15&#entry59509
http://forums.virtualdub.org/index.p...T&f=7&t=12664&,
http://forum.videohelp.com/topic348265.html

ChaosKing
24th August 2009, 10:54
These 2 Links arenīt working

http://forums.virtualdub.org/index.p...15&#entry59509
http://forums.virtualdub.org/index.p...T&f=7&t=12664&,

by the way, is mp3 VBR in AVI now possible in VD or via plugins?

Placio74
24th August 2009, 11:46
These 2 Links arenīt working
First link - "VirtualDub File Input Filter" topic (http://forums.virtualdub.org/index.php?act=ST&f=7&t=14639&st=15&#entry59509)
Third link - probably same as first (same topic number).

by the way, is mp3 VBR in AVI now possible in VD or via plugins?
VBR audio has been supported since VD 1.8.0.

burfadel
24th August 2009, 12:31
The question is, can virtualdub be used as a replacement for virtualdubmod with the inclusion of the plugins, in terms of how its currently used with Staxrip/Megui etc?

Placio74
24th August 2009, 14:53
Rather question is... VDM can be replacement for current VD?
I think - can't.

Current VD does not support some features present in VDM (for example, partially support OGM and MKV).

Some old reasons for use VDM are obsolete.
Current VD support: VBR audio, import other audio than WAV, export RAW audio (practically same as demux), selection of audio stream, ...

Also, VDM does not contain new (VD) features (smart rendering, curve editor, internal decoders for MJPEG and DV, import plugins support, ...) and of course does not contain bugfixes from last few years.

burfadel
24th August 2009, 19:31
Yes its unfortunate someone hasn't taken the virtualdub reigns. I don't mean using the old Virtualdubmod and re-releasing it with a fix or two, I mean taking the current release of Virtualdub and back-adding the plugins and support for the features that are still used in Virtualdubmod that aren't available in Virtualdub.

StainlessS
20th February 2010, 16:28
Yes its unfortunate someone hasn't taken the virtualdub reigns. I don't mean using the old Virtualdubmod and re-releasing it with a fix or two, I mean taking the current release of Virtualdub and back-adding the plugins and support for the features that are still used in Virtualdubmod that aren't available in Virtualdub.

+1 for that comment, I really require the Avisynth script editing ability
of VDMod, would love it if it came with VD regular.

By the way, I currently have 3 versions of VD installed on different
hot keys. You can just make a copy of the install directory and move it
anywhere. The only difference I've ever noticed in copying that
directory to a new install is, it pops up with the initial copyright
notice etc, probably meaning it writes something to the registry.
Just install, copy directory, remove and then do same with other VD versions.
You will of course have to create shortcuts and hotkeys etc manually.
You will also need to install your plugins in all directories.
Also, beware, I've just recently upgraded the Mpeg2 source plugin and found it
produced crashes on some MP2's. Same files loaded just fine
in VDMod and VDMpeg2. So, keep a copy of the old plugin, just in case. :)

remiche
14th July 2010, 09:11
Help me please...

DjDiabolik
13th April 2011, 21:59
Hi boys... how i can set "Aligned on Interleave" instead of "Split accross interleave" ??

i need to convert this file on XVID:

General
Complete name : C:\Users\Diabolik\Desktop\Prova.mpeg
Format : MPEG-PS
File size : 25.9 MiB
Duration : 35s 40ms
Overall bit rate : 6 202 Kbps

Video
ID : 224 (0xE0)
Format : MPEG Video
Format version : Version 2
Format profile : Main@Main
Format settings, BVOP : Yes
Format settings, Matrix : Default
Format settings, GOP : M=3, N=12
Duration : 34s 880ms
Bit rate mode : Variable
Bit rate : 5 823 Kbps
Nominal bit rate : 9 100 Kbps
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.562
Stream size : 24.2 MiB (93%)

Audio
ID : 189 (0xBD)-128 (0x80)
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Muxing mode : DVD-Video
Duration : 35s 40ms
Bit rate mode : Constant
Bit rate : 256 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 1.07 MiB (4%)


And i can obtain only this file:

General
Complete name : C:\Users\Diabolik\Desktop\Prova2.avi
Format : AVI
Format/Info : Audio Video Interleave
File size : 5.91 MiB
Duration : 34s 880ms
Overall bit rate : 1 422 Kbps
Writing application : VirtualDubMod 1.5.10.2 (build 2542/release)
Writing library : VirtualDubMod build 2542/release

Video
ID : 0
Format : MPEG-4 Visual
Format profile : Advanced Simple@L5
Format settings, BVOP : 2
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Codec ID : XVID
Codec ID/Hint : XviD
Duration : 34s 880ms
Bit rate : 1 282 Kbps
Width : 624 pixels
Height : 352 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.233
Stream size : 5.33 MiB (90%)
Writing library : XviD 58

Audio
ID : 1
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Mode : Joint stereo
Mode extension : MS Stereo
Codec ID : 55
Codec ID/Hint : MP3
Duration : 34s 824ms
Bit rate mode : Constant
Bit rate : 128 Kbps
Channel(s) : 2 channels
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 544 KiB (9%)
Alignment : Split accross interleaves
Interleave, duration : 41 ms (1.01 video frame)
Interleave, preload duration : 500 ms

cweb
13th April 2011, 22:28
Use Virtualdub and then use Mkvtoolnix to mux your MKV...

Rather question is... VDM can be replacement for current VD?
I think - can't.

Current VD does not support some features present in VDM (for example, partially support OGM and MKV).

Some old reasons for use VDM are obsolete.
Current VD support: VBR audio, import other audio than WAV, export RAW audio (practically same as demux), selection of audio stream, ...

Also, VDM does not contain new (VD) features (smart rendering, curve editor, internal decoders for MJPEG and DV, import plugins support, ...) and of course does not contain bugfixes from last few years.

split710
29th October 2017, 07:42
VIRTUALDUBMOD

Hi

I have two PC one AMD + one DELL i7

I have an inexplicably problem

virtualdubmod works very well with AMD but "don't start" with i7, excactly don't start.

I tried original virtualdub, this start but don't work to encode AVI with xvid 1.3.0, the same with nandub

there is someone that can help me to understund what could be the problem?

thanks

StainlessS
29th October 2017, 08:01
Try this, (sort of the current replacement for both VDub and VDubMod), VirtualDubFilterMod (AKA VirtualDub Deep Color):-
http://forum.doom9.org/showthread.php?t=172021

StainlessS
14th March 2018, 11:37
No-one should be using the now defunct VirtualDubMod, the above post linked VirtualDubFilterMod is now renamed to VirtualDub2, and is better by far than all previous versions of VirtualDub (any flavor), also includes similar Avisynth script editor to that provided by the old VirtualDubMod (many versions of which had an off-by-one-frame error in the Insert TrimSet type keyboard functions).

It's lovely, why not suck-it-and-see :)

Repeat link, VirtualDub2 by 'Shekh the Magnificent' (x86 & x64):- https://forum.doom9.org/showthread.php?t=172021