Displaying 20 results from an estimated 3000 matches similar to: "NHW new release - bug fix"
2024 Oct 10
0
NHW v0.3.0-rc29 new version
Hello,
For those interested, I have released the NHW v0.3.0-rc29 new version.
I continue to fine-tune the nhw_kernel weights.This new version has then
more precision and a better visual quality.
I have made a "deeper" visual review at -q14 compression setting which is
"high" compression, and I find now that at this setting NHW has a
competitive precision with AVIF and VVC.If
2020 Sep 16
0
NHW Project - new release
Hello,
For those interested, I have made a new version of NHW.This one has more
precision and a little more neatness.
I still find that NHW has a very good neatness -which I find visually more
pleasant than AVIF and x265 for example-, and NHW is still extremely fast
to encode/decode, faster than JPEG!
There are still many improvements that can be done, first one is to adapt
to any arbitrary
2018 Mar 10
0
NHW Project - lower quality settings
I don't mind at all. I imagine there are more people like me out
there who have been following your work, but haven't said anything.
I agree that a series of pages explaining how things work may lead to
more contributions. At the very least it would lead to more people
being better educated on how wavelets work in image compression. But,
this is your project, if you don't have the
2018 Aug 04
0
NHW Project - Image comparison
Hello,
Could some of you take a look at the image comparison between the NHW
Project and x265 (HEVC) at high compression, available here:
http://nhwcodec.blogspot.com/ .
I would be very very interested in your opinion, and it would help me to
perfect the NHW Project.For me the NHW Project has more neatness, and x265
has more precision.
Else, I was a little lazy these past months, as I
2017 Nov 30
0
Fwd: NHW Project - speed comparison with x265
---------- Forwarded message ----------
From: Raphael Canut <nhwcodec at gmail.com>
Date: 2017-11-30 14:22 GMT+01:00
Subject: Re: [theora] NHW Project - speed comparison with x265
To: fboehm <fboehm at aon.at>
Hi Franz,
Many thanks for your answer!!!
> I appreciate your enthusiastic work on such a complex project like
writing a video codec
Yes, for now the NHW codec is more an
2018 Aug 19
0
NHW Project - new -l8 "very high compression" setting
Hello,
The -l8 "very high compression" setting I posted was not really good.Now I
have corrected and improved it, and now the -l8 quality setting is really
better, more precision and more neatness.
I think now it is a good setting, and I have started to compare it with
x265 and it can be now competitive.
More at: http://nhwcodec.blogspot.com/
Do not hesitate to test it and give me
2018 Jul 10
1
NHW Project - some update
You're welcome!
On Tue, Jul 10, 2018, 4:50 AM Raphael Canut <nhwcodec at gmail.com> wrote:
> Hello Dave,
>
> Thank you very much for your help!
>
> Cheers,
> Raphael
>
> 2018-07-10 9:39 GMT+02:00 Dave Johnson Games <davefilms.us at gmail.com>:
>
>> Let me do some looking.
>>
>> On Mon, Jul 9, 2018, 4:55 PM Raphael Canut <nhwcodec at
2017 Oct 02
1
NHW Project - AOM AV1 comparison
Hi Silvia,
Thank you very much for your answer! Your opinion is much appreciated.
Your advice is wisdom, but very quickly to rectify or precise my situation,
I am finishing a 2-year job contract and there will maybe be a "vacation"
period before the next contract (if I find one), so I would like to invest
this time for the NHW Project, but that's right that image/video
compression,
2018 Jul 10
0
NHW Project - some update
Hello Dave,
Thank you very much for your help!
Cheers,
Raphael
2018-07-10 9:39 GMT+02:00 Dave Johnson Games <davefilms.us at gmail.com>:
> Let me do some looking.
>
> On Mon, Jul 9, 2018, 4:55 PM Raphael Canut <nhwcodec at gmail.com> wrote:
>
>> Hello Dave!
>>
>> Thank you very much for your answer!
>>
>> You're right.I have thought
2015 Jan 15
2
NHW Image codec
Hello,
I don't have advanced (and worked) on the NHW codec recently.I however
compiled the codec with gcc -O3 setting (the binaries are available from my
demo page: http://nhwcodec.blogspot.com ) and just with this optimization
(no mmx, sse, avx instructions,... ) the NHW codec is 6x faster to encode
and 4x faster to decode than WebP.As I state that my codec is royalty-free,
fast with more
2018 Dec 10
0
NHW Project - good improvement of very high compression (-l8 to -l13 quality settings)
Hello,
Just a quick message to let you know that I have really improved very high
compression of the NHW Project
from -l8 to -l13 quality settings, and we can still save 2.5KB per .nhw
compressed file.
Actually I am new to very high compression, it is just 3 months that I am
working on it (I put on pause the NHW Project from August 2013 to February
2018 )... And I realize that very high
2018 Aug 17
2
NHW Project - new -l8 "very high compression" setting
Hello,
For those interested, I have added a -l8 "very high compression" setting to
the NHW Project.
I have added an experimental processing to remove details and preserve
neatness.I have also now a fast estimation of entropy of wavelet
coefficients and I use it accordingly to the image complexity but it is a
very first version... With these new processings, the entropy coding
schemes
2017 Sep 04
0
NHW Project - fast discrete wavelet transform
Hello,
I forgot in my last reply that my DWT implementation can be speed up, for
example I'm doing for now:
for (;_X1<_E_;_X1++,_RES+=2) //dilatation
{
_RES[0]=_X1[0]<<3;
_RES[1]=(_X1[1]+_X1[0])<<2;
}
then
for (;_X2<_E_;_X2++,_RES+=2) //details
{
_RES[0]-=(_X2[1]+_X2[0])<<1;
_RES[1]+=6*_X2[1]-_X2[2]-_X2[0];
2018 Feb 18
1
NHW Project - high compression -l4 setting
Hello,
For those interested, I have added a -l4 high compression setting to the
NHW codec ( http://nhwcodec.blogspot.com/ ).This setting is very
experimental, I have boosted the sharpness for this one, but it can lack of
precision on low contrast areas.
This setting still maintains a good neatness and when it will be validated,
I will then make a new 0.1.4 version for the NHW Project.
High
2018 Mar 10
2
NHW Project - lower quality settings
Hi David!
Many thanks for your very encouraging and kind feedback!!! (Hope you don't
mind that I made your post public on the Theora channel).
I try to be the more sincere as I can in my posts.Some people suggested me
to make demo pages to explain how the codec works step by step, and I
realize that it would be good, because certainly it will show that the NHW
codec is not that complex and
2021 Dec 02
1
NHW Project development
Hi Andrey,
Thank you for your answer.Actually, NHW is very low-power so I think it
could be geared toward any hardware.But actually I don't have hardware
skills, so NHW is not a real hardware project for now maybe? I agree with
you that it is extremely difficult (for me) to build a community around
NHW, I'm certainly very bad/underskilled at it.Any help is welcome!
Cheers,
Raphael
Le
2021 Dec 02
1
NHW Project development
Raphael,
Some 15 years ago I implemented limited functionality Theora in our cameras FPGA (it took me 6 month of hard labor), and then gave up - it is a very crowded space and it is difficult to compete with more advanced codecs. And for our other work we anyway need almost raw image data, so we are using JPEG-based JP4 format (https://community.elphel.com/jp4) that we originally developed for
2013 Jun 19
0
NHW Image codec - lower quality settings
Hello,
I have improved a little the NHW codec.I have improved the dequantization
in the wavelet HH band, and little improved the -l2 (and lower) quality
setting.I have also added a -l3 lower quality setting (-15Ko, exp), I have
increased the quantization for this other setting, and I start to remove
higher wavelet coefficients, but this is not optimal... The artifacts start
to be noticeable for
2018 Dec 08
0
NHW Project - new -l13 very high compression quality setting
Hello,
I wanted to let you know that I have released a new -l13 very high
compression quality setting for the NHW Project (and we can still save
2.5KB per .nhw compressed file).
I find this -l13 quality setting very competitive (I will maybe use some of
its processing to improve -l12 setting).Compared to x265 (HEVC), I have
tested on 15 rather good quality images, and I visually prefer the
2012 May 25
2
NHW codec - improvement of precision (Daniel Hendrycks)
On Fri, 25 May 2012 14:00:01 -0500, <theora-request at xiph.org> wrote:
> Message: 1
> Date: Fri, 25 May 2012 19:26:18 +0200
> From: Raphael Canut <nhwcodec at gmail.com>
> Subject: [theora] NHW codec - improvement of precision
> To: theora at xiph.org
> Message-ID:
> <CAKE58qHqSsrgJP4OX++eetMmT2WTv=8ZvfXoou7bWjOnbUSrAQ at mail.gmail.com>
> Content-Type: