Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/otsaloma/ffinfo

View technical information and metadata of video files
https://github.com/otsaloma/ffinfo

ffmpeg python video

Last synced: 3 months ago
JSON representation

View technical information and metadata of video files

Awesome Lists containing this project

README

        

ffinfo
======

ffinfo prints information about a video file to standard output. It
parses output from ffmpeg's ffprobe and displays the relevant
information in a compact manner, e.g.

eben_moglen_freedom_in_the_cloud.m4v
mov,mp4,m4a,3gp,3g2,mj2; 407 MB; 00:57:10; 995 kbps
Video: avc1; 640x352 (1.82:1); 29.970 fps; 832 kbps; 0.123 bpp
Audio: mp4a; 160 kbps; 2 channels

To install, run

```bash
sudo make PREFIX=/usr/local install
```

ffinfo requires [ffprobe][1] from [ffmpeg][2].

[1]: https://www.ffmpeg.org/ffprobe.html
[2]: https://www.ffmpeg.org/