Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: Profil ag30rox
| Femeie 25 ani Arges cauta Barbat 32 - 46 ani |
|
Mrrrr
AdMiN
Inregistrat: acum 17 ani
Postari: 2228
|
|
You need ffmpeg for this: or the latest build To run the following command you must add the video to the same folder as ffmpeg, or you can refer to a path between " and ".
Simply add the following command to CMD:
ffmpeg -i in.mp4 -vf fps=1/5 img%04d.jpg |
-i in.mp4 input video file -vf fps=1/5 create one image every 5 seconds of video img%04d.jpg output image name template (will look like "img0001.jpg, img0002.jpg...")
If you are using powershell you might need to add .\ in front of the above command:
.\ffmpeg -i in.mp4 -vf fps=1/5 img%04d.jpg |
Source:
_______________________________________
|
|
pus acum 1 an |
|