네 rate-control mode
- CRF (Constant Rate Factor) — quality target. 파일 사이즈 가변. libx264/x265/svtav1 single-pass 의 default.
- VBR (Variable Bitrate) — clip 평균 bitrate; busy scene 에 bit 유연 할당. Two-pass 가 사용.
- CBR (Constant Bitrate) — 매 초가 같은 bitrate hit. Stable buffer 필요한 streaming 프로토콜에. 저장 파일엔 wasteful 지만 라이브 RTMP 엔 mandatory.
- CQP (Constant Quantizer) — 모든 macroblock 같은 quantization. Hardware encoder 가 가끔 자기 'CQ' mode 라고 부름.
고르기
나중에 볼 저장 파일: CRF. 정확히 사이즈 맞춰야 할 업로드: two-pass VBR. 라이브 streaming: CBR. Hardware encoder: 자기 proprietary 'CQ' 또는 bitrate-cap mode (ffmpeg -h encoder=... 읽어).