Log in

View Full Version : capturing...help please


kronik
29th January 2004, 06:20
hey...when i capture i have many choices...vcd, svcd, avi, dvd... when i use dvd capture it makes it a full size video like a dvd but the filename is .mpg and i can't open it with vdub to do some compression...also what codec should i be using, there is at least 25 to choose from if i were going to go vcd with no further prossesing
btw i'm using a radeon 9600 pro aiw

Sulik
29th January 2004, 06:30
If you want to go to VCD, use the "Video CD" preset.

Kb_cruncher
29th January 2004, 13:50
To recompress it in vdub you will nedd to demux it with DVD2AVI then create an avisynth script(install avisynth first) and open that in vdub(virtualdubmod would be better).

A simple script will look like this.

===========================================
#PLUGINS:
LoadPlugin("C:\Plugins\MPEG2Dec3.dll")

#SOURCE:
Mpeg2Source("G:\MyCapturedFile.d2v")
===========================================

You will then proccess the audio as you like and mux it with the recompressed video.