b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » XXX » Message 2376121 (Thread)

# because the thread at the bottom isn't a pic
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)
# what about the happy baby gorillas?
(, Sat 22 Nov 2003, 14:33, archived)
# they're picking the cranberries
they're just cunningly disguised as cranberry pickers
(, Sat 22 Nov 2003, 14:34, archived)
# i assumed the were piloting
the blimp
(, Sat 22 Nov 2003, 14:36, archived)
# I think you'll find
it's a watermelon-zepplin.
(, Sat 22 Nov 2003, 14:47, archived)
# i was trying not to be rude!
(, Sat 22 Nov 2003, 15:01, archived)
# yay!
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)
# duckaroo?
woo =D
(, Sat 22 Nov 2003, 14:36, archived)
# i like that lots!
looks like he's pulling his duck-trousers up.
(, Sat 22 Nov 2003, 14:44, archived)
# or he's reaching for his bollocks...
looks quite satisfied to me
(, Sat 22 Nov 2003, 14:48, archived)
#
how do u 'morph' two pics like that o.O
(Im newbie)
(, Sat 22 Nov 2003, 15:14, archived)
# hehe, woo
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)
# wonka wonka wonka wonka wonka
woo
(, Sat 22 Nov 2003, 14:37, archived)
# that's exactly what
someone else said...:)
(, Sat 22 Nov 2003, 14:41, archived)
# that's no moon
etc etc
(, Sat 22 Nov 2003, 14:37, archived)
# and that's exactly
what I said :)
(, Sat 22 Nov 2003, 14:42, archived)
# Neither is this
(, Sat 22 Nov 2003, 16:51, archived)
# ha ha
ha!
(, Sat 22 Nov 2003, 14:39, archived)
# language!
well, if this is gonna be a repost-from-the-early-hours type thread then:
(, Sat 22 Nov 2003, 14:40, archived)
# what the?!
wooooooooo?

edit: I decided i needed a madness-specific woo yay!
you get it first
(, Sat 22 Nov 2003, 14:41, archived)
# oooh! hi cockalorum!
mad stuff is the new kittens you know.
(, Sat 22 Nov 2003, 15:23, archived)
# ooh
that is wonderful!
(, Sat 22 Nov 2003, 14:42, archived)
# it scared me then
and it scares me now
(, Sat 22 Nov 2003, 14:43, archived)
# I feel deeply insulted by the pic
(not really).
And for the AVI/GIF problem - try mplayer.
(, Sat 22 Nov 2003, 14:47, archived)
# argh, is that *nix only?
no use to me, windows monkey that i am
(, Sat 22 Nov 2003, 14:50, archived)
# Visual basic
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)
# extracting avi frames?
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)
# woo!
(, Sat 22 Nov 2003, 15:13, archived)
# I did this the hard way
using virtual tub, and copying it over frame by frame. But virtual dub should be able to export them as images I think.

(, Sat 22 Nov 2003, 15:28, archived)