Skip to main content

All Questions

9 votes
5 answers
18k views

Join Audio and Image -> Output as Video using FFmpeg

I have 1 image (jpg) and 1 audio file (MP3) and I would like to output this as a video file (say AVI for example). Does anyone know how to use FFMPEG to join the two? I'd like to show the image for ...
user41559's user avatar
7 votes
1 answer
4k views

FFmpeg concatenate audio and offset parts between each other

I figured out how I can concatenate multiple audio files with complex filter, but struggling with offsetting audio in result file. Say, I want to add a gap of 1 seconds silence between each ...
layabout's user avatar
1 vote
1 answer
584 views

Issue in Video when giving effects to multiple videos using FFMPEG

I am facing issue when giving effects to multiple video using FFMPEG using script below: ffmpeg -i Episode10_2952.mp4 -i Episode10_3507.mp4 -i Episode10_RmvAdVi_1_5645.mp4 -i Episode10_RmvAdVi_1_9226....
D.B.'s user avatar
  • 121
0 votes
0 answers
861 views

audio error when concatenating clips using ffmpeg [duplicate]

I'm trying to do the following: cut an input video into segments and convert these segments in the same step concatenate the transcoded segments back together in an output file The steps that I'm ...
user avatar