https://github.com/apivideo/ffprobeavideo
Online version of FFprobe. Uses NodeJS to host ffmpeg and FFprobe. From api.video (https://api.video)
https://github.com/apivideo/ffprobeavideo
ffprobe nodejs video
Last synced: 12 months ago
JSON representation
Online version of FFprobe. Uses NodeJS to host ffmpeg and FFprobe. From api.video (https://api.video)
- Host: GitHub
- URL: https://github.com/apivideo/ffprobeavideo
- Owner: apivideo
- License: mit
- Created: 2021-01-22T14:59:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T12:50:57.000Z (over 3 years ago)
- Last Synced: 2025-04-09T18:00:08.119Z (about 1 year ago)
- Topics: ffprobe, nodejs, video
- Language: JavaScript
- Homepage: https://ffprobe.a.video
- Size: 6.75 MB
- Stars: 19
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://twitter.com/intent/follow?screen_name=api_video)
[](https://github.com/apivideo/ffprobeavideo)
[](https://community.api.video)

api.video ffprobe a video
[api.video](https://api.video) is the video infrastructure for product builders. Lightning fast video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in your app.
# FFPROBE
FFprobe is an open source tool that is a part of FFMPEG. It provides you with basic details about the video - how it was encoded, the bitrate, etc.
This application runs ffprobe on a NodeJS server. Enter the URL of a video in the form, and receive the results from FFPROBE.
Pretty simple application that makes a handy tool easy to use on the internet, courtesy of api.video