ffmpeg取得视频音频长度

ffmpeg获得视频音频长度

ffmpeg -i ~/Movies/a.3gp  2>&1 | grep 'Duration' | cut -d ' ' -f 4 | sed s/,//