|
|
| Belgabor |
| Posted: Mar 24 2003, 11:40 PM |
 |
|
Developer of VirtualdubMod
  
Group: VirtualdubMod Team
Posts: 100
Member No.: 998
Joined: 24-November 02

|
Before the upcoming 1.5 release (still some time to go) a last 1.4.x version.
| CODE | [VirtualDubMod 1.4.13.2] Cyrius: - Some NET mode related bug fixes. - Fixed crash when selecting a NULL LANGUAGE comment ('LANGUAGE=(null)') - Fixed wrong interleaving in per-ms mode on a VBR MP3 stream ala Nandub. Thanks to Steven Greenberg (Doom9's forum) for pointing out the problem and providing a quick fix. - When opening a file VDubMod should now show the first frame. - Fixed bug when demuxing stream from an OGM file : * SRT file wouldn't contain the subtitles (first one at most) * When demuxing with WAV header and overwriting an existing file (longer than the stream being demuxed) some bytes from the old file would remain at the end of the demuxed stream - Disabled initial resizing code as well. Put in the same #ifdef test than other resizing code. - The Job window now appear when launching VDubMod to process queued jobs. Should prevent VDubMod from crashing in those cases (e.g. when being used by GKnot) because some variables are initialized when opening this window. - Added jonny's mods (Doom9 forum, DivX 5 Enc author) - commandline options : * /log : generates (in the same directory) a vdenc.log file containing some information (type and size of frame) about the clip * /nowrite : prevent VirtualDubMod from writing video data in the output file Nb : those options must be placed before any other because VirtualDub(Mod) parse the commandline on sequence. - Batch process still stop in NET mode when an error occurs for one job. - MP3 VBR handling a la Nandub is now a preference setting (that can be saved). See the 'AVI' section in the 'Preferences' window. Each time a VBR stream is found inside an AVI the VBR warning will be shown (like in VirtualDub) and you will be asked if default setting must be applied or not for this stream. - 'AC3 Frame mode' has been put in the preferences too. You will still be able to enable/disable this feature when opening an AC3 file (for AVI audio), but the checkbox is now set according to the default setting. - Added the list of functions available for VDubMod scripts in the Help file. - Added DeXt mods to allow .lst/.m2v opening with the current VOB support. - Fixed a bug making VirtualDubMod eat a lot of memory instead of writing data in the file when saving to OGM with streams that end long before the video. - Made a fix so that some subtitle engines (the one in latest BSPlayer for example) won't eat the last char of the subtitle when displaying it. Thanks to Alxemi (Doom9 forum) for mentionning this problem.
Belgabor: - Reorganized the menu to make it clearer. - Merged Streams and Cyrius' NET mod fixes. - Release Notes more aptly named changelog. - Disabled resizing code till Stone-D implements preferences. (I put it under a #define switch, see virtualdub.h) - The time bar ticks are now switchable between * Off * Frame mode (normal) * Source Key Frames * Key Frames in divx3/xvid stats file (load via Tools/Open Stats File...) - Stats file savable - Toggle Keyframes in stats file (default key: Space) - Frame info from stats file (Comment on stats file stuff: xvid stuff is ready for work [bug reports & feature requests welcome] to do list [=dun request, we already thought about & will work on it]: * Divx5 log file support * Import from chapters file / ogm chapter info) - Improved 'Scan video stream for errors'. As the classic vdub version didn't work for me in two files i checked, I implemented an improved version which did. Alas it's a bit slower so I left the classical version in. Both versions do NOT mask frames by default, thus three new menu items have been added: * Show bad frames * Mask bad frames (like what the classic scan did automatically) * Delete bad frames (like marking the frames and pressing 'Del') To prevent mistakes, the mask and delete commands flush the internal frame list, so none of these three commands will work afterwards until you rescan the stream. - Changed comments display in script editor. Italics looked awful for the new font. - Updated internal AviSynth keywords for 2.51 - Syntax highlighting for AviSynth plugins. DOES ONLY WORK WITH THE SPECIAL AVISYNTH VERSION FROM THE VIRTUALDUBMOD PROJECT PAGE! - Backported some script editor bug fixes (memory leaks) from 1.5
Stream: - Fixed several bugs * NET mod stop with script error on final stage of encode. * NET mod crash when input path-name is too long. * Can't load processing setting if external WAV file is set as audio source. * NET mod stop if output type is old format AVI. * NET mod stop if output type is OGM. * NET mod freeze when input is too short. * NET mod freeze when input file is MPEG-2. * NET mod freeze when input file is OGM. * CBR MP3 muxing cause audio being out of sync. * Script error occurred when OGM comments include special character. * Whole batch process stopped after an error in a job.
Errata to the last changelog: Its wrong that Cyrius didnt like '1337', he just didnt know what it means :p
|
Also out is our first language pack, Italian.
Get the bugfixed version (v2) and the latest dll pack!
Have fun Belgabor
-------------------- [VirtualDubMod Homepage] Please submit any bugs/patches/feature requests also using the respective tracker on our sourceforge page |
 |
| ChristianHJW |
| Posted: Mar 25 2003, 12:57 AM |
 |
|
Advanced Member
  
Group: Moderators
Posts: 1768
Member No.: 2
Joined: 7-July 02

|
.. congrats to the VdubMod devs from Bangkog, waiting for my connection flight to China ...
-------------------- 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 .... |
 |
| avbohemen |
Posted: Mar 25 2003, 09:28 AM |
 |
|
Unregistered

|
I'm only an end-user (not a developer), but this version immediately crashes ("virtualdubmod.e.exe has generated an error....") on my machine.
Is it compiled with Pentium-4 optimizations perhaps? I have a Pentium 3 running Windows 2000 SP3. VirtualDubMod 1.4.13.1 ran without any problems...
I also tried deleting the HKCU\Freeware\Virtualdubmod registry key (I found an "optimizations" key there) but it still won't run. Any tips? |
 |
| Suiryc |
| Posted: Mar 25 2003, 04:42 PM |
 |
|
Developer of VirtualdubMod
  
Group: VirtualdubMod Team
Posts: 222
Member No.: 468
Joined: 10-October 02

|
Yeah there is a little bug that make crash the program when starting if you don't use the modified AviSynth.dll Belgabor made. This version isn't mandatory but the bug only occurs if you don't have this Dll.
This should be fixed soon ...
-------------------- 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 |
 |
| Belgabor |
| Posted: Mar 25 2003, 11:26 PM |
 |
|
Developer of VirtualdubMod
  
Group: VirtualdubMod Team
Posts: 100
Member No.: 998
Joined: 24-November 02

|
Yes, fixed version is out now (v2). Sorry for the inconvenience.
-------------------- [VirtualDubMod Homepage] Please submit any bugs/patches/feature requests also using the respective tracker on our sourceforge page |
 |
| Mouse124 |
| Posted: Mar 26 2003, 05:11 AM |
 |
|
Unregistered

|
The file "sylia.dll" is missing from your newest dll package. I just used the older one and it worked Perfectly.
Mouse124 |
 |
| avbohemen |
Posted: Mar 26 2003, 10:35 AM |
 |
|
Unregistered

|
Thanks, the v2 version with the old sylia.dll and the new needed dlls works like a charm. |
 |
| Belgabor |
| Posted: Mar 26 2003, 01:23 PM |
 |
|
Developer of VirtualdubMod
  
Group: VirtualdubMod Team
Posts: 100
Member No.: 998
Joined: 24-November 02

|
I thought most ppl will install VDubMod into their VirtualDub directory, but obviously I was wrong, thats why I omitted all dlls that already come with VDub.
-------------------- [VirtualDubMod Homepage] Please submit any bugs/patches/feature requests also using the respective tracker on our sourceforge page |
 |
| Mystica |
Posted: Mar 26 2003, 03:00 PM |
 |
|
Unregistered

|
Well I think I found a bug. After laboriously tweaking my encoding method, I finally got DivX video that looked good, (3 passes!) audio that sounded good, and subtitles that worked. After loading the video (direct stream copy) and blindly adding the different .ogg's and .srt's to the "OGM Inputs" dialog, I hit "save as OGM" and it made a file. After testing it, I found the dialog was out of sync. So I went back into the "Inputs" screen and changed the delay times. (This was a step I forgot, even though I had remembered when testing an AVI of the video earlier.) At the same time I decided to add "Language" tags to everything, so the systray applet for the OggDS filter looked right. I went and hit 'Save as OGM' and went to go make some breakfast.
When I came back, "Houston, we have a problem":

I tried again, and again it didn't do anything but sit. This time, if you notice, I didn't let it sit for almost 10 minutes. 

It appears that it's not writing any of the multiplexed audio/subs that it normally shows the "Audio 2" field (as my first proper one did). Closing and re-opening the program (but unfortunately having to reload all of the sound and subtitle tracks) fixes this, but it would be nice if it didn't happen to begin with 
Also, I'm not sure if this is a problem with VDubMod, or the DirectVobSub DS filter, but it will only show subtitles if you choose them and then rewind the video. If you change them mid-way, it won't do anything.
Just a heads up.
Mike
|
 |
| Suiryc |
| Posted: Mar 26 2003, 03:39 PM |
 |
|
Developer of VirtualdubMod
  
Group: VirtualdubMod Team
Posts: 222
Member No.: 468
Joined: 10-October 02

|
Hehe
looks like I forgot to reset a value  This makes that when you muxed to an OGM one time, didn't exited the program, didn't changed the streams and try to mux another time VDubMod thinks that the other streams (other than video) already ended and thus aren't muxed ...
Seems like there is another bug hidden in that too ...
-------------------- 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 |
 |
| Suiryc |
| Posted: Mar 27 2003, 07:46 PM |
 |
|
Developer of VirtualdubMod
  
Group: VirtualdubMod Team
Posts: 222
Member No.: 468
Joined: 10-October 02

|
This version should fix your problem : Fix
-------------------- 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 |
 |
| Mystica |
| Posted: Mar 28 2003, 06:51 PM |
 |
|
Unregistered

|
| QUOTE (Suiryc @ Mar 27 2003, 01:46 PM) | This version should fix your problem : Fix |
Works great! Thanks |
 |
| kurtnoise |
| Posted: Apr 24 2003, 04:28 PM |
 |
|

Moderator of the Vdub Support Forum
  
Group: Moderators
Posts: 265
Member No.: 1206
Joined: 6-December 02

|
Hi !!
I've just one little question : Is VirtualdubMOD 1.5.** out ?? If yes, I don't know where is it....It hides the naughty.....
Because I've read that the last release DVX contained this last version. Is it true ???
Maybe, I'm hurried too much...
-------------------- Visit the French United Video Forum : http://www.unite-video.com
|
 |
| ChristianHJW |
| Posted: Apr 24 2003, 04:50 PM |
 |
|
Advanced Member
  
Group: Moderators
Posts: 1768
Member No.: 2
Joined: 7-July 02

|
The DVX guys use a version from the CVS tree they have compiled themselves, n.b. without asking before they were spreading it .
The 'official' VirtualdubMod 1.5.x with matroska support is to be expected on May 1st, together with the official public beta appearance of matroska as a container and all the tools you need to play it and make it ...
-------------------- 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 .... |
 |
| kurtnoise |
| Posted: Apr 25 2003, 06:01 AM |
 |
|

Moderator of the Vdub Support Forum
  
Group: Moderators
Posts: 265
Member No.: 1206
Joined: 6-December 02

|
Oki....thanks for reply ChristianHJW....So, just wait & see
-------------------- Visit the French United Video Forum : http://www.unite-video.com
|
 |