Changes between Version 8 and Version 9 of Scaling
- Timestamp:
- Dec 15, 2017, 5:16:17 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scaling
v8 v9 98 98 99 99 More examples can be found [https://superuser.com/a/1136305/48078 in this Super User answer]. 100 101 == Specifying scaling algorithm == 102 103 You can specify which algorithm is used for the resizing, 104 105 {{{ffmpeg -i test.tif -vf scale=504:376 -sws_flags bilinear out.bmp}}} 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}}}
