I am using image urls to generate video using ffmpeg but a blank video is generated: PFB my command:
ffmpeg -framerate 1 -protocol_whitelist file,http,https,tcp,tls,crypto -i https://tstatic//file.jpg -c:v libx264 -r 30 output.mp4
Here https://tstatic//file.jpg will be replaced by actual URL
I ran the above command