Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 636 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 636 Bytes

ffmpeg-tutorial-with-swift

Translate "An ffmpeg and SDL Tutorial" to swift language.

  1. You will learn how to call C Functions in swift language
  2. You will learn how to use FFmpeg in swift

usage

you should copy FFmpeg and SDL librarys to dir:ffmpeg-tutorial-with-swift2/lib

  • libSDL.a
  • libSDLmain.a
  • libavcodec.a
  • libavdevice.a
  • libavfilter.a
  • libavformat.a
  • libavutil.a
  • libswresample.a
  • libswscale.a

FFmpeg version is n2.8.7-2-g8887daf

use following commands to get this FFmpeg version: