Coder Social home page Coder Social logo

craft-coconut's People

Contributors

denisyilmaz avatar yoannisj avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

craft-coconut's Issues

Transcoded Videos are re-transcoded on element-api call

I have tried to change the settings for the video outputs in the config/coconut.php file.

'webm:1080p::quality=4' => [
    "key" => "webm:1080p",
    "if" => "{{ input.height }} >= 1080"
],

which works and coconut starts transcoding the video.
After the job is finished i can see the file on the server.

image

but on the next reload of an endpoint where this video is used a new job is created.
My first guess is that you check the filename based on a different key then the one declared in the config file.

With the old config (you tested and had included in the project) the filenames are like this:

image

Support for Noop transcoding

Adding a setting to skip video transcoding in given environments makes development easier because we don't loose time waiting on unnecessary video transcoding (e.g. troubleshooting issues not related to video assets).

Missing outputs in DB when creating multiple jobs

When creating multiple jobs in one single request, only the last jobs' outputs seem to be saved in the database.

This means that only the last job's notifications succeed. All other jobs have failed notifications because the outputs can't be found in the DB. Worse, they will be re-created even if their output files have been transcoded and uploaded.

Support for Fallback Video transcoding

Adding a setting to always transcode a given fallback video in specific environments makes development easier in case the original video asset is not available (e.g. troubleshooting issues with a production database but without downloading production asset files).

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.