Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 833 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 833 Bytes

BitrateViewer

A small app to plot bitrate per frame, second, or GOP on macOS.

This runs under macOS. It requires ffprobe to be installed in /usr/local/bin. You can install ffprobe with Homebrew via brew install ffmpeg.

Screenshot

GOP

Frame

Building

  • macOS 10.14.4
  • Xcode 10.2
  • Swift 5
  • Carthage (carthage update --platform macos)

The following third-party libraries are used:

Author/License

Author: Werner Robitza

This app is based on existing projects:

License: GNU GPL v3