4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ffmpeg -i $1 2>&1 | sed -n "s/.*, \(.*\) fp.*/\1/p"
|