Timeline for Highest quality way to extract a still from video
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 7, 2018 at 3:34 | comment | added | stib | You probably need to add ffmpeg to your Path environment variable. Then you won't need to specify the full path to the executable. Another trick is that most terminal emulator apps let you drag files or executables, which will automatically generate the correct path | |
| Feb 7, 2018 at 2:10 | comment | added | Marinaio | This answer worked great. One side note: I had the hardest time running this from cmd or powershell. Finally did it in Mobaxterm linux window, like this:: "/drives/c/Program Files (x86)/ffmpeg/bin/ffmpeg.exe" -i VID_2012_1116787.mp4 -ss 77.0 -t 1 -r 1 outputImage.png | |
| Feb 7, 2018 at 2:07 | vote | accept | Marinaio | ||
| Feb 5, 2018 at 7:52 | history | edited | stib | CC BY-SA 3.0 | added 2 characters in body |
| Feb 5, 2018 at 7:47 | history | answered | stib | CC BY-SA 3.0 |