Skip to content

A project for debugging FFmpeg and SDL in Xcode.

License

Notifications You must be signed in to change notification settings

Romantic-LiXuefeng/FFmpeg-in-Xcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpeg-in-Xcode

  • A project for debugging FFmpeg and SDL in Xcode.

Condition

  • FFmpeg : 4.1
  • configuration : --disable-asm

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.

About

A project for debugging FFmpeg and SDL in Xcode.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.6%
  • Objective-C 4.5%
  • C++ 0.9%
  • Perl 0.0%
  • Metal 0.0%
  • Python 0.0%