定制 pxgamer/handbrake-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

pxgamer/handbrake-php

最新稳定版本:v2.0.0

Composer 安装命令:

composer require pxgamer/handbrake-php

包简介

A PHP integration with the Handbrake CLI.

README 文档

README

Latest Version on Packagist Software License Build Status Style CI Code Coverage Total Downloads

A PHP integration with the Handbrake CLI.

Structure

src/
tests/
vendor/

Install

Via Composer

$ composer require pxgamer/handbrake-php

Usage

<?php

use pxgamer\Handbrake;

include __DIR__.'/vendor/autoload.php';

$config = new Handbrake\Config();

// Set Type40 Defaults
$config->input = '/home/user/test.avi';
$config->output = '/var/www/';
$config->audioLanguage = 'English';
$config->bitRate = '384k';
$config->mixdown = '6ch';
$config->videoRate = '23.976';
$config->audioRate = '48';
$config->encodingScheme = 'x264';
$config->audioEncodingScheme = 'av_aac';
$config->quality = '25';
$config->frameRateType = 'cfr';
$config->additionalData =
    'level=4.1:cabac=1:ref=5:analyse=0x133:me=umh:subme=9:chroma-me=1:deadzone-inter=21:deadzone-intra=11:b-adapt=2:rc-lookahead=60:vbv-maxrate=10000:vbv-bufsize=10000:qpmax=69:bframes=4:b-adapt=2:direct=auto:crf-max=51:weightp=2:merange=24:chroma-qp-offset=-1:sync-lookahead=2:psy-rd=1.00,0.15:trellis=2:min-keyint=23:partitions=all';

$handbrake = new Handbrake\Handbrake($config);
echo $handbrake->run();

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-05

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固