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

feat: 'Split and Stitch' Encoding #257

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Feb 10, 2023

  1. Create draft PR for #9

    in03 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    42352e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Merge branch 'main' of https://github.com/in03/proxima into feature/i…

    …ssue-9--Split-and-Stitch-Encoding
    in03 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    841d27a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. refactor: Merge new settings

    in03 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    0b2bd40 View commit details
    Browse the repository at this point in the history
  2. fix: Link handler not linking

    in03 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    466fb39 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    1b15cb1 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. wip(): Functional segment encoding!

    Good
    - We've got segment encoding working. Hurray!
    - New user configurable settings for split and stitch, segment size.
    
    Not Yet Good
    - Concatenation is broken, only concats first segment.
    - No output subfolder to keep things tidy
    - Progress reporting is broken (expected)
    - No tidy up afterwards
    - No handling for jobs smaller than segment size
    - Celery chord is not durable - fails if a segment fails
    - Existing segments are not handled, just overwritten
    in03 committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    f30a0bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc27494 View commit details
    Browse the repository at this point in the history