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:
- Install FlowPlayer on your website.
- Convert your videos using FFMpeg:
ffmpeg -i myvid.mpg -vcodec flv -ar 22050 -b 600k -acodec mp3 -s 320x240 myvid.flv
- Use the example simple page included in flowplayer dist to integrate this video onto your webpages.
- Enjoy!