Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Each is a real prompt you'd give your agent; the router picks the line for you.

**Prerequisites:** Node ≥ 22, and `ffmpeg` + `ffprobe` on your `PATH` (needed for edit /
transcribe / local media QA). Compose drafts use a VideoStudio QA gate backed by the pinned
[HyperFrames](https://github.com/heygen-com/hyperframes) `0.7.60` package dependency; `npx`
[HyperFrames](https://github.com/heygen-com/hyperframes) `0.7.106` package dependency; `npx`
is only a compatibility fallback. Generation is opt-in and needs your own keys.

> **Early development:** the npm packages are being published. Until then, install from source
Expand Down Expand Up @@ -234,6 +234,6 @@ floor so large regressions fail while normal CI and developer-machine variance d
## License

MIT — see [`LICENSE`](./LICENSE). Rendering uses the Apache-2.0 licensed
[HyperFrames](https://github.com/heygen-com/hyperframes) `0.7.60` dependency; editing and media QA
[HyperFrames](https://github.com/heygen-com/hyperframes) `0.7.106` dependency; editing and media QA
use system `ffmpeg`, while transcription is delegated to HyperFrames/whisper.cpp. See
[`PLAN.md`](./PLAN.md) for how third-party runtimes are located and the licensing notes.
2 changes: 1 addition & 1 deletion packages/core/src/runtime/hyperframes-env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { FfmpegTools } from './binaries.js';
* the same version as a direct dependency; npx is only used when a packaged or
* embedded distribution cannot resolve that dependency locally.
*/
export const DEFAULT_HYPERFRAMES_SPEC = process.env.OVS_HYPERFRAMES_SPEC || 'hyperframes@0.7.60';
export const DEFAULT_HYPERFRAMES_SPEC = process.env.OVS_HYPERFRAMES_SPEC || 'hyperframes@0.7.106';

/**
* Build the environment for a HyperFrames invocation: point it at our resolved
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@orkas/video-studio-core": "workspace:*",
"hyperframes": "0.7.60"
"hyperframes": "0.7.106"
},
"devDependencies": {
"typescript": "^5.7.0"
Expand Down
Loading
Loading