You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some websites download videos and audio and video separately. I hope to get the function of quickly merging audio and video, but it seems that it is not available at present. The command of ffmpeg is as follows: ffmpeg -i input_video.mp4 -i input_audio.mp3 -c:v copy -c:a copy output_file.mp4
The text was updated successfully, but these errors were encountered:
Some websites download videos and audio and video separately. I hope to get the function of quickly merging audio and video, but it seems that it is not available at present. The command of ffmpeg is as follows: ffmpeg -i input_video.mp4 -i input_audio.mp3 -c:v copy -c:a copy output_file.mp4
The text was updated successfully, but these errors were encountered: