Skip to main content

All Questions

1 vote
1 answer
431 views

FFMPEG blank tiny audio spot when concating

I am trying to concat some mp3 audio files with the following command: ffmpeg -y -i concat:"1.mp3|2.mp3|3.mp3" -c copy output.mp3 FFMPEG leaves some tiny empty audio spots between the concatenated ...
Adriel Santos's user avatar
4 votes
1 answer
4k views

FFmpeg - Cut video into segments, transcode them individually, then concatenate & output to .ts

This is a follow-up question to audio error when concatenating clips using ffmpeg What I'd like to achieve is the following: Cut an input video into chunks Transcode each chunk (video and audio) ...
user avatar
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
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

15 30 50 per page
1
2