Translate "An ffmpeg and SDL Tutorial" to swift language.
- You will learn how to call C Functions in swift language
- You will learn how to use FFmpeg in swift
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
- git clone [email protected]:FFmpeg/FFmpeg.git
- cd FFmpeg
- git checkout release/2.8