Skip to content

Commit

Permalink
✨ Add -c:v hevc_videotoolbox to fps_changer
Browse files Browse the repository at this point in the history
  • Loading branch information
tgotwig committed Jul 23, 2024
1 parent db3cf14 commit 91bda20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commanders/_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub fn adjust_fps_by_ffmpeg(
new_file_location: PathBuf,
) -> PathBuf {
let cmd = format!(
"ffmpeg -i {} -r {} {}",
"ffmpeg -i {} -c:v hevc_videotoolbox -r {} {}",
file_to_merge.to_str().unwrap(),
fps_goal,
new_file_location.to_str().unwrap()
Expand Down

0 comments on commit 91bda20

Please sign in to comment.