Add audio track to the video file #ffmpeg

Add audio track to the video file #ffmpeg

Coding solutions

2 года назад

647 Просмотров

Code issue: Add audio track to the video file
Technology: ffmpeg
Source: https://onelinerhub.com/ffmpeg/add_audio

Тэги:

#ffmpeg
Ссылки и html тэги не поддерживаются


Комментарии:

Ksanbah Lyngwa
Ksanbah Lyngwa - 06.11.2023 14:24

ffmpeg -i input.mp4 -i input.wav -map 0 -map 1:a -c:v copy -shortest output.mp4

Ответить