Skip to content

Release v1.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Mar 00:03
· 112 commits to main since this release

Added

  • Separate OpenAI endpoints for caption and enhance stages
  • Build CPU-only ffmpeg by default for LGPL-compatible images
  • Allow QwenVideoClassifier stage to be configurable

Fixed

  • Fix tracing flush lifecycle and embed profiling inside pipeline functions
  • Always use docker buildx build to avoid legacy builder errors
  • Defer flush_tracing() until after traced span exits to prevent closed-file ValueError

Changed

  • Fold RemuxStage into VideoDownloader