承接 cecil/php-read-mp4info 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

cecil/php-read-mp4info

最新稳定版本:3.0.0

Composer 安装命令:

composer require cecil/php-read-mp4info

包简介

Detects the rotation degree, width and height of a MP4 video.

README 文档

README

Fork of https://github.com/clwu88/php-read-mp4info

The format of the MP4 video file is analyzed using PHP to return rotation degree, width and height.

Install

composer require cecil/php-read-mp4info

Usage

<?php

var_dump(\Mp4\Info::get('video.mp4'));
array(3) {
    ["rotate"] => int(0)
    ["width"]  => int(960)
    ["height"] => int(544)
}

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2024-09-30