Below is information about producing, editing and publishing assorted types of graphics, audio, & video
Audio
Audacity - a cross-platform, open sourcei tool for recording and editing audio.
(suggested version: 1.3.5 download )
Screencasts
Support
Readings
Listening Activities
Podcasts
Understanding Graphic File Formats
Irfanview - an free image viewer program that can be used to view, edit, and convert image files.
Gimp
GNU Image Manipulation Program, or GIMP, is a raster graphics editor used to process digital graphics and photographs.
Video Hardware
Video File Formats
Video Production Tools (PC Based)
Online Video Sites
Live Streaming
Screencasting
Mahable 150+ Online Video Tools and Resources
Sample sites that use video
Lists of other video sites & resources
Readings
Tips & Tricks
To embed a flash video file (.swf) in your blog or page, you can use this code (you will need to change the bold portions):
<embed
src="filename.swf"
width="300"
height="300"
allowscriptaccess="always"
allowfullscreen="true"
/>
To embed a .wmv file in your blog or html page, you can use this code (you will need to change the bold portions):
<OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="videofilename.wmv">
<PARAM name="autostart" VALUE="false">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<EMBED TYPE="application/x-mplayer2" src="videofilename.wmv" NAME="MediaPlayer"
WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
</OBJECT>