0

I would like to know if it is possible to combine video with audio using ffmpeg batch converter but the video should end when the audio sound ends. Does anyone know how to do this?

2
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Commented Dec 2, 2024 at 12:53
  • Use the -shortest flag to end the stream when the audio stops. The other way around requires padding the audio at the end to match the video length. Commented Dec 2, 2024 at 17:40

1 Answer 1

0

FFmpeg offers different commands that you can use to split up a video.

What you looking for is the -t option to specify a time limit.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.