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

Stop transcoding on first error #174

Merged
merged 3 commits into from
Nov 14, 2022
Merged

Stop transcoding on first error #174

merged 3 commits into from
Nov 14, 2022

Commits on Nov 14, 2022

  1. Stop transcoding on first error

    Fix progress calculation: count completed segments without relying on segment index
    Unit tests
    AlexKordic committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f283464 View commit details
    Browse the repository at this point in the history
  2. correct input to calculateCompletedRatio()

    separate `Start()` method for spawning goroutines
    AlexKordic committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    0c0d249 View commit details
    Browse the repository at this point in the history
  3. Fix unit tests

    AlexKordic committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    ace7da6 View commit details
    Browse the repository at this point in the history