LoginSignup
2
3

More than 5 years have passed since last update.

コマンドラインでyoutube再生する

Last updated at Posted at 2017-06-19

mpv-player/mpv

インストール

Macでやりました
https://mpv.io/installation/

brewで入る

$ brew install python3 mpv mplayer

使い方

再生


# 動画再生
$ mpv [URL]
$ mpv --playlist=./playlist.list

# 音声のみ、シャッフル、ループ再生
$ mpv --no-audio --shuffle --loop-playlist --playlist=./playlist.list

# オプション表示
$ mpv --list-options

ショートカットキー

他の機能は以下で
https://mpv.io/manual/master/#keyboard-control

    F7        前の動画へ
    Enter/F9  次の動画へ
    M/F10     ミュート
    p/F9      Pause
    q         Quit
    [         再生スピード -0.10
    ]         再生スピード +0.10
    9/F11     Volume -2%
    0/F12     Volume +2%
2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3