PHPackages                             ruka-surendra-kumar-reddy/framenet-video-utils-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. ruka-surendra-kumar-reddy/framenet-video-utils-php

ActiveLibrary[Image &amp; Media](/categories/media)

ruka-surendra-kumar-reddy/framenet-video-utils-php
==================================================

A simple PHP utility to get details like duration, resolution, and FPS from a video file.

v1.0.0(11mo ago)00MITPHPPHP &gt;=8.0

Since Jun 14Pushed 11mo agoCompare

[ Source](https://github.com/Ruka-Surendra-Kumar-Reddy/framenet-video-utils-php)[ Packagist](https://packagist.org/packages/ruka-surendra-kumar-reddy/framenet-video-utils-php)[ Docs](https://www.framenet.ai)[ RSS](/packages/ruka-surendra-kumar-reddy-framenet-video-utils-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

FrameNet Video Utils for PHP
============================

[](#framenet-video-utils-for-php)

[![Latest Version](https://camo.githubusercontent.com/8723436a86656285d2f5f3ed92a8a70eeb355df53cf865bbde953d5338380a54/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72756b612d737572656e6472612d6b756d61722d72656464792f6672616d656e65742d766964656f2d7574696c732d7068703f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/8723436a86656285d2f5f3ed92a8a70eeb355df53cf865bbde953d5338380a54/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72756b612d737572656e6472612d6b756d61722d72656464792f6672616d656e65742d766964656f2d7574696c732d7068703f7374796c653d666c61742d737175617265) [![License](https://camo.githubusercontent.com/422db9fd40f5831c765cf6530b6750c081b696bd18d904cf89554df98c676277/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e3f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/422db9fd40f5831c765cf6530b6750c081b696bd18d904cf89554df98c676277/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e3f7374796c653d666c61742d737175617265)

A simple PHP utility for getting video file details like duration, resolution, and frame rate.

This package provides a single, easy-to-use function to quickly analyze local video files, a common task in video processing workflows. It requires `ffmpeg` to be installed and available in your system's PATH.

---

### About FrameNet.ai

[](#about-framenetai)

This utility is proudly developed and maintained by the team at **[FrameNet.ai](https://www.framenet.ai)**. Our mission is to make video creation effortless through powerful, AI-driven tools.

While this package helps developers work with video programmatically, our platform offers a full suite of free tools for creators:

- **[Free Online Video Editor](https://www.framenet.ai/tools/video-editor)**
- **[Free Subtitle Generator](https://www.framenet.ai/tools/free-subtitle-generator)**
- **[Free SVG Icon Library](https://www.framenet.ai/icons)**

---

### Installation

[](#installation)

Install the package via Composer:

```
composer require ruka-surendra-kumar-reddy/framenet-video-utils-php
```

Usage
-----

[](#usage)

The library exports one primary function, getVideoDetails().

```
