convertion from avif is broken in NCONVERT v7.161

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

dedbombom
Posts: 39
Joined: Tue May 18, 2021 3:22 pm

convertion from avif is broken in NCONVERT v7.161

Post by dedbombom »

Code: Select all

nconvert.exe -out png -o "1.png" "1.avif"
** NCONVERT v7.161 (c) 1991-2023 Pierre-E Gougelet (Oct 3 2023/12:34:36) **
Version for Windows Xp/Vista/7 x64 (All rights reserved)
** This is freeware software (for non-commercial use)

my_error_exit...<Not a JPEG file: starts with 0x00 0x00>
Error: Don't know how to read this picture (1.avif)
User avatar
xnview
Author of XnView
Posts: 44451
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: convertion from avif is broken in NCONVERT v7.161

Post by xnview »

Please try to download again the package, i've fixed it
Pierre.
dedbombom
Posts: 39
Joined: Tue May 18, 2021 3:22 pm

Re: convertion from avif is broken in NCONVERT v7.161

Post by dedbombom »

xnview wrote: Wed Oct 04, 2023 7:04 am Please try to download again the package, i've fixed it
Thanks, it working now but for convertion from any format to avif nconvert still needs AVIFlib.dll, but since we have newer aom.dll can you plz make it work without AVIFlib.dll?
And I have now weird problem with converting files to jpeg-xl format on non unicode version (for unicode nconvert all fine) when it generating instead correct names something like "㼿㼿氿佄南卜卙䕔㍍尲䍖啒呎䵉ㅅ〴搮汬".

Code: Select all

nconvert.exe -32bits -out jpegxl -o rachel_.jxl -q 70 selfie5_4x.png
User avatar
xnview
Author of XnView
Posts: 44451
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: convertion from avif is broken in NCONVERT v7.161

Post by xnview »

Please try to download again the package, i've fixed it :)
Pierre.
dedbombom
Posts: 39
Joined: Tue May 18, 2021 3:22 pm

Re: convertion from avif is broken in NCONVERT v7.161

Post by dedbombom »

xnview wrote: Wed Oct 04, 2023 11:40 am Please try to download again the package, i've fixed it :)
Thanks, now all works fine.
Btw why there are 2 versions maintained unicode and not? Since unicode should be better why keep updating ansi version and make it as main, does unicode have any flaws/cons comparing to non unicode one?
User avatar
xnview
Author of XnView
Posts: 44451
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: convertion from avif is broken in NCONVERT v7.161

Post by xnview »

in the future there will be only unicode version
Pierre.
dedbombom
Posts: 39
Joined: Tue May 18, 2021 3:22 pm

Re: convertion from avif is broken in NCONVERT v7.161

Post by dedbombom »

Code: Select all

nconvert.exe -v -32bits -out avif -o "rachel.avif" -avif_speed 8 -avif_quant_color 0 25 30 -avif_quant_alpha 0 25 30 "selfie5_4x.png"
Bad argument -'avif_quant_color'
New day, new problem so far. Is nconvert avif quality commands from

Code: Select all

nconvert -help
not actual anymore? So to set avif quality now I need to use something like "-q 60"?
User avatar
xnview
Author of XnView
Posts: 44451
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: convertion from avif is broken in NCONVERT v7.161

Post by xnview »

dedbombom wrote: Thu Oct 05, 2023 12:01 pm

Code: Select all

nconvert.exe -v -32bits -out avif -o "rachel.avif" -avif_speed 8 -avif_quant_color 0 25 30 -avif_quant_alpha 0 25 30 "selfie5_4x.png"
Bad argument -'avif_quant_color'
New day, new problem so far. Is nconvert avif quality commands from

Code: Select all

nconvert -help
not actual anymore? So to set avif quality now I need to use something like "-q 60"?
yes, now nconvert uses libheif an no more aviflib
Pierre.