Files
dotfiles/scripts/shell/ffmpeg-get-video-fps.sh
Matheus Albino e5e4128458 Script updates
2024-08-09 19:21:35 -03:00

4 lines
65 B
Bash
Executable File

#!/bin/bash
ffmpeg -i $1 2>&1 | sed -n "s/.*, \(.*\) fp.*/\1/p"