Answers for "Using ffmpeg to add audio and video"

1

ffmpeg combine audio and video

ffmpeg -i video.mp4 -i audio.wav -c:v copy -c:a aac output.mp4
Posted by: Guest on November-17-2020
0

ffmpeg add audio to image

ffmpeg -loop 1 -y -i image8.jpg -i sound11.amr -shortest -acodec copy -vcodec mjpeg result.avi
Posted by: Guest on May-28-2021

Code answers related to "Using ffmpeg to add audio and video"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language