mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 12:54:29 +00:00
feat(studio): add resolution selector to render export bar
This commit is contained in:
@@ -216,6 +216,7 @@ export function createStudioServer(options: StudioServerOptions): StudioServer {
|
||||
fps: opts.fps as 24 | 30 | 60,
|
||||
quality: opts.quality as "draft" | "standard" | "high",
|
||||
format: opts.format,
|
||||
outputResolution: opts.outputResolution,
|
||||
});
|
||||
const startTime = Date.now();
|
||||
const onProgress = (j: { progress: number; currentStage?: string }) => {
|
||||
|
||||
Reference in New Issue
Block a user