playing a specific interval of a video in mplayer using command line option

前端 未结 2 1272
广开言路
广开言路 2021-02-01 05:01

I am using mplayer to play videos... I wanted to know if there are command line options to play a specific interval of a video in mplayer? For example, if I want to play a video

2条回答
  •  半阙折子戏
    2021-02-01 05:34

    man mplayer
    

    reveals:

    -ss 

    so you should be able to do what you want by simple using:

    mplayer -ss 56 -endpos 3
    

提交回复
热议问题