11月 02, 2014

製作線上教學影片

製作線上教學影片的工具:
  • 影片錄製:Camtasia Studio
  • 網頁播放:Shadowbox.js
錄製教學影片使用「Camtasia Studio 8」軟體,官方網站可下載試用版,全功能使用30天,影片輸出不會亂加浮水印,這點還不錯。之後再轉成 flv 格式,以便放在網路上播放。

 Shadowbox.js 的介紹:
Shadowbox is a web-based media viewer application that
supports all of the web's most popular media publishing formats
 基本上就是光箱特效,但是可以內嵌影片、圖片作為來源。
<head>
 <link rel="stylesheet" type="text/css" href="shadowbox.css">
 <script type="text/javascript" src="shadowbox.js"></script>
 <script type="text/javascript">
  Shadowbox.init();
 </script>
</head>
<body>
 <a href="video.flv" rel="shadowbox;height=720;width=960">
   online video  
 </a> 
</body>

沒有留言:

張貼留言