Hide mp3 in an image
Recently I had send my friends in orkut a scrap which had a image with some music file hidden in it. So now I am goin to reveal the secret behind it. It was actually a gif file with mp3 hidden in it.
Right click and save the above image and open it in winamp and feel the magic of X’mas..
So how do one combine a gif file with a mp3 file. The following are the steps for the same.
Step 1
Place both the gif file and mp3 file in the same directory. Letz call the directory XYZ
Step 2
Now take the command prompt by entering ‘CMD’ in the run window.
Step 3
Change the directory to XYZ by typing the following
cd path/XYZ
Step 4
Now type the following in the DOS prompt.
copy imageFileName.gif/b + musicFile.mp3/b combineFile.gif
If you are in Linux Terminal, type the following
cat imageFileName.gif musicFile.mp3 combineFile.gif




