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?
1 Answer
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.
-shortestflag to end the stream when the audio stops. The other way around requires padding the audio at the end to match the video length.