Skip to content

zhangpengyf/ffmpeg-tutorial-with-swift

Repository files navigation

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:

About

Translate "An ffmpeg and SDL Tutorial" to swift language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published