Does it work with OGG-VBR properly? And: I've installed OGGDS 0.9.9.3, and the new Winamp plays ogg files, but the BSPlayer doesn't play any sound for such files created with your vdub build. The avi headers look weird: strf.nAvgBytesPerSec is 0x2B110 for the audio stream, which is 176400 and therefore the correct value for 44,1 kHz PCM audio, but certainly not for 48 kHz ogg.
Changes in alpha 0.2 (4th october, 2002) - Minor tweaks in preview trackbars: width is now a multiple of 8, height position is now correct at startup - Added bilinear vertical resize for YV12. On my test vob, it is 21 % faster than YUY2 (yes 21% !!! but my test vob is rather short, I'll try to do more realistic tests on longer vobs when I have time). This mode is automatically activated when 1) width is a multiple of 16, 2) there's no horizontal resize and 3) bilinear resize is chosen. Horizontal clip *works* (does anyone use it, anyway ?): when you put too high values for clip left and/or right, top and bottom begin to increase. DVD2avi's clip&resize already had this "feature"... - The .d2v file now remembers the filter type (it used to default to bilinear when you reloaded a file) - Job support now works even if the .d2v file was not previously generated. This is of no use for a standard usage of the program but can ease the use of VirtualDubMpg2 by another program. Note that there's no progress bar during .d2v generation, and that VirtualDubMpg2 appears to be not responding. This is normal. VirtualDub's status window will popup when .d2v creation is complete. - Bug fix (regression introduced in 0.11) : files could not be opened when .d2v did not already exist. Strange that only one person saw that. I was not aware of that problem myself since I always work on the same test .vob file...
@pulco-citron This YV12 support is very exciting. Have you spoken with MarcFD over in the Avisynth forums? I think he is trying to make AVIsynth compatible with YV12. Anyways, Before I start testing this out, I wanted to know if there is a YV12 Crop to use along with your YV12 Resize function. Thanks, Dali
version alpha 0.3 is out Mainly bug fixes and direct .vob support. Changes in alpha 0.3 (14th october, 2002) - Bug fix : virtualdubmpg2 crashed sometimes when seeking to the last frame. This should be fixed. - Bug fix : .d2v was generated twice, taking twice the time. That's why you had to wait the same amount of time again after the counter had hit 100%. As far as I can remember, the very first releases didn't have this bug. - Bug fix : audio files are no longer generated in the exe's directory but in the same directory as the input files. - Bug fix : B and P frames were reported as P and B frames in the status bar. - Added .vob support. This allows to open MPEG2 files without SmartRipper info files. The file extension MUST be ".vob"; ".mpg" will NOT work with MPEG-2 and report a "pack syncronization error" (it's far easier for me to code a strcmp(.,".vob") than trying to figure out if a file is MPEG-1 or MPEG-2 ...). This support is limited to one file. If you want to concatenate vob files, read the FAQ about smartripper .txt files and so on... Vob support includes drag and drop into virtualdubmpg2.