2
edits
m (60個修訂) |
|||
| (9 intermediate revisions by 4 users not shown) | |||
| Line 58: | Line 58: | ||
* [http://www.davidco.com/ David Allen Getting Things Done]: Time and stress management... how to be more productive and get the most out of your time and life | * [http://www.davidco.com/ David Allen Getting Things Done]: Time and stress management... how to be more productive and get the most out of your time and life | ||
* GTDer twhsi的網路日誌 - [http://www.wretch.twbbs.org/blog/twhsi&category_id=10820 GTD心得] | * GTDer twhsi的網路日誌 - [http://www.wretch.twbbs.org/blog/twhsi&category_id=10820 GTD心得] | ||
* [http://code.google.com/p/trimpath/wiki/NextAction NextAction - trimpath - Google Code] | |||
== 2004年6月28日 == | == 2004年6月28日 == | ||
| Line 143: | Line 144: | ||
== 2004年7月17日 == | == 2004年7月17日 == | ||
picturebook, illustration book, 繪本 | * picturebook, illustration book, 繪本 | ||
---- | |||
* [http://www.uq.edu.au/ UK](The University of Queensland, Australia) [http://www.uqunion.uq.edu.au/ Union] (Student Union) : [http://www.uqunion.uq.edu.au/education/newsitems/UQUNewsItem.2004-03-01.2035080353/base_view Nelson fee reforms set to hit UQ] 2004-03-01 | |||
== 2004年7月18日 == | |||
=== VCD影片兩片燒成一片 === | |||
參考資料:[http://www.google.com/search?q=VCD%E5%BD%B1%E7%89%87%E5%85%A9%E7%89%87%E7%87%92%E6%88%90%E4%B8%80%E7%89%87%E7%A7%98%E5%AF%86%E5%A4%A7%E5%85%AC%E9%96%8B&hl=zh-TW&lr=&ie=UTF-8&sa=N&tab=gw VCD影片兩片燒成一片秘密大公開] | |||
# 安裝影像編碼器([http://www.divx.com/divx/download/ DivX 5.x+ Codec][http://www.divx-digest.com/software/divxcodec5.html]) | |||
# VCD -> Mpeg (DAT 轉 MPG) (使用工具:[http://www.vcdgear.com VCDGear]檢查MPEG錯誤與轉檔, 或[http://www.google.com/search?hl=zh-TW&ie=UTF-8&q=mpeg+extractor&btnG=%E6%90%9C%E5%B0%8B&lr= MPEG Extractor], 其他[http://toget.pchome.com.tw/index/multimedia_transfer/index_ft1.html toget::多媒體轉檔], [http://reg.softking.com.tw/freeware/review.asp?fid1=27&fid2=219 softking::MPEG轉檔]...) 約10分鐘 | |||
# 將兩個Mpeg合成/連接在一起 (使用工具:共享軟體 [http://www.tmpgenc.net/big5/big5_main.html TMPGEnc] ) 約17分鐘 | |||
# Mpeg -> Mpeg4 (壓縮) (使用工具:[http://flaskmpeg.sourceforge.net/ FlasKMPEG]) | |||
: Options>Output format Options ,調整 | |||
:: 影像轉碼:選擇 DivX Codec,Configure 原本的 Output video bitstream at 780 kilobit/second 調整為500 | |||
:: 音效轉碼:選擇 DivX Audio Compressor ,然後選擇 Available formats for audio codec 為 128kBit/s,44,100Hz,Stereo | |||
<pre> | |||
1:www.divx.com/products/product_list.php?typeid=1 (Divx5.0,影像轉碼器) | |||
2:http://members.telocity.com/~linuxgod/ra-codec12.zip (ra-codec12,音效轉碼器) | |||
3:http://www.ora.nsysu.edu.tw/~goldentime/mpeg_extractor.zip (mpeg_extractor,Dat轉Mpeg工具,能同時存入硬碟) | |||
4:http://www.tmpgenc.net/e_main.html (TMPGEnc-2.02,連接mpeg檔並具轉換檔功能軟體) | |||
5:http://flaskmpeg.sourceforge.net/download/flaskmpeg_060_preview.exe (flaskmpeg_060_preview.exe,轉mpeg檔為mpeg4軟體) | |||
執行程式 | |||
一、用mpeg_extractor轉Mpeg工具把VCD上下兩片DAT檔轉成Mpeg檔存進硬碟。 | |||
二、用TMPGEnc把兩個Mpeg檔連接成一個檔。(TMPGEnc還可以把一些影片檔轉為mpeg檔。以上兩種工具,應該不是很難使用,故不多說明,flaskmpeg轉mpeg檔為mpeg4,較為複雜,以下細說分明。) | |||
三、執行flaskmpeg。 | |||
第一步 | |||
主程式點選File>Open Media把先前合併完成的mpeg檔匯入。 | |||
第二步 | |||
主程式點選Options>Output format Options。 | |||
出現新畫面Vidio Codecs Double Click to configure內點選Divx5.0 Codec按兩次滑鼠。 | |||
出現新畫面,把kbps值設為500。(影像轉碼設定) | |||
接著在Audio Codecs內點選MPEG Layer-3並在Available formats for audio codec內點選128kBit/s,44,100Hz,Stereo。(音效轉碼設定) | |||
第三步 | |||
主程式點選Options>Global Project Options。 | |||
出現新畫面 | |||
Vidio內 | |||
設定Flame size | |||
Width=320 | |||
Height=240 | |||
並在Time Base中設定為23.976。跟著 | |||
Audio內 | |||
Same as input要勾選。跟著 | |||
Files內設定轉換後之mpeg4存放的位置 | |||
第四步 | |||
主程式點選Run>Start Conversion | |||
</pre> | |||
== 2004-08-03 == | |||
加快 CGI(Perl...) 應用程式的執行效能 | |||
=== FastCGI === | |||
* [http://www.fastcgi.com/ FastCGI] | |||
* 藝立協快紀: [http://wiki.elixus.org/index.cgi?%E5%BF%AB%E7%B4%80FastCGI 快紀FastCGI] | |||
* 布拉格的春天 - Frey 的網路誌:[http://www.homeoffice.idv.tw/archives/000076.html Win2000/IIS 上安裝 PHP 4.3.3] CGI 模式的PHP 4.3.3 + PHP套件 PHPeveryWherre + FastCGI 2003-10-31 | |||
* [http://phplens.com/phpeverywhere/ johnlim][http://php.weblogs.com/] : [http://phplens.com/phpeverywhere/fastcgi-php?PHPSESSID=3a4f493a6ffc24f4f41097da93dcf7cd Robust and High Performance PHP with IIS: Using FastCGI | PHP Everywhere] 2004-06-18 | |||
=== mod_perl === | |||
* [http://perl.apache.org/ mod_perl] | |||