2017 © Pedro Peláez
 

symfony-bundle video-bundle

Video Bundle adding functiunalities to Sonata media bundle:<br>=> a video provider- handle video upload- re-encode uploaded video to th defined formats - thumbs generation

image

xmon/video-bundle

Video Bundle adding functiunalities to Sonata media bundle:<br>=> a video provider- handle video upload- re-encode uploaded video to th defined formats - thumbs generation

  • Monday, March 14, 2016
  • by jjeag
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

VideoBundle

This project is abandoned, a new project to continue this functionality is created., (*1)

NEW PROJECT SonataMediaProviderVideoBundle, (*2)

Installation and configuration:

First you need install phansys/getid3 dependency

$ php composer.phar require phansys/getid3:~2.1@dev

There are a problem installing from composer.json of this bundle, issue #16, (*3)

Install this bundle

$ php composer.phar require xmon/video-bundle 

Add VideoBundle to your application kernel

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Maesbox\VideoBundle\MaesboxVideoBundle(),
        // ...
    );
}

Configuration example

You can configure default parameters, (*4)

maesbox_video:
    ffmpeg_binary: "/usr/local/bin/ffmpeg" # Required, ffmpeg binary path
    ffprobe_binary: "/usr/local/bin/ffprobe" # Required, ffprobe binary path
    binary_timeout: 60 # Optional, default 60
    threads_count: 4 # Optional, default 4
    config:
        image_frame: 10 # Optional, default 10, Can not be empty, second from extract image
        mp4: true #default true, generate MP4 format
        ogg: true #default true, generate OGG format
        webm: true #default true, generate WEBM format

The Versions

14/03 2016

dev-master

9999999-dev http://github.com/xmon/VideoBundle

Video Bundle adding functiunalities to Sonata media bundle:<br>=> a video provider- handle video upload- re-encode uploaded video to th defined formats - thumbs generation

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle sonata video media ffmpeg

12/03 2016

v0.0.4

0.0.4.0 http://github.com/xmon/VideoBundle

Video Bundle adding functiunalities to Sonata media bundle:<br>=> a video provider- handle video upload- re-encode uploaded video to th defined formats - thumbs generation

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle sonata video media ffmpeg

12/03 2016

v0.0.3

0.0.3.0 http://github.com/xmon/VideoBundle

Video Bundle adding functiunalities to Sonata media bundle:<br>=> a video provider- handle video upload- re-encode uploaded video to th defined formats - thumbs generation

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle sonata video media ffmpeg

11/03 2016

v0.0.2

0.0.2.0 http://github.com/xmon/VideoBundle

Video Bundle adding functiunalities to Sonata media bundle:<br>=> a video provider- handle video upload- re-encode uploaded video to th defined formats - thumbs generation

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle sonata video media ffmpeg

11/03 2016

v0.0.1

0.0.1.0 http://github.com/xmon/VideoBundle

Video Bundle adding functiunalities to Sonata media bundle:<br>=> a video provider- handle video upload- re-encode uploaded video to th defined formats - thumbs generation

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle sonata video media ffmpeg