Skip to content

Commit 54c9c98

Browse files
committed
reduce instant recording bitrate
1 parent 408c390 commit 54c9c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/recording/src/capture_pipeline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ impl MakeCapturePipeline for screen_capture::Direct3DCapture {
113113
output_builder
114114
.build::<WindowsMuxer>(WindowsMuxerConfig {
115115
pixel_format: screen_capture::Direct3DCapture::PIXEL_FORMAT.as_dxgi(),
116-
bitrate_multiplier: 0.15f32,
116+
bitrate_multiplier: 0.08f32,
117117
frame_rate: 30u32,
118118
d3d_device,
119119
})

0 commit comments

Comments
 (0)