Skip to content

Commit

Permalink
Update basic.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
MilkClouds authored Jul 9, 2024
1 parent 731de5c commit 1825095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ impl GraphicsCaptureApiHandler for Capture {
let encoder = VideoEncoder::new(
VideoEncoderType::Hevc,
VideoEncoderQuality::HD1080p,
2560,
1440,
1920,
1080,
"video.mp4",
Some(30),
)?;
Expand Down

0 comments on commit 1825095

Please sign in to comment.