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

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)

Awesome Lists containing this project

README

          

[![badge](https://img.shields.io/twitter/follow/api_video?style=social)](https://twitter.com/intent/follow?screen_name=api_video)

[![badge](https://img.shields.io/github/stars/apivideo/ffprobeavideo?style=social)](https://github.com/apivideo/ffprobeavideo)

[![badge](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fcommunity.api.video)](https://community.api.video)

![](https://github.com/apivideo/.github/blob/main/assets/apivideo_banner.png)

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