SwiftFFmpeg
A Swift wrapper for the FFmpeg API
File Explorer
Download Latest Version (.zip)- contents.xcworkspacedata
- MediaKitExamples.xcscheme
- SwiftFFmpeg-Package.xcscheme
- SwiftFFmpeg.xcscheme
- SwiftFFmpegExamples.xcscheme
- build.sh
- build_framework.sh
- avcodec_shim.h
- avfilter_shim.h
- avformat_shim.h
- avutil_shim.h
- module.modulemap
- swresample_shim.h
- swscale_shim.h
- bsf.swift
- decode_audio.swift
- decode_video.swift
- demuxing_decoding.swift
- encode_audio.swift
- encode_video.swift
- filter_audio.swift
- filtering_audio.swift
- filtering_video.swift
- http_multiclient.swift
- hw_decode.swift
- main.swift
- metadata.swift
- remuxing.swift
- resampling_audio.swift
- scaling_video.swift
- split_stream.swift
- AudioUtil.swift
- AVBitStreamFilter.swift
- AVBuffer.swift
- AVChapter.swift
- AVClass.swift
- AVCodec.swift
- AVCodecContext.swift
- AVCodecParameters.swift
- AVCodecParser.swift
- AVConstant.swift
- AVError.swift
- AVFilter.swift
- AVFormat.swift
- AVFormatContext.swift
- AVFrame.swift
- AVFrameSideData.swift
- AVHWContext.swift
- AVImage.swift
- AVIO.swift
- AVLog.swift
- AVOption.swift
- AVPacket.swift
- AVPixelFormat.swift
- AVProgram.swift
- AVSampleFormat.swift
- AVSamples.swift
- AVStream.swift
- Common.swift
- HDRMetadata.swift
- Math.swift
- StdlibExt.swift
- SwrContext.swift
- SwsContext.swift
- Timestamp.swift
- Util.swift
- VideoUtil.swift
- AVBufferTests.swift
- AVFrameTests.swift
- AVImageTests.swift
- AVRationalTests.swift
- XCTestManifests.swift
- LinuxMain.swift
- libavcodec.zip
- libavdevice.zip
- libavfilter.zip
- libavformat.zip
- libavutil.zip
- libpostproc.zip
- libswresample.zip
- libswscale.zip
- .gitignore
- .jazzy.yaml
- .swift-format
- .swiftlint.yml
- LICENSE
- Package.resolved
- Package.swift
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/sunlubo/SwiftFFmpeg
Downloads the entire project code from GitHub to your computer.
cd SwiftFFmpeg
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
brew install ffmpeg
Installs the pre-built package via Homebrew โ no source build required.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
