Skip to content

libobjc/FFmpeg-in-Xcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpeg-in-Xcode

  • A project for debugging FFmpeg and SDL in Xcode.

Condition

  • FFmpeg : 7.0
  • SDL : 2.28.5
  • Xcode : 15.3
  • 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.