Script updates
This commit is contained in:
3
scripts/shell/ffmpeg-get-video-fps.sh
Executable file
3
scripts/shell/ffmpeg-get-video-fps.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
ffmpeg -i $1 2>&1 | sed -n "s/.*, \(.*\) fp.*/\1/p"
|
||||
Reference in New Issue
Block a user