Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/otsaloma/ffinfo
- Owner: otsaloma
- License: gpl-3.0
- Created: 2013-10-31T21:16:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T19:45:47.000Z (8 months ago)
- Last Synced: 2024-05-05T20:42:14.866Z (8 months ago)
- Topics: ffmpeg, python, video
- Language: Python
- Size: 24.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS.md
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 channelsTo 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/