>> |
OP
Gaston
You people A) don't really seem to know what your talking about, or B) don't wanna share it.
-----
Here's how you can add an MP3 to any GIF file.
For the following commands, replace filename.mp3 and filename.gif with the names of your MP3 and GIF files. Mac, Linux, and Unix users should note that the command below will overwrite your original gif with the new gif.
Mac, Linux, and Unix users: Enter this 'concatenate' command into a terminal window: cat filename.mp3 >> filename.gif
Windows Users: Open a Command Prompt window and enter this command:
|