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

Compute video duration and size #2669

Open
wants to merge 4 commits into
base: transcoding-max-resolution
Choose a base branch
from

Commits on Nov 21, 2024

  1. ✨(back) add fields to video to store its size and duration

    We want to store the video size and duration and be able to use them
    later.
    lunika committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e14949b View commit details
    Browse the repository at this point in the history
  2. ✨(back) store video size and duration when transcoding is launched

    When transcoding is launched, we are able to store at this time the
    video size and duration.
    lunika committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    19a794c View commit details
    Browse the repository at this point in the history
  3. ✨(back) update existing video to retrieve there size and duration

    We want to retrieve for all existing videos there size and duration in
    order to update them.
    lunika committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a7e69a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04983f5 View commit details
    Browse the repository at this point in the history