Skip to content

Ponyboy47/FFProbe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFProbe

A utility for processing output from the ffprobe command that comes with ffmpeg

Installation

Swift Package Manager

.package(url: "https://github.com/Ponyboy47/FFProbe.git", from: "0.2.0")

Usage

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)

License

MIT

About

A Swift library for processing output from the ffprobe utility

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages