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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -