Boško Buha
Boško Buha

Reputation: 1

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

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?

Upvotes: 0

Views: 72

Answers (0)

Related Questions