Speed ≠ frame rate
재생 speed 변경이 frame rate 변경과 달라. fps 가 frame drop/duplicate; speed 변경이 실제로 video re-time. 조각:
- setpts=PTS*N — video frame timestamp 에 N 곱.
N=0.5= 2x speed (frame 당 시간 절반).N=2= 절반 speed. - atempo=N — pitch 변경 없이 audio tempo 변경. Filter 당 0.5–2.0 범위 — 더 큰 변경엔 chain.
흔한 speed 값
- 2x:
setpts=PTS*0.5+atempo=2 - Half:
setpts=PTS*2+atempo=0.5 - 3x:
setpts=PTS*0.333+atempo=2,atempo=1.5(chain)