J
J
JCABACH2019-04-04 10:38:06
linux
JCABACH, 2019-04-04 10:38:06

How to write a bash script (a script that will collect images in a day and encode into a video.)?

There is a site that changes the image on the site every half an hour. What methods are needed to write a script that collects one image per day and encodes it into a video?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Shitskov, 2019-04-04
@JCABACH

If you need bash, then curl / wget to get the image (if the url does not change or is predictable) and ffmpeg to encode to video. Or ImageMagick to assemble to gif.
Or python and Beautiful Soup for site parsing, ffmpeg or cv2 for assembling images into videos. Or imageio, or pillow to assemble into a gif.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question