2013年2月28日 星期四

Apple Device Spec (iPhone, iPad)

整理 iOS Device 相關能力,以利開發 app 時能夠正確的套用到各種機型。

Resolution and Memory


2013年2月27日 星期三

ONVIF -- Profiles (S,G,C,Q,A)


截至目前為止 (20160830),ONVIF針對不同功能共定義了5種 Profile
  • Profile S for encompasses video streaming
  • Profile G for video storage.
  • Profile C for access control. 
  • Profile Q for Out-of-the-box interoperability. 
  • Profile A for Physical Access Control System (PACS).

2013年2月25日 星期一

libmms 在 iOS 下的使用方式

以下紀錄將 libmms 移植到 iPad 的實驗過程。


2013年2月7日 星期四

JB後安裝自行開發程式的方法


以下整理網路上收集到的資料,根據下列步驟進行可以在 iPad with iOS 6.1 正確執行無誤。

首先要使用 itunes將 iPad/iPhone升級到 iOS 6.1,進行備份之後,再嘗試下列步驟。
方法如下,

2013年2月5日 星期二

FFMEPG -- A ffmpeg and SDL Tutorial : tutorial08

參考 http://dranger.com/ffmpeg/tutorial08.html 進行實作練習,
以下附上一個可以在 ffmpeg 1.1.1 (build Jan 27 2013) 正確編譯的例子。

FFMEPG -- A ffmpeg and SDL Tutorial : tutorial07

參考 http://dranger.com/ffmpeg/tutorial07.html 進行實作練習,
以下附上一個可以在 ffmpeg 1.1.1 (build Jan 27 2013) 正確編譯的例子。

FFMEPG -- A ffmpeg and SDL Tutorial : tutorial06

參考 http://dranger.com/ffmpeg/tutorial06.html 進行實作練習,以下附上一個可以在 ffmpeg 1.1.1 (build Jan 27 2013) 正確編譯的例子。

2013年2月4日 星期一

FFMEPG -- A ffmpeg and SDL Tutorial : tutorial04

參考 http://dranger.com/ffmpeg/tutorial04.html 進行實作練習,以下附上一個可以在 ffmpeg 1.1.1 (build Jan 27 2013) 正確編譯的例子。

FFMEPG -- A ffmpeg and SDL Tutorial : tutorial05

參考 http://dranger.com/ffmpeg/tutorial05.html 進行實作練習,以下附上一個可以在 ffmpeg 1.1.1 (build Jan 27 2013) 正確編譯的例子。

FFMEPG -- A ffmpeg and SDL Tutorial : tutorial03

參考 http://dranger.com/ffmpeg/tutorial03.html 進行實作練習,以下附上一個可以在 ffmpeg 1.1.1 (build Jan 27 2013) 正確編譯的例子。

2013年2月3日 星期日

FFMEPG -- A ffmpeg and SDL Tutorial : tutorial02

參考 http://dranger.com/ffmpeg/tutorial02.html 進行實作練習,以下附上一個可以在 ffmpeg 1.1.1 (build Jan 27 2013) 正確編譯的例子。

FFMEPG -- A ffmpeg and SDL Tutorial : tutorial01.c

參考 http://dranger.com/ffmpeg/tutorial01.html 進行實作練習,發現此篇文章附屬範例已無法在新版本的ffmpeg下正確編譯。以下附上一個可以在 ffmpeg 1.1.1 (build Jan 27 2013) 正確編譯的例子。


2013年2月2日 星期六

FFMPEG -- [轉載]ffmpeg 新老接口问题及对照集锦


轉載自 http://bbs.rosoo.net/thread-6268-1-1.html


本帖最后由 wyz 于 2011-8-13 23:46 编辑

网上很多关于ffmpeg (libav)的资料都是N年以前的,而事实上ffmpeg数年来一直在“以时俱进”,因此无论是一些新手,或者号称为老手的人,有时候难免出头痛。。。。。。

为了解决大家的头痛的问题,特列一个贴子,把ffmpeg相关的一些常见的、版本的问题列举出来,供大家参考,同时也请大家一起补充。