Skip to content

Commit fef3313

Browse files
committed
Merge branch 'main' into pr/1697
2 parents 158af2e + 91645f1 commit fef3313

File tree

30 files changed

+1475
-897
lines changed

30 files changed

+1475
-897
lines changed

Cargo.lock

Lines changed: 1 addition & 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cap-desktop"
3-
version = "0.4.81"
3+
version = "0.4.82"
44
description = "Beautiful screen recordings, owned by you."
55
authors = ["you"]
66
edition = "2024"

0 commit comments

Comments
 (0)