[Libav-user] extracting audio
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Apr 1 13:45:46 CEST 2012
Craig Murray <craigmurray100 at ...> writes:
> Next question if I'm taking a series of jpgs and converting
> them into an avi, how can i embed a .wav file into that avi?
ffmpeg -i in%5d.jpg -i in.wav out.avi
I am not sure how to concatenate audio, I suggest you first
prepare the audio file with another application, then mux it
as above.
(Or search for the concat: protocol in FFmpeg, I have not used
it yet.)
Carl Eugen
More information about the Libav-user
mailing list