Bump some version stuff
A utility for processing output from the ffprobe command that comes with ffmpeg
ffprobe
Swift Package Manager
.package(url: "https://github.com/Ponyboy47/FFProbe.git", from: "0.2.0")
import FFProbe let probe = try FFProbe(from: "/path/to/media/file") // [VideoStream] print(probe.video) // [AudioStream] print(probe.audio) // [SubtitleStream] print(probe.subtitle) // [DataStream] print(probe.data)
MIT
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
FFProbe
A utility for processing output from the
ffprobe
command that comes with ffmpegInstallation
Swift Package Manager
Usage
License
MIT