blog.Ring.idv.tw

General

用PHP - Zend Framework 當作轉換跑道?

今天和清大的張教授談了一下未來該如何著手進行合作,短短五分鐘的會談過程中,教授提及希望使用LAMP來開發這次的計劃,但對我而言~ 卻可能要暫時拋棄熟悉五、六年之久的Java,暫且進而轉向PHP而去~ 由於我大多都是獨立作業,所以我從沒使用過Struts或Spring等Java領域出名的Framework,因為一直以來我都是利用自己所開發的Framework~ 不過如果你要參與或從事業界的開發,還是學一學這些Framework會來的有幫助,然而重點在於我該怎麼轉換跑道?剛剛Survey了一下~ 看見了Zend Framework~ 我想目前就暫且利用它來當作轉換PHP的跑道吧~ 因為考量的重點在於它是使用PHP5物件導向架構為基礎的,而且也是以MVC為架構的Framework,這對我來說從Java轉向到PHP或許經驗能夠得以延續~ Anyway, 如果你有更好的建議請給予些指教吧~

Zend Framework 相關文章:

PHP專案導入Zend Framework的實戰經驗

Zend Framework 初探

Zend Framework安裝

2007-09-19 19:11:57 | Comments (6)

影音轉檔工具-FFmpeg

簡單且快速的安裝方式如下:

Step 1.下載LAME MP3 Encoder

Step 2.組態設定並安裝

./configure --enable-shared --prefix=/usr
make
make install

Step 3.取得FFmpeg原始碼

svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg

Step 4.組態設定並安裝

./configure --enable-gpl --enable-libmp3lame --enable-shared --prefix=/usr
make
make install

Step 5.進行轉檔

ffmpeg -i blue.avi -ar 22050 -ab 32 -f flv -s 320x240 blue.flv

參考資料:

One-stop Installation Guide for Create a Linux Server-side FLV conversion environment

FFmpeg usage command

http://soenkerohde.com/tutorials/ffmpeg

ffmpeg和Mencoder使用实例小全

泛用型 ffmpeg 安裝攻略

2007-08-26 19:12:43 | Add Comment

Essential ActionScript 3.0 到手囉~

上個月底在Amazon一次給它買下幾本書,這本是其中的一本~終於在今天親自從郵差的手中接下它,但其實早就應該拿到手了,只因為和郵差經常碰不上~唉~

本來想說靠著網路上及官方的資料學AS3好了,事後想想還是乾脆買下這一本,畢竟Essential ActionScript 2.0也在我的書架中~

而天瓏書局目前也有貨了~ 不過如果你要買二本以上書籍的話,其實去Amazon買還是便宜一點~總而言之,接下來的日子有得忙囉~

2007-07-27 14:39:00 | Add Comment

~Frank Chen~ 設計圖樣

::來此訂購::letdecide.com

這是朋友所設計的三款衣服圖樣,當然要給它推銷一下囉~

有興趣的人可以跟我聯絡~ 可以有折扣哦~

2007-07-17 23:43:54 | Add Comment

影音轉檔工具-MEncoder

想要將影音檔轉為Flash Video(flv)嗎?試試它吧~

MEncoder - Wikipedia:

MEncoder is a free command line video decoding, encoding and filtering tool released under the GNU General Public License.
It is a close sibling to MPlayer and can convert all the formats that
MPlayer understands into a variety of compressed and uncompressed formats using different codecs.

安裝說明

Step 1:下載Mplayer

Step 2:下載Codecs

Step 3:將Codecs全部的檔案搬移至Mplayer目錄底下的「codecs」子目錄。

3gp轉flv

指令:

C:\mplayer>mencoder -vf scale=320:240 -ffourcc FLV1 -of lavf -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -ovc lavc -lavcopts vcodec=flv:vbitrate=200 -srate 22050 -oac lavc -lavcopts acodec=mp3:abitrate=56 test.3gp -o test.flv

其它格式像是「wmv」、「mov」及「avi」也都可以成功轉碼~

參考資料:

MP4 encoder

Mp4 encoder for psp

在线转FLV

用Mencoder进行任意视频格式转换成flv

FFmpeg MEncoder FLV 3GP FlvMdi Avisynth 加水印参数

線上轉FLV

2007-06-08 12:30:59 | Comments (4)

Next Posts~:::~Previous Posts
Copyright (C) Ching-Shen Chen. All rights reserved.

::: 搜尋 :::

::: 分類 :::

::: 最新文章 :::

::: 最新回應 :::

::: 訂閱 :::

Atom feed
Atom Comment