Giter Club home page Giter Club logo

ffmpeg-bundle's People

Contributors

christiaan avatar micronax avatar mychalvlcek avatar pulse00 avatar quingkhaos avatar romainneutron 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  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ffmpeg-bundle's Issues

test

test
test
test

How use it)

Hello
I have some script, which create video.
exec('
ffmpeg -y -i white.mp4 -i love.png -i facebook.jpg -filter_complex "
[1:v]format=rgba, scale=380:-1[v1];
[2:v]format=rgba, scale=50:-1[v2];
[0][v1]overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2:shortest=1[ov1];
[ov1][v2]overlay=(main_w-overlay_w)/2-40:(main_h-overlay_h)/2+15:shortest=1" -c:v libx264 love.mp4
');
How I can run this script by your bundle. Thanks for your help

Problem calling the service

Hi,

Firstly thanks for the work :)

I am having problems to get running the bundle. When I call the service I get an error with the FFMpeg construct method.

$ffmpeg = $this->container->get('dubture_ffmpeg.ffmpeg');

Catchable Fatal Error: Argument 1 passed to FFMpeg\FFMpeg::__construct() must be an instance of FFMpeg\Driver\FFMpegDriver, string given, called in /var/www/some-project.com/app/cache/dev/appDevDebugProjectContainer.php on line 693 and defined in /var/www/some-project.com/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/FFMpeg.php line 28

Maybe the ffmpeg-bundle is not updated? or I'm doing something wrong?

Thanks

Symfony4 support

Hello,
Is this project abandoned?
How can we use it on Symfony4?

Problem encoding

my config :
Symfony 3
FFMpeg 3

In file Audio.php (src/FFMpeg/Media/Audio.php) line 79

$filters->add(new SimpleFilter(array('-acodec', $format->getAudioCodec())));

makes trouble about encoding

I replace this line by :

$filters->add(new SimpleFilter(array('-c:a:1', $format->getAudioCodec())));

and it works like a charm.

Do you know why ?

Thx !

install section

Hi i just installed your bundle and found some issue..
at installation readme section there is note about enabling bundle

new Dubture\FFmpegBundle\FFmpegBundle(),

which isnt correct.. correct classname is new Dubture\FFmpegBundle\DubtureFFmpegBundle(),

(or you just forgot to rename the file?)

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.