1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages.ko/linux/mpg123.md
Managor 25f9b19324
pages*/linux/*: apply keypress specifications to translations (#15907)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-23 01:43:13 +02:00

450 B

mpg123

콘솔 MPEG 오디오 플레이어. 더 많은 정보: https://manned.org/mpg123.

  • 지정된 mp3 파일 재생:

mpg123 {{경로/대상/파일1.mp3 경로/대상/파일2.mp3 ...}}

  • stdin에서 mp3 재생:

cat {{파일.mp3}} | mpg123 -

  • 다음 곡으로 건너뛰기:

<f>

  • 현재 곡의 처음으로 돌아가기:

<b>

  • 현재 파일 정지 또는 다시 재생:

<s>

  • 빨리 감기:

<.>

  • 종료:

<q>