Giter Club home page Giter Club logo

ffmpeg-in-xcode's Introduction

FFmpeg-in-Xcode

  • A project for debugging FFmpeg and SDL in Xcode.

Condition

  • FFmpeg : 6.1
  • SDL : 2.28.5
  • Xcode : 14.3.1
  • configuration : --disable-asm --disable-lzma --disable-filter=yadif_videotoolbox

Schemes

  • Run ffmpeg, ffplay, or ffprobe.

schemes

Arguments

  • Add launch arguments at ‘Edit Scheme’ panel.

arguments

How to use?

  1. Clone this repo.
  2. Direct run ffmpeg, ffplay, or ffprobe.

How to customize?

The project provides a tool to simply change the FFmpeg version and configuration.
  1. Download FFmpeg source, configure and make.
  2. Remove FFmpeg source files from project.
  3. Open 'build.m', Replace to your own FFmpeg and project paths.
  4. Select scheme to build-1, and run it.
  5. Add the files under $(ProjectRoot)/FFmpeg to the project(target is FFmpeg, fftools except).
  6. Configure fftools to correct target. Refer to existing project 'Target Membership'.
  7. Select scheme to build-2, and run it.
  8. Done.

You can view snapshot of the key node in the snapshot directory.

ffmpeg-in-xcode's People

Contributors

libobjc 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.