ffmpeg - Automatic save Printscreen video -


As soon as I upload a video, I would like to save a screenshot of the video as a thumbnail image, they told me it was only on the Windows server It is possible but now I read something about it. It seems that it creates the possibility of doing this on Linux, is it possible? And does anyone have experience with this?

Okay, it works with Linux because it is stated in the zip. I used the example of Lauren Neckbirds to create a screenshot, which works just fine !:

  shell_exec (ffmpeg -ss 30 -i input.mp4 -vf scale = 320: - 1 -q: v 4 - Vframes 1 output.jpg)    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -