Creating timelapse video with ffmpeg using list of URL images from .txt file

83 Views Asked by At

I have pretty simple question.

Is it possible to render timelapse video using ffmpeg, from the list of URL images listed in .txt file? (https://via.placeholder.com/350x150 -> image example)

This is how it works with the list of images from local disk:

ffmpeg -y -f concat -safe 0 -i input.txt output.mp4

If I replace locations of files in .txt file with URL addresses, it does not work. Any ideas how to do it?

0

There are 0 best solutions below