Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question