From a part of a video to pictures in linux

From a part of a video to pictures in linux

first install ffmpeg, if not already installed.
In Debian, Ubuntu, and Linux Mint in terminal
sudo apt update
sudo apt install ffmpeg
 

From a part of a video to pictures/images on linux
Videonpätkä kuviksi:

In terminal cd to the video directory (folder)


ffmpeg -ss 01:00 -i inputvideoname.mp4 -t 01:01 outputpicturename%05d.png

 

When there is enough pictures you can stop by pressing Ctrl C

 

 

© 2021 Bittiainen Ltd. All Rights Reserved.
We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.