mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
3 lines
No EOL
141 B
Bash
Executable file
3 lines
No EOL
141 B
Bash
Executable file
#!/bin/sh
|
|
## Extract keyframes from Nikon J1 MOV files
|
|
ffmpeg -i *.MOV -vf "select=eq(pict_type\,I),setpts=N/(29.97*TB)" thumbnails-%02d.jpeg |