Skip to content

Commit 9600668

Browse files
committed
feat(desktop): parakeet captions, transcript editor, and prores mov export
Made-with: Cursor
1 parent bd987b3 commit 9600668

53 files changed

Lines changed: 5101 additions & 628 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 369 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/cli/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ impl Export {
169169
compression: cap_export::mp4::ExportCompression::Maximum,
170170
custom_bpp: None,
171171
force_ffmpeg_decoder: false,
172+
optimize_filesize: false,
172173
}
173174
.export(exporter_base, move |_f| {
174175
// print!("\rrendered frame {f}");

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ keyed_priority_queue = "0.4.2"
7474
sentry.workspace = true
7575
clipboard-rs = "0.2.2"
7676
whisper-rs = "0.11.0"
77+
parakeet-rs = "0.3.4"
7778
lazy_static = "1.4.0"
7879
log = "0.4.20"
7980

0 commit comments

Comments
 (0)