Git Product home page Git Product logo

sonus's People

Contributors

mamunhq avatar rafasamp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

sonus's Issues

4.2 support?

Was wondering if it would be possible to include 4.2 support, trying to use this for a project that requires 4.2 and your require 4.1

php artisan config:publish Rafasamp/Sonus still not working

I'm trying to install Sonus on my laravel 4.2 package, i've checked the upper case problem but still i've got the

$# php artisan config:publish Rafasamp/Sonus

[InvalidArgumentException]
Configuration not found.

config:publish [--path[="..."]] package

error. Can you help me?

Yes i've added the service provider and the alias... stil got the error :(

Watermark

Is there any way to add watermark to a video using this package ?

No new file created.

So I followed your instructions in the readme and got everything installed, now I have a function that runs and completes but no new file is found.
public function convert()
{
$file_in = '/var/www/html/yoursite/public/video/small.webm';
$file_out = '/var/www/html/yoursite/public/video/file.mp4';
Sonus::convert()->input($file_in)->output($file_out)->go();
var_dump(Sonus::getSupportedFormats());
}
The var_dump prints out the supported functions, I assume this means Sonus is working and configured correctly because it can tell this information. However when I run this no error is produced it finishes like the script ran but no file.mp4 is made, thanks for any help.

params

Sonus::getThumbnails('foo.mp4', 'foo-thumb' 5); // Yields 5 thumbnails

Sonus::getThumbnails('foo.mp4', 'foo-thumb', 5); // Yields 5 thumbnails

Sonus not compatible on Laravel 5

Hi,

I tryed to install sonus on Laravel 5 but it's not possible with this version.

Here is the error's message :
Fatal error: Call to a member function make() on a non-object in C:\wamp\www\project_dev\vendor\illuminate\supp
ort\Illuminate\Support\helpers.php on line 33
Script php artisan clear-compiled handling the post-update-cmd event returned with an error

Could you help me to install it on L5 ?
Thanks a lot.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.