ffmpeg output duration
Oct 10, 2023 · 1 min read · outlline
information of ffmpeg duration
ffmpeg output duration using command "time"
time ffmpeg -benchmark -i example.mp4
..................................
real 2m6.365s
user 7m52.262s
sys 0m13.896s
"real" : actual duration
ffmpeg...