[FFmpeg-user] join tif sequences to movie and add audio file
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Sep 17 12:06:40 CEST 2015
Martin Schmidt <martin <at> herrschmidt.tv> writes:
> "C:\Program Files (x86)\FFMPEG\bin\ffmpeg.exe" -y -r 24 -start_number 0
Please use -framerate instead of the input option "-r":
Both may work for your example, but are supposed to be
(very) different.
> -i TIF_SEQUENCE_! -r 24 -start_number 5 -i TIF_SEQUENCE_2 -r 24
> -start_number 0 -i TIF_SEQUENCE_3 -r 24 -start_number 33 -i
> TIF_SEQUENCE_4 -r 24 -start_number 1 -i TIF_SEQUENCE_5 -r 24
> -start_number 0 -i TIF_SEQUENCE_6 -i AUDIOFILE -filter_complex
> "[0:0][1:0][2:0][3:0][4:0][5:0]concat=n=6:v=1:a=0[v];[6:a]atempo=1[a]"
> -map "[v]" -map [a] -vcodec prores -profile:v 3 -qscale:v 5 -acodec
> pcm_s24le -ar 48000 -r 24 cargas_prores_hq.mov
And remove this second "-r": If it had an effect, I
am sure you wouldn't like it.
> Now I am wondering if there is a more elegant way of
> adding the audio file into the movie?
I suspect the amovie filter can do it.
Carl Eugen
More information about the ffmpeg-user
mailing list