rename
This commit is contained in:
parent
ea0d75b7eb
commit
4829b52979
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
|
||||
);
|
||||
|
||||
let res = FFMpeg::join_audio_video(
|
||||
let res = FFMpeg::join_video_audio(
|
||||
video_path.as_str(),
|
||||
audio_path.as_str(),
|
||||
abr,
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ impl FFMpeg {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
pub async fn join_audio_video(
|
||||
pub async fn join_video_audio(
|
||||
video_path: &str,
|
||||
audio_path: &str,
|
||||
abr: u16,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue