顯示具有 電腦 標籤的文章。 顯示所有文章
顯示具有 電腦 標籤的文章。 顯示所有文章

The processing power on a netbook is often insufficient for rendering video files. Either it takes a unacceptable amount of time, or fails comletely. After experimenting a bit, here is a quick way to produce videos while traveling with your camera and netbook.

First, use your camera to record video clips. You should have a rough idea of the storyboard of your final video. Split them into scenes, and record them separately.

My camera, Fujifilm F100fd, records video into AVI files. For example, I decide to make an intro, then a panoramic scenic view, and the ending. We will have 3 files: DSCF0001.AVI, DSCF0002.AVI, and DSCF0003.AVI. Transfer them onto the computer either using a card reader or USB cable.

Next, we join the video files by simply attaching them together with 'cat'.

cat DSCF0001.AVI DSCF0002.AVI DSCF0003.AVI > output.avi

You can also rearrange scenes if you like.
cat DSCF0003.AVI DSCF0002.AVI DSCF0001.AVI > output.avi


Sometimes, particularly with videos from cameras, the sound might be dropped in a couple of frames. The header of the AVI file also has to be reconstructed. We re-sync the sound and video with mencoder (part of the mplayer package):
mencoder -forceidx -oac copy -ovc copy output.avi -o output_synced.avi


Now you have a synced AVI that is cut, rearranged, and suitable for viewing. If you wish to upload to youtube, you can compress the film to a smaller format. I tried to export to DivX without luck, while WMV worked for me. Here is the command to convert to WMV:
ffmpeg -i output_synced.avi -vcodec wmv2 -acodec wmav2 output_final.wmv


Alternatively, you can try WinFF and experiment with various video formats, and see which one fits you best. The video is all done and ready for upload! FireUploader may be able to assist you in uploading the file.

With this method I was able to post quite a few videos without the trouble of using a real video editing software, or rendering of video files. I hope people with limited computer resources, travelers, for example, will find this helpful and produce more interesting videos!

想必大家對於Google Analytics有所聽聞,在您的站裝上Analytics之後,可以追蹤訪客從哪裡來、看了什麼頁面、用了什麼樣瀏覽器等等。對有志認真經營的人而言,知道自己寫的哪一類文章比較吸引人、新舊訪客從哪裡找到你的站,都是很重要的資訊。

關於如何在站上安裝Analytics,請洽詢Google,我就不多作說明了。

有許多寫作Blog的人,經常是橫越在BBS和WWW兩個媒介的。其中有一個困擾是,沒辦法看見自己的訪客有多少比例是從BBS上面來的。從其他網站(社群網站不小心被推上首頁搜尋引擎)過來的,都可以在報告裡面看到,但是因為BBS的歷史特性,所以在Analytics裡無法自動辨識出來。

這篇文章將會教您如何設定,從BBS中的各個來源(例如說八卦版、個版、簽名檔)都可以清清楚楚地顯示在Analytics上。

我們要運用的是Google Analytics的Campaign功能。這個功能是拿來評估在各個地方打廣告帶來的點閱率,不過剛好可以達成我們的目標。

我以上次發表的衝浪初體驗:烏石港為例,示範如何運用Campaign追蹤。首先介紹URL Builder,這是拿來幫助我們設計出連結的。接下來會跟各位解釋如何使用,但若您想要看更詳細的英文說明,也可以點下URL Builder頁面裡的How do I tag my links?

首先第一個欄位是「Website URL」,也就是您網頁的URL。在本例中,就是衝浪初體驗:烏石港的URL:

http://accordt.blogspot.com/2008/06/blog-post_20.html
下面有好幾個欄位,分別是Source、Medium、Term、Content、Name。藉由這幾項資訊辨識出訪客是在哪裡看到文章的連結而來到本站的。Campaign Source是指來源,例如說個版或是簽名檔。Campaign Medium是媒介,應該是BBS。Campaign Term在付費廣告中才會用到,指的是所購買的關鍵字。Campaign Content是不同版的內容,例如說不同的簽名檔。Campaign Name則是整個Campaign的名稱。除了打*的欄位為必填,其他的可以留空。

我針對每個可以設定的欄位舉一些範例,比較好了解:






Source
  • ptt_surf
  • ptt2_accord
  • ptt_sig
  • Medium
  • bbs
  • Term不使用,留白
    Content
  • sig1
  • sig2
  • Name
  • surf

  • 在本例中,要貼在PTT Surf版的連結設定如下:
    • URL:http://accordt.blogspot.com/2008/06/blog-post_20.html
    • Source:ptt_surf
    • Medium:bbs
    • Name:surf
    按下Generate URL的按鈕,就可以得到最後的URL了:
    http://accordt.blogspot.com/2008/06/blog-post_20.html?utm_source=ptt_surf&utm_medium=bbs&utm_campaign=surf
    把這個連結貼上Surf版的文章就OK囉。當然,網址太長,也可以用TinyURL來縮短網址,想必這個各位鄉民都駕輕就熟了吧!

    用一樣的方法,也可以設計簽名檔裡用的連結。假設我們有一個5566的簽名檔:
    • URL:http://accordt.blogspot.com/
    • Source:ptt_sig
    • Medium:bbs
    • Content:5566
    • Name:sig
    這樣就得到簽名檔用的連結啦!往後,你就可以在Analytics上看到有多少人因為你的5566簽名檔而決定點閱你的Blog了。

    有許多同學和醫學相關專業的朋友,要打病歷或是寫報告的時候,都會用到很多醫學上的單字。這些單字很容易拼錯,但是很不幸地又不在常用的拼字檢查裡面。我在網路上找了很久,市面上也有許多此類產品可以檢查醫學單字的拼字,但是都必須要收費。今天總算找到一個OpenMedSpel是以GPL方式授權,可以免費下載使用,介紹給大家。

    OpenMedSpel是設計和OpenOffice.org一起使用。OpenOffice是一個自由免費的Office程式,包括文字編輯、試算表、簡報等。理論上可以讀寫Microsoft Word的.doc檔,不過有的時候會有一點小問題。如果說沒有特別要求的話,用內建的.odf格式儲存會比較好。

    跟著以下說明,一起來安裝醫學字典檔吧:

    • Windows的使用者可以在這下載2.2.0中文版,Ubuntu的使用者則已經內含在系統安裝裡面囉。
    • 下載完安裝檔請執行並安裝,基本上只要一直按「下一步」就可以了。接著請到OpenMedSpel的網站下載字典檔。下載完之後解壓縮到「C:\Program Files\OpenOffice.org 2.0\share\dict\ooo」。
    • 用記事本打開「C:\Program Files\OpenOffice.org 2.0\share\dict\ooo\dictionary.lst」,在最下面加上「DICT en US en_US_OpenMedSpel」,存檔後關閉。

    至此大功告成!現在您可以在OpenOffice.org裡頭編輯文件,不小心把一些單字打錯的時候,就會出現正確單字的提示了。

    這個字典裡面的字數仍稍嫌不足,不過相信還是對您有助益的。


    華碩推出了新的筆電,看起來真是輕便。據這份報導,只有0.89公斤重,而且定價只有199美元!等於是比一台數位相機還要便宜。雖然說現在已經有UMPC這種東西,不過那小小的鍵盤實在是沒有辦法打字。這台筆電的鍵盤看起來打起字來應該還算順手吧。果真定價如此便宜,又這麼輕,那麼以後出國就可以考慮帶著電腦遊天下囉!

    Oh and, it runs Linux.


     

    Copyright 2006| Blogger Templates by GeckoandFly modified and converted to Blogger Beta by Blogcrowds.