タグ

2014年10月1日のブックマーク (4件)

  • [iOS 8] PhotoKit 1 – Photos frameworkの概要 | DevelopersIO

    はじめに PhotoKitはPhotos FrameworkとPhotosUI Frameworkで構成され、写真やビデオを扱うための新しいAPIを提供します。 PhotoKit Photos Framework フォトライブラリの写真やビデオにアクセス 標準の写真アプリのようなフル機能の写真アプリを作成 PhotosUI Framework 写真編集用のApp Extensionを作成 Appleの開発者向けドキュメントでは以下のように紹介されています。 PhotoKit では、iCloud の写真アセットを含め、「写真」アプリケーションで管理されている写真/ビデオアセットと連動する新しい API を利用できます。アプリケーションに事前に写真をインポートすることなく、カメラロール内の写真をアプリケーションから直接編集できます。PhotoKit は、サムネイルとフルサイズのアセットのフェッ

    [iOS 8] PhotoKit 1 – Photos frameworkの概要 | DevelopersIO
    tasanobu
    tasanobu 2014/10/01
    photos framework
  • #pragma mark in Swift?

    In Objective C, I can use #pragma mark to mark sections of my code in the symbol navigator. Since this is a C preprocessor command, it's not available in Swift. Is there a stand-in for this in Swift, or do I have to use ugly comments?

    #pragma mark in Swift?
    tasanobu
    tasanobu 2014/10/01
    swift版の #pragma mark
  • GitHub - andrei200287/SAVideoRangeSlider: iOS Video trim control

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    GitHub - andrei200287/SAVideoRangeSlider: iOS Video trim control
    tasanobu
    tasanobu 2014/10/01
    iMovie風のトリミング領域選択用のスライダー
  • AVFoundationで動画の加工合成処理 - Qiita

    やりたいこと。 AVFoundationを初挑戦中。AVFoundationのドキュメントを読んでみるも難しい。やりたいことはAVCaptureMovieFileOutputで動画を録画して、その録画した動画にイラストやらコピーライトを追加したい。当はエフェクトとか色々いれたいとろこだけど、まずは簡単そうなところから着手。今回、取り組む要件としては下記2点。あとは今後の動画関連アプリのベースとして。。 動画ファイルにコピーライトを合成する。 動画ファイルに会社のロゴを合成する。 AVFoundationクラスを整理 AVFoundationのクラスは多く関係性がいまいち掴めないので、まずはAVFoundationのクラスの整理。全クラスではなく動画の録画から加工までの流れで最低限必要になるであろうクラスを列挙。大きく録画に必要なクラス(青)と加工処理に必要なクラス(オレンジ)の2つに別れ

    AVFoundationで動画の加工合成処理 - Qiita