Synthetic
12th June 2007, 04:51
Hi,
To convert a video I've got that script inside a "process.avs" file I open in Virtual Dub.
DirectShowSource("01.avi") ++ DirectShowSource("02.avi") - etc -
ConverttoRGB32()
ImageWriter("C:\RemotePlayback\Cam01\0430\sliced\", type = "jpeg")
But the JPEG I have at the end, in the "sliced" folder are really too big. How can I add a line in the process file to compress more the JPEG? Each files tooday are around 150 Kb, Im sure that 80 is sufficiant...
Please let me know,
:thanks:
Sth
To convert a video I've got that script inside a "process.avs" file I open in Virtual Dub.
DirectShowSource("01.avi") ++ DirectShowSource("02.avi") - etc -
ConverttoRGB32()
ImageWriter("C:\RemotePlayback\Cam01\0430\sliced\", type = "jpeg")
But the JPEG I have at the end, in the "sliced" folder are really too big. How can I add a line in the process file to compress more the JPEG? Each files tooday are around 150 Kb, Im sure that 80 is sufficiant...
Please let me know,
:thanks:
Sth