Author Message jedinite • main user
Statistics:
Messages: 574 Registration: 07.22.2001
As with avisynth, as long as you don't use point or bilinear, the rest are fine.
---------------------
Message # 1
23.08.23 - 12:03:35
RE: What resize method to use in x264 cli ?doccyber • main user
Statistics:
Messages: 133 Registration: 07.24.2001
Btw, i see you can specify the input resolution by : --input-res Is there useful sometime ?
---------------------07 Z4 M coupe
Message # 2
23.08.23 - 12:11:49
RE: What resize method to use in x264 cli ?JaySpec7 • main user
Statistics:
Messages: 66 Registration: 03.24.2002
That's for feeding x264 raw uncompressed video data.
---------------------
Message # 3
23.08.23 - 12:20:31
RE: What resize method to use in x264 cli ?Solokron • main user
Statistics:
Messages: 110 Registration: 06.18.2002
lanczos in libswscale with default number of taps (3) sometimes produces artifacts. You may reduce taps to 2.
---------------------1995 325is. 1996 Charged M3. 1997 328i Convertible. 2005 X5 3.0
Message # 4
23.08.23 - 12:28:57
RE: What resize method to use in x264 cli ?94-325i • main user
Statistics:
Messages: 822 Registration: 11.08.2002
My bad. Currently you cannot set parameters for resizers. So submit a feature request to x264 developers.
---------------------
Message # 5
23.08.23 - 12:34:47
RE: What resize method to use in x264 cli ?87nitro325is • main user
Statistics:
Messages: 148 Registration: 11.09.2003
libswscale now is a part of ffmpeg Hope someone to feedback it to ffmpeg developers... (as my very poor English and I don't know how to feedback...)
---------------------
Message # 6
23.08.23 - 12:43:32
RE: What resize method to use in x264 cli ?Mpty3 • main user
Statistics:
Messages: 776 Registration: 02.26.2002
I'd certainly say that it's safe to assume that for 99% of users, x264 cli's resizers are certainly good enough. In fact, plain bicubic is good enough for most purposes ;) I rarely (if ever) bother with anything more exotic these days. Derek
---------------------
Message # 7
23.08.23 - 12:54:49
RE: What resize method to use in x264 cli ?kherber540 • main user
Statistics:
Messages: 474 Registration: 09.14.2002
I almost exclusively use spline in both Avisynth and x264 CLI, I like the sharpness it gives. Probably ideal for live-action images.
---------------------
Message # 8
23.08.23 - 13:01:02
RE: What resize method to use in x264 cli ?DOO • main user
Statistics:
Messages: 2,300 Registration: 08.29.2001
Don't get me wrong, I'm a big fan of spline as well. It's just not a great idea if you care a lot about speed.
---------------------
Message # 9
23.08.23 - 13:08:35
RE: What resize method to use in x264 cli ?