Put video content into your website

Sometimes, you need to publish video content on your website; instead of using YouTube, you could use a free Web Video player and convert your videos to .flv files.

To do this:

  1. Install FlowPlayer on your website.
  2. Convert your videos using FFMpeg: ffmpeg -i myvid.mpg -vcodec flv -ar 22050 -b 600k -acodec mp3 -s 320x240 myvid.flv
  3. Use the example simple page included in flowplayer dist to integrate this video onto your webpages.
  4. Enjoy!
This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *