1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages.ko/common/mplayer.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

28 lines
508 B
Markdown

# mplayer
> 크로스 플랫폼 멀티미디어 플레이어.
> 더 많은 정보: <https://mplayerhq.hu/DOCS/HTML/en/commandline.html>.
- 지정된 파일 또는 URL 재생:
`mplayer {{경로/대상/파일|url}}`
- 여러 파일 재생:
`mplayer {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 특정 파일 반복 재생:
`mplayer -loop {{0}} {{경로/대상/파일}}`
- 재생 일시 정지:
`<Space>`
- mplayer 종료:
`<Esc>`
- 10초 뒤로 또는 앞으로 탐색:
`{{Left|Right}}`