Add audio (with an offset) to video with FFMPEG?

I couldn't get audio to offset properly either, and some searching suggests that itsoffset is currently broken.

I couldn't get audio to offset properly either, and some searching suggests that -itsoffset is currently broken. You could try and get/compile an old version of ffmpeg before it broke (which doesn't sound like much fun). Alternately, you could pad your audio with the necessary silence using something like sox and then combine: sox -null silence.

Mp3 trim 0 500 # use -r to adjust sample-rate if necessary sox silence. Mp3 input. Mp3 padded_input.

Mp3 ffmpeg -i in. Avi -i padded_input. Mp3 out.avi.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions