GithubHelp home page GithubHelp logo

alissik / caconversionframework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cartera/caconversionframework

0.0 2.0 0.0 60 KB

A Cocoa framework wrapping libavcodec, libavformat, and libavutil. Currently a work-in-progress.

License: GNU Lesser General Public License v3.0

caconversionframework's Introduction

##Background I was working on a rather simple video conversion tool, based around the ffmpeg tool, when I realized how painful interfacing with command line utility from Cocoa would be. I went through with development anyway, only to find my original expectations to be true. I briefly tried to simply use the libraries directly in the application, but soon found them to be impossibly messy.

##Goal The goal of the framework is to provide a full-featured Cocoa API, allowing developers to create feature-rich video converters, of both wide and narrow scope. CAConversionFramework is designed to be extensible as well as easy to understand.

##Important Points

  • CAConversionFramework is not even close to being done. Currently it is basically useless.
  • The prefix "CA" is used as they are my initials: try not to get them confused with Apple's use of CA, to mean Core Animation.
  • CAConversionFramework makes use of Grand Central Dispatch, which means it requires OS 10.6 or later.
  • The "Vidiot" project is provided just as a test application.

##Basic Layout The framework is centralized around CAConversion objects, which represent a video conversion: either preparing to be run, running, or completed. CAConversion objects are monitored and managed by a shared class known as the CAConversionCenter (think of NSNotificationCenter, etc.) Each CAConversion object has many objects associated with it, including info objects, streams, etc. All of these can be accessed using simple getters and setters. A CAConversion object has a property known as progressInfo, which will provide a developer all the information they need to program a conversion progress bar, or other manner of displaying progress. Conversion objects also send out notifications thru NSNotificationCenter, allowing the developer to always know when to update their progress display.

caconversionframework's People

Contributors

cartera avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.