rename
This commit is contained in:
parent
49fc4056ad
commit
d8e8b61020
2 changed files with 2 additions and 2 deletions
|
|
@ -153,7 +153,7 @@ pub async fn download(url: &str) -> Result<String, DownloadError> {
|
||||||
af.format_id
|
af.format_id
|
||||||
);
|
);
|
||||||
|
|
||||||
let res = FFMpeg::join_audio_video(
|
let res = FFMpeg::join_video_audio(
|
||||||
video_path.as_str(),
|
video_path.as_str(),
|
||||||
audio_path.as_str(),
|
audio_path.as_str(),
|
||||||
abr,
|
abr,
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ impl FFMpeg {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn join_audio_video(
|
pub async fn join_video_audio(
|
||||||
video_path: &str,
|
video_path: &str,
|
||||||
audio_path: &str,
|
audio_path: &str,
|
||||||
abr: u16,
|
abr: u16,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue