v7.99 : no more resampling with -rtype hanning?
Posted: Mon May 16, 2022 5:01 pm
Hi,
I've found an old batch script I made a couple of years ago. In it I had
Today I downloaded the most recent nconvert (because, you know) and tested the script and it worked like a charm. Great!
For the fun, I checked the available options in case I could improve the script with a petit quelque chose de plus
the hanning method was not listed anymore
instead I had
So, is it that the help is not uptodate? Or is it correct and my script is not actualy performing an hanning resampling but something else? If so, which method?
Whatever the answer, thanks for this great program !
(By the way the version I have is indeed v7.99 whereas it's v7.98 on the forum page.)
I've found an old batch script I made a couple of years ago. In it I had
Code: Select all
-rtype hanning
For the fun, I checked the available options in case I could improve the script with a petit quelque chose de plus
Code: Select all
nconvert.exe -?

Code: Select all
-rtype : Type of resampling
quick : Quick resize
linear : Bi-linear (linear)
hermite : Hermite
gaussian : Gaussian
bell : Bell
bspline : Bspline
mitchell : Mitchell
lanczos : Lanczos
Whatever the answer, thanks for this great program !
(By the way the version I have is indeed v7.99 whereas it's v7.98 on the forum page.)