
and because i did it at 3am last night and maye 3 people saw it at best, here's a pearoast:

EDIT EDIT EDIT: does anyone know how to extract a series of frames from an avi to make an animated gif?
( ,
Sat 22 Nov 2003, 14:33,
archived)

EDIT EDIT EDIT: does anyone know how to extract a series of frames from an avi to make an animated gif?

they're just cunningly disguised as cranberry pickers
( ,
Sat 22 Nov 2003, 14:34,
archived)

I'll pearoast in your pearoast
also done late last night

a little bit bigger
nicely rude picture!
( ,
Sat 22 Nov 2003, 14:35,
archived)
also done late last night

a little bit bigger
nicely rude picture!

looks like he's pulling his duck-trousers up.
( ,
Sat 22 Nov 2003, 14:44,
archived)

looks quite satisfied to me
( ,
Sat 22 Nov 2003, 14:48,
archived)

and seeing as it's a pearoasting thread, here's one I made earlier but promptly had to take off as my hosting went AWOL...

( ,
Sat 22 Nov 2003, 14:36,
archived)


well, if this is gonna be a repost-from-the-early-hours type thread then:

( ,
Sat 22 Nov 2003, 14:40,
archived)


wooooooooo?
edit: I decided i needed a madness-specific woo yay!
you get it first

( ,
Sat 22 Nov 2003, 14:41,
archived)
edit: I decided i needed a madness-specific woo yay!
you get it first


(not really).
And for the AVI/GIF problem - try mplayer.
( ,
Sat 22 Nov 2003, 14:47,
archived)
And for the AVI/GIF problem - try mplayer.

no use to me, windows monkey that i am
( ,
Sat 22 Nov 2003, 14:50,
archived)

This extracts frames into jpgs:
Sub ReadAVI_SaveFrames()
Dim reader As New AviReader
reader.Open "c:\video\clip.avi"
For i = 0 To reader.Frames.Count - 1
reader.Frames(i).SaveFile "d:\video\clip_frame_" + Str(i) + ".jpg"
Next i
End Sub
( ,
Sat 22 Nov 2003, 15:08,
archived)
Sub ReadAVI_SaveFrames()
Dim reader As New AviReader
reader.Open "c:\video\clip.avi"
For i = 0 To reader.Frames.Count - 1
reader.Frames(i).SaveFile "d:\video\clip_frame_" + Str(i) + ".jpg"
Next i
End Sub

a registered version of quicktime
photoshop image ready
or the completely free and best image viewing program ever,
irfanview
( ,
Sat 22 Nov 2003, 15:10,
archived)
photoshop image ready
or the completely free and best image viewing program ever,
irfanview