(logo)
(navigation image)
Home Donate | Forums | FAQs | Contributions | Terms, Privacy, & Copyright | Contact | Jobs | Bios

Search: Advanced Search

Anonymous User (login or join us)Upload

Help with Flash Video

To see the flash videos on this site, your browser needs to have javascript enabled and have the Flash browser plugin, version 7+, from Adobe.
(We have not tried opensource Gnash yet, but it is a promising alternative).

Embed an Archive flash movie on your site!

Simply copy this HTML code and paste into your webpage.
(It will instruct a visitor's browser to load the shockwave plugin and then load the player we use on our site with the film of your choice.)

Make a customized player! more ideas

Example that uses a playlist:


more ideas

Create your own flash video

When you upload your videos to the Internet Archive, we will be able to derive a flash video format for most of the formats you give us. This section is for those who would like to create your own flash videos.

Props to this post that Tracey found to use opensource tools to create and embed flash video!
We use FlowPlayer shockwave to embed Flash video files (extension .flv).

We use ffmpeg to create our flash videos. It's a single command to create the whole file, runs quickly, and tackles nearly all source formats!
Links: ffmpegX for mac building and using FFmpeg on Windows Tracey's building ffmpeg on windows with cygwin tips Tracey's building ffmpeg Max OSX leopard tips ffmpeg wikipedia

Once you have ffmpeg installed, try something like:
ffmpeg -i movie.avi -acodec mp3 -ar 22050 -ab 64k -f flv -s 320x240 movie.flv

Terms of Use (10 Mar 2001)