mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
25 lines
434 B
Markdown
25 lines
434 B
Markdown
![]() |
# shotcut
|
||
|
|
||
|
> 비디오 편집 프로그램.
|
||
|
> 더 많은 정보: <https://shotcut.org/notes/command-line-options/>.
|
||
|
|
||
|
- Shotcut 시작:
|
||
|
|
||
|
`shotcut`
|
||
|
|
||
|
- 오디오/비디오 파일 열기:
|
||
|
|
||
|
`shotcut {{경로/대상/파일1 경로/대상/파일2 ...}}`
|
||
|
|
||
|
- 특정 오디오 드라이버로 시작:
|
||
|
|
||
|
`shotcut --SDL_AUDIODRIVER "{{pulseaudio}}"`
|
||
|
|
||
|
- 전체 화면으로 시작:
|
||
|
|
||
|
`shotcut --fullscreen`
|
||
|
|
||
|
- GPU 처리로 시작:
|
||
|
|
||
|
`shotcut --gpu`
|