Manipulating Videos Using `ffmpeg`
Reduce a Video's Resolution by Half
1 |
|
- Use the
scale
filter with expressions to halve the width and height:iw
= input width,ih
= input height.
-c:a copy
copies the audio stream without re-encoding.
Manipulating Videos Using `ffmpeg`
https://jifengwu2k.github.io/2025/08/23/Manipulating-Videos-Using-ffmpeg/