ffmpeg:video:resize:convert_to_1080p_1920x1080
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ffmpeg:video:resize:convert_to_1080p_1920x1080 [2025/01/29 22:28] – peter | ffmpeg:video:resize:convert_to_1080p_1920x1080 [2025/01/29 22:36] (current) – peter | ||
---|---|---|---|
Line 4: | Line 4: | ||
ffmpeg -i input.mp4 -vf " | ffmpeg -i input.mp4 -vf " | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== For enhanced quality ===== | ||
+ | |||
+ | <code bash> | ||
+ | ffmpeg -i input.mp4 -vf " | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | Lanczos resampling involves a sinc filter as well. | ||
+ | |||
+ | * It is more computationally expensive but usually described as very high quality and can be used for up- and down-sampling. | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Using GPU ===== | ||
+ | |||
+ | <code bash> | ||
+ | ffmpeg -vaapi_device / | ||
+ | </ | ||
+ | |||
+ | ---- |
ffmpeg/video/resize/convert_to_1080p_1920x1080.1738189699.txt.gz · Last modified: 2025/01/29 22:28 by peter