0

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

  • To create a video from an image, you have to use the loop option : https://stackoverflow.com/questions/25891342/creating-a-video-from-a-single-image-for-a-specific-duration-in-ffmpeg – Rems Jan 23 '23 at 11:50
  • i dont want to use loop.i want to create video from image urls. – rupal biyani Jan 23 '23 at 14:11
  • I have some URLs which points to images. IN ffmpeg , instaed of using image files i want to use these urls to generate a video. – rupal biyani Jan 24 '23 at 04:07

0 Answers0