submitted by Sang on 06.25.2006 in Random Tutorials, Technology
Pirates, take note.
Today, I will show you how to hide mp3s inside your .gif images.
.gif images allows “application extension block” which is a section of the image that isn’t checked by an image parser. Winamp (which will play .gif files) ignores everything that isn’t an mp3 block. As a result, you get an image that looks like an image to the untrained eye, but if you drag the image to Winamp, you’ll hear sounds. Here’s how to do this:
If you don’t know what the command
cddoes in command prompt, put your .gif image and the mp3 file you want to embed in your c:\ drive (double clickc:in My Computer and put everything there). If you know whatcddoes, feel free to put the image and mp3 anywhere on your computer.Bring up the command prompt (Start -> Run… -> type cmd)
Change the default directory to the directory that your gif image and mp3 are in. Type
cd c:\. If you chose to put the image and mp3 file elsewhere, change the directory to that directory.Type
copy picture.gif /b + music.mp3 /b mp3inside.gifpicture.gifis the name of your picture.music.mp3if the file name of your mp3 file. If the file name contains spaces, put double quotes (”) aroundmusic.mp3.mp3inside.gifis the output name.
Example image:
![]()
Save this file on your computer and drag it to Winamp. Windows Media Player won’t work.
I don’t have Visual Basic installed on this computer. Otherwise I’d write a quick program that will combine everything for you….
Related posts:
- Comb Over Expert
- How To Annoy Telemarketers
- Fat = Sexy?
- Caller Wins 100 Grand
- Cancelling an AOL Account: The Audio

(3 votes, average: 4.67 out of 5)
Sangent is a site that delivers entertainment in the form of videos, games, and images. Videos are posted to the front page about 5 - 9 times a day. 
Leave a Reply