Skip to content

Commit

Permalink
try fix windows access is denied
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Sep 3, 2024
1 parent b2ca6c0 commit fe33ece
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions screenpipe-audio/src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ async fn run_ffmpeg(
"aac",
"-b:a",
"128k",
"-aac_coder",
"fast",
"-f",
"mp4",
output_path.to_str().unwrap(),
Expand Down

0 comments on commit fe33ece

Please sign in to comment.