Using mplayer to determine length of audio/video file

后端 未结 5 2194
不思量自难忘°
不思量自难忘° 2021-02-14 00:21

The following works very nicely to determine the length of various audio/video files:

mplayer -identify file.ogg 2>/dev/null | grep ID_LENGTH
<
5条回答
  •  臣服心动
    2021-02-14 00:23

    Download your .mp3 file, play it with your Player (ex. Windows Media Player) and the player will show the total time at the end of play.

提交回复
热议问题