還是前兩天幫“豬小妹”考慮畢業設計的時候,想了想vlc能不能作為vod的伺服器,替代上一篇部落格裡面的live555 media server,因為live555 media server做的確實不是太好。查了些資料,在vlc群裡面亂問了一通,終於解決了。好東西啊,大家共用。 在這感謝vlc研究群“櫻木”童鞋提供的協助。 1. 所需軟體 vlc-0.9.9或vlc-0.8.6i,主要測試的是比較新的0.9.9版本的。 putty:一款集telnet,ssh遠端登陸的非常
視頻與映像RGB/YUV格式詳解(轉)電腦彩色顯示器顯示色彩的原理與彩色電視機一樣,都是採用R(Red)G(Green)B(Blue)相加混色的原理:通過發射出三種不同強度的電子束,使螢幕內側覆蓋的紅綠藍磷光材料發光而產生色彩這種色彩的表示方法稱為RGB色彩空間表示(它也是多媒體電腦技術中用得最多的一種色彩空間表示方法)根據三基色原理,任意一種色光F都可以用不同分量的RGB三色相加混合而成F = r [ R ] + g [ G ] + b [ B ]其中,rgb分別為三基色參與混合的係數當三基色
原此出處:http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-October/076618.htmlI am pleased to announce that FFmpeg can now be built unpatched forthe iPhone. The process is still not entirely without pain, however.Here’s how it’s done:1. Download and
YUV與RGB表現映像的方法不同,其採用的是一個亮度訊號加兩個色差訊號的方式來表現映像。其中UV表示的是CbCr,常見的YUV格式有:YUV4:2:0,YUV4:2:2,YUV4:1:1,YUV4:4:4,其代表的是不同的映像壓縮方式。YUV的儲存方式分為打包模式(packed)和平面模式(planar),下面摘自DX9SDK手冊:YUV formats are divided into packed formats and planar formats. In a packed format,
64 How to add a module 65 ------------------- 66 67 To add a module to the repository, just add its sources to a Modules.am 68 file. If you add a new directory you will need to create a new Modules.am, 69 inside that directory. Do not forget to add
I upgraded to the latest Xcode 4 and had a tough time using it as things have changed quite a bit. (I’m not too familiar with Xcode 3 either so that didn’t help.) I also needed to make and include a static library (Live555) for the iPhone