Displaying 20 results from an estimated 2000 matches similar to: "NHW Project - Linux"
2018 Apr 16
0
NHW Project - Linux
Great!!! Do not hesitate to let me know if it works ok for you!
Cheers,
Raphael
2018-04-16 22:59 GMT+02:00 David Willmore <davidwillmore at gmail.com>:
> That's great news! I can finally try it!
>
> On Mon, Apr 16, 2018 at 4:50 PM, Raphael Canut <nhwcodec at gmail.com> wrote:
> > Hello,
> >
> > I am pleased to announce that the NHW Project now works
2018 Jul 16
0
x265 and NHW comparison images posted to https://nhwcodec.blogspot.com/?
Hello Spork,
Thank you very much for your great help!
So ok, let's create a website for the NHW Project! Anyone who wants to help
is very welcome! Do you want we start first with wix.com or rather from
nearly scratch? I think from scratch would be better as we can really do
what we want, but it will be a lot and lot more difficult to make...
-I will send you a private email for the USB
2018 Mar 30
0
NHW Project - high compression (-l6 setting and below)
Hello Spork,
> If you want though, when I find some time, I can work on supporting a
better command line parsing.
Yes that would be great as my command line parsing is not good at all.
> Does your codec compile under Linux? If not, that's something I can try
to work on as well.
I never tested my codec under Linux )-:, and so it would be also great to
compile it under Linux.I think
2018 Mar 28
0
NHW Project - high compression (-l6 setting and below)
Hello Ken,
Many thanks for your reply!
Yes, I very need to adapt the NHW codec to any image size.But actually it
is the least interesting part, I don't think that it is that difficult
(compared to creating high compression settings) but it is very boring,
annoying... Really not the part that I prefer... For now, as I am jobless,
my aim is to have "pleasure" with the NHW Project and
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
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
2018 Apr 28
0
quality improvement of -l4, -l5, -l6 high compression settings
Of course I will!
On Sat, Apr 28, 2018, 4:06 PM Raphael Canut <nhwcodec at gmail.com> wrote:
> Thank you so much Sir!!!
>
> If you have time, do not hesitate to let us know what you would think of
> the NHW Project.Any remark, opinion would be very welcome!
>
> Many thanks again!
> Best regards,
> Raphael
>
> 2018-04-28 23:02 GMT+02:00 Dave Johnson Games
2018 Apr 28
2
quality improvement of -l4, -l5, -l6 high compression settings
Thank you so much Sir!!!
If you have time, do not hesitate to let us know what you would think of
the NHW Project.Any remark, opinion would be very welcome!
Many thanks again!
Best regards,
Raphael
2018-04-28 23:02 GMT+02:00 Dave Johnson Games <davefilms.us at gmail.com>:
> Cool, I'll check it out.
>
> On Sat, Apr 28, 2018, 3:09 PM Raphael Canut <nhwcodec at gmail.com>
2018 Apr 28
0
quality improvement of -l4, -l5, -l6 high compression settings
Cool, I'll check it out.
On Sat, Apr 28, 2018, 3:09 PM Raphael Canut <nhwcodec at gmail.com> wrote:
> Hello Dave,
>
> Thank you very much for your support and your interest.
>
> Actually so few people took a look at the NHW Project, but with this
> version the NHW Project is becoming very interesting, it is royalty-free
> and very fast furthermore.
>
> Really
2018 Apr 28
2
quality improvement of -l4, -l5, -l6 high compression settings
Hello Dave,
Thank you very much for your support and your interest.
Actually so few people took a look at the NHW Project, but with this
version the NHW Project is becoming very interesting, it is royalty-free
and very fast furthermore.
Really if you could find time, I would be very interested in any opinion
from the Xiph.org community!
Cheers,
Raphael
2018-04-28 21:40 GMT+02:00 Dave
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
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 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
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 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
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 Jul 09
0
NHW Project - some update
I think Apple is somehow "attached" to the MPEG group. They control the
"pools" too. Your codec sounds great. Google could -- if they wanted to --
use it but they have Web^M and webP. Look to Asia. Asus has just launched a
new phone. ??
On Mon, Jul 9, 2018, 3:14 PM Raphael Canut <nhwcodec at gmail.com> wrote:
> Hello,
>
> I don't have advanced on the NHW
2017 Aug 30
0
NHW Project - news with Xiph.org
Hi Raphael,
On Fri, Aug 25, 2017 at 2:30 PM, Raphael Canut <nhwcodec at gmail.com> wrote:
> I'll see what Monty will do on his side (and when he has time), but he also
> told me that the NHW codec has merits but there must be an effort to
> demonstrate them.
Well, if you want to pursue a collaborative project, you need to
attract others to work on it. Perhaps 'demo'
2018 Jul 15
3
x265 and NHW comparison images posted to https://nhwcodec.blogspot.com/?
Also, don't forget the option I gave you Ralph, where you can have access
to one of my VPSes. We can create a subdomain for free, but if you want
something like nhw.com, you'd have to register the domain name yourself,
which wouldn't cost too much money.... Then I can help configure it to
point to your page on my VPS. I'll host it all for free. You'll have
your own user