Repeat last frame in video using ffmpeg -


hi i'm trying concatenate few mp4 clips each of 2 secs length, created using drawtext filter, before want extend length of of these repeating last frames.how can it?

the below command it:

ffmpeg -i in.mp4 -filter_complex "[0]trim=0:2[a];[0]setpts=pts-2/tb[b];[0][b]overlay[c];[a][c]concat" out.mp4 

audio ignored.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -