일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- list
- Python
- Container
- format
- AI
- Paper
- Windows
- CUDA
- numpy
- PostgreSQL
- evaluation
- GitLab
- Laravel
- DB
- Converting
- Package
- pandas
- git
- LLM
- KAKAO
- Mac
- enV
- Flask
- judge
- docker
- pytorch
- Linux
- Database
- TORCH
- file
Archives
- Today
- Total
Daily Develope
[FFMPEG] pcm 파일 변환 본문
명령어
- 포맷 확인
ffmpeg -formats
예제
- 16k, mono, pcm 파일을 wav로 변환
ffmpeg -ar 16000 -ac 1 -f s16le -i /source_dir/source.pcm /oufput_dir/output.wav
'Develope > ETC' 카테고리의 다른 글
[Windows] CapsLock 한/영 키로 변경 (0) | 2024.01.08 |
---|---|
[Markdown] 마크다운 작성 방법 (0) | 2023.10.31 |
[VSCode] 유용한 바로가기 키 (hotkey) 정리 (on Mac OS) (0) | 2022.05.24 |
Comments