================================================================================
FFmpeg 설치 키트 (Windows) — 폴더째 복사해 사용
================================================================================

[한국어]
- 이 폴더 전체를 고객 PC로 복사(USB, zip 등)한 뒤 Install_FFmpeg.bat 을 더블클릭하세요.
- 같은 폴더 안의 install_ffmpeg.ps1 이 자동으로 실행됩니다. 다른 파일은 필요 없습니다.
- 관리자 권한은 보통 필요 없습니다(사용자 PATH에 bin 경로를 추가).
- 인터넷이 필요합니다(winget 또는 GitHub에서 zip 다운로드).

[English]
- Copy this entire folder to the target PC, then double-click Install_FFmpeg.bat.
- install_ffmpeg.ps1 in the same folder is invoked automatically; no repo clone required.
- Administrator rights are usually not required (adds FFmpeg bin to User PATH).
- Internet is required (winget or zip download from GitHub).

옵션 / Options (PowerShell):
  powershell -ExecutionPolicy Bypass -File install_ffmpeg.ps1 -Force
  powershell -ExecutionPolicy Bypass -File install_ffmpeg.ps1 -SkipWinget

================================================================================
