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:30] – 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: | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Downscaling Video ===== | ||
- | |||
- | <code bash> | ||
- | ffmpeg -i input.mp4 -vf scale=640x480: | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== References ===== | ||
- | |||
- | https:// | ||
- | |||
- | https:// |
ffmpeg/video_resize.1714318209.txt.gz · Last modified: 2024/04/28 15:30 by peter