Log in

View Full Version : How to save filtered video in Vdub?


Chengbin
24th June 2009, 17:19
I've spent my entire morning tackling this.

Virtual dub (1.88) wouldn't save my filtered video.

I'm using the filter logo 1.7b2 from neuron2.

This is my avs script

LoadPlugin("D:\HDConvertToX_1.8.332\filters\DGAVCDecode.dll")
avcSource("d:\537.dga")

This is what I put in the settings box for logo

http://i43.tinypic.com/2cm1rn.jpg

Previewing through the previewer in the filter works perfectly, the video previews perfectly in virtual dub's split screen. It does not show when I go to file -> preview filtered.

I save by selecting that 128 frame first, then go to file -> save as AVI or save segmented AVI. The compression is uncompressed RGB.

No matter what I try virtual dub won't save.

What am I doing wrong?

Guest
24th June 2009, 19:59
The numbering in the logo configuration dialog is relative to the start of the selection.

If you are going to select a range that includes only the logo, then the starting frame should be 0, etc.

Chengbin
24th June 2009, 20:15
What I did was, I wanted the logo to appear at frame 3922 and end at frame 4050. After configurating everything, I go to the main virtual dub screen, dragged to frame 3922, press that right arrow that's right beside the frame number, dragged to frame 4050, press that button again, which now I highlighted 128 frames. I went to file, and save that AVI, but it doesn't work.

GodofaGap
24th June 2009, 21:09
You probably have the "send to joblist" checkbox on.

Guest
24th June 2009, 22:32
What I did was, I wanted the logo to appear at frame 3922 and end at frame 4050. After configurating everything, I go to the main virtual dub screen, dragged to frame 3922, press that right arrow that's right beside the frame number, dragged to frame 4050, press that button again, which now I highlighted 128 frames. I went to file, and save that AVI, but it doesn't work. As I said:

The numbering in the logo configuration dialog is relative to the start of the selection.

If you are going to select a range that includes only the logo, then the starting frame should be 0, etc.

Chengbin
25th June 2009, 01:32
As I said:

The numbering in the logo configuration dialog is relative to the start of the selection.

If you are going to select a range that includes only the logo, then the starting frame should be 0, etc.

Thank you SOOOOOOO much!