Changes between Initial Version and Version 1 of add_video


Ignore:
Timestamp:
Dec 16, 2008, 4:47:01 PM (15 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • add_video

    v1 v1  
     1= How do I add video to my Website? =
     2
     3Thanks to Anna at [http://engagemedia.org Engage Media] for help in figuring this out.
     4
     5Useful sites:
     6
     7 * [http://www.engagemedia.org/help/tutorial-encoding-on-a-mac An encoding example for Mac]
     8 * [http://transmission.cc/ Transmission, network of social justice online video makers]
     9 * [http://flossmanuals.net/ Flossmanuals - resource for documentation]
     10 
     11== Steps to take ==
     12
     13Below are the conceptual steps to take when publishing video on the Internet.
     14
     15 * Export in your video editing software's native format
     16 * Convert your file to the xvid format. For linux users, you can use [http://ffmpeg.mplayerhq.hu/download.html ffmpeg], Linux, Mac, or Windows users can download [http://www.mplayerhq.hu/design7/dload.html mplayer].
     17 * At this point, ideally your web site would be configured to accept xvid files and convert them on the fly to a flash format. However, you can also manually do that using Mplayer, which can convert your xvid file to a flv fle.
     18 * Your web site should include a flash player ([http://flowplayer.org/ Flow Player] is a free software option).
     19
     20Optionally, if you have linux, you can use [http://v2v.cc/~j/ffmpeg2theora/ ffmpeg2theora] to create a downloadable version of your video in the ogg/theora free format.