Minichan

Topic: How do I make a .gif with sound?

Anonymous A started this discussion 14 years ago #19,762

Anyone know?

Anonymous B joined in and replied with this 14 years ago, 2 minutes later[^] [v] #323,705

You could make it into a .avi or .swf file (among others) and add sound.

realdw !jdTkvovFCQ joined in and replied with this 14 years ago, 3 minutes later, 5 minutes after the original post[^] [v] #323,706

delete system thirty two

Fox !FXYGNx1XR. joined in and replied with this 14 years ago, 2 minutes later, 8 minutes after the original post[^] [v] #323,707

@previous (realdw !jdTkvovFCQ)
Yeah, this.
Works every time.

Anonymous B replied with this 14 years ago, 4 minutes later, 12 minutes after the original post[^] [v] #323,709

Made me wonder if there is another way? Hit web and found this -> However I bet there is a catch after you buy their software
http://www.blumentals.net/egifan/

"With Easy GIF Animator You Can"

"Add sound to your animation
Save animation in SWF Flash format"

Betting on .gif is still a .gif and the added sound ends up as SWF Flash. Another look on web says there is a way to upload .gif to youtube and include a sound file. Still one would end up using the youtube format for a total image sound download.

Anonymous E joined in and replied with this 14 years ago, 1 hour later, 1 hour after the original post[^] [v] #323,716

MP4s are actually smaller than GIFs

Anonymous F joined in and replied with this 14 years ago, 1 minute later, 1 hour after the original post[^] [v] #323,717

@previous (E)
Maybe minichan should support mp4 uploading & embedding through the html5 video tag. We could start a next generation internet trend!

(Edited 13 seconds later.)

Anonymous B replied with this 14 years ago, 14 minutes later, 1 hour after the original post[^] [v] #323,720

@OP

Tell us what you really want to do......Perhaps with more info we can help you get there.

vocalon !!jdS+H4VgV joined in and replied with this 14 years ago, 4 hours later, 5 hours after the original post[^] [v] #323,748

get movie maker or some shit and play the gif along with bgm of choice

advi !!3gpAcg/hF joined in and replied with this 14 years ago, 45 minutes later, 6 hours after the original post[^] [v] #323,752

@323,717 (F)
APNG support would kick all kinds of ass

Anonymous F replied with this 14 years ago, 15 hours later, 22 hours after the original post[^] [v] #323,958

@previous (advi !!3gpAcg/hF)
Why? Not much browsers support that yet, I know Chrome sure as shit doesn't. Also it can't include audio, so it doesn't have much of a functional advantage.

Anonymous B replied with this 14 years ago, 28 minutes later, 22 hours after the original post[^] [v] #323,967

@previous (F)
Its simple enough to make a Gif. Just as simple to make a Audio file. Just as simple to to set up a simple HTML code that includes both files. Of course each file must be hosted somewhere & there are a number of free places where one can place the files.

Postmortem !!Qe8ScDbX+ joined in and replied with this 14 years ago, 19 hours later, 1 day after the original post[^] [v] #324,185

I always thought since it was an image file you couldn't, if you added sound it would be a video, so .mp4, or whatevs.

I'm probably wrong, but that makes sense to me, and I've never seen a gif with sound.

(Edited 45 seconds later.)

Anonymous B replied with this 14 years ago, 2 hours later, 1 day after the original post[^] [v] #324,205

@previous (Postmortem !!Qe8ScDbX+)
You are correct about the image file is just that and only that! jpeg or gif. It has to stand alone "silent"

THAT does not mean one cannot have audio along with either image file!
All it takes is one image file of any type and one audio file of any type .wav -.midi -.mp3 etc. To put them together there are several ways.

I know you have opened a web page and you see the full page and here music. That's done with HTML-embed. & embed code could also be used with a single image file of any type.

I am about to kill myself because I know this will end up looking screwed up because of MC markup syntax grrrrrr and it will all come out looking like a "quote" If that is ignored I think you can see how easy this is (ignore mark up)

<embed src="/html/yourfile.mp3" width="100%" height="250" >
<noembed><img src="yourimage.gif" alt="yourimage.gif" /></noembed>
</embed>

That method is for someones webpage. IF OP was looking for a way to post here with an image file and have sound along with it?
That is why I asked him, what does he want to do. There are several ways to accomplish this task. It however would be a click link using HTML mark up code that includes both files and yes the .gif or jpeg could appear here with a click of a link to include a sound file hosted "elsewhere" Sorry postmortem English in not my strong suit explaining the splain.

HTML & CSS code can give OP whatever he wants - except of course he is stuck within ways this works if he wants it inside MC exactly as he wants it to be.

Anonymous J joined in and replied with this 14 years ago, 30 minutes later, 1 day after the original post[^] [v] #324,212

http://gifsound.com/

Anonymous B replied with this 14 years ago, 12 minutes later, 1 day after the original post[^] [v] #324,214

@previous (J)
10/10

Just tried it. Nice find!!!
:

Please familiarise yourself with the rules and markup syntax before posting.