Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transcoded Videos are re-transcoded on element-api call #2

Open
denisyilmaz opened this issue Nov 30, 2021 · 0 comments
Open

Transcoded Videos are re-transcoded on element-api call #2

denisyilmaz opened this issue Nov 30, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@denisyilmaz
Copy link
Collaborator

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

@denisyilmaz denisyilmaz added the bug Something isn't working label Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants