ffmpeg:video_resize
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ffmpeg:video_resize [2024/04/28 15:35] – peter | ffmpeg:video_resize [2025/01/12 13:32] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ffmpeg - Video resize ====== | ||
- | |||
- | <code bash> | ||
- | -vf scale=width: | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Upscaling Video to 1080p ===== | ||
- | |||
- | <code bash> | ||
- | ffmpeg -i input.mp4 -vf scale=1920x1080: | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | * It is more computationally expensive but usually described as very high quality and can be used for up- and downsampling. | ||
- | |||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Downscaling Video ===== | ||
- | |||
- | <code bash> | ||
- | ffmpeg -i input.mp4 -vf scale=640x480: | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== References ===== | ||
- | |||
- | https:// | ||
- | |||
- | https:// | ||
- | |||
- | https:// | ||
- | |||
- | https:// | ||
ffmpeg/video_resize.1714318512.txt.gz · Last modified: 2024/04/28 15:35 by peter