Changes between Version 9 and Version 10 of Scaling
- Timestamp:
- Dec 15, 2017, 5:17:18 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scaling
v9 v10 105 105 {{{ffmpeg -i test.tif -vf scale=504:376 -sws_flags bilinear out.bmp}}} 106 106 107 See the [https://ffmpeg.org/ffmpeg-scaler.html documentation]. Default is bicubic. To have multiples it's like {{{-sws_flags lanczos+full_chroma_inp}}} 107 See the [https://ffmpeg.org/ffmpeg-scaler.html documentation]. Default is bicubic. To have multiples it's like {{{-sws_flags lanczos+full_chroma_inp}}} You can also specify like {{{-vf scale=1920x1080:flags=lanczos}}}
