PDA

View Full Version : Compress JPeG in a "process.avs" file...


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

foxyshadis
12th June 2007, 08:02
You can't. Export to png or tiff and use your favorite batch converter (I'm partial to xnview myself, but there are dozens out there) to convert it to jpeg at any quality you want.