We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d6d44 commit 1a6d6d9Copy full SHA for 1a6d6d9
crates/export/src/mp4.rs
@@ -585,7 +585,7 @@ async fn export_render_to_channel(
585
mut on_progress: impl FnMut(u32) -> bool + Send + 'static,
586
project_path: PathBuf,
587
) -> Result<(), cap_rendering::RenderingError> {
588
- let (tx_image_data, mut video_rx) = tokio::sync::mpsc::channel::<(Nv12RenderedFrame, u32)>(2);
+ let (tx_image_data, mut video_rx) = tokio::sync::mpsc::channel::<(Nv12RenderedFrame, u32)>(8);
589
590
let screenshot_project_path = project_path;
591
0 commit comments