Viewing profile — unlord
unlord
HN member- Joined
- Wed, Apr 02, 2014, 6:40 PM UTC
- HN karma
- 119
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About unlord
No profile information was provided.
Recent public activity
-
comment
Comment #44823251
> People don’t develop video codecs for fun like they do with software. And the reason is that it’s almost impossible to do without support from the industry. As someone who lead a…
-
comment
Comment #44103317
Someone asked about benchmarks, so I ran these just now to bring data to the discussion: nathan@arm1:~/git/rav1d.new/target$ hyperfine --warmup 2 "release/dav1d -q -i ~/Chimera-AV1…
-
comment
Comment #42042706
It is actually quite a bit more misleading. I was not able to reproduce these numbers on Zen2 hardware, see https://people.videolan.org/~unlord/dav1d_6tap.png . I spoke with the sl…
-
comment
Comment #40252260
Encoding speed is not really a concern for web uses, where the image is decoded potentially millions or even billions of times more than it is encoded. I agree, PSNR is a terrible …
-
comment
Comment #40240454
> Have you seen this more recent data that includes AVIF? https://cloudinary.com/labs/cid22 The graph from Cloudinary uses libaom to do the encoding at speed preset 7 (aom s7), whi…
-
comment
Comment #40238020
> While that most definitely is a consideration, AVIF lacks many features and much of the functionality offered by JPEG XL. What features are these? You have not named a single con…
-
comment
Comment #40235054
> Regarding JPEG XL's mobile support, it makes sense it would see limited development if the company that manages one of the biggest mobile players has been the greatest restrictio…
-
comment
Comment #40234628
The article claims that "Google wants control, and JPEG XL could take that away from them" however this is disingenuous. The JPEG XL format was co-authored by Google employees, and…
-
comment
Comment #39725195
> If you avoid it then you won't be using RISC-V at all, right now. I'm sorry this just isn't true. The K230 has RVV 1.0 hardware and has been available for 5 months. > Which matte…
-
comment
Comment #27581987
Note that AVIF is not just AV1 video keyframes. The entire compliment of AV1 video coding tools (including inter prediction with motion vectors) are available. This includes spatia…
- story
- story
-
comment
Comment #23513163
Yes, and in fact you can see a demo of dav1d compiled to wasm here: http://jabberfr.org/tmp/ogv.js/ Note this works fine in desktop and mobile Safari.
-
comment
Comment #23462350
> But I think it should be noted the HM and VTM are reference encoder and decoder, they are not meant to be used for production nor in any way optimised. Sure, but my comparison wa…
-
comment
Comment #23442806
> It really is the state of the art Video Codec, at a decoding complexity that is quite manageable. ( Lower than AV1 ) I am afraid this has not been substantiated by any of the pub…
-
comment
Comment #23439157
You may be interested in reading the license page for the royalty-free Opus audio codec: https://opus-codec.org/license/ Full disclosure, I am a member of the Xiph.Org Foundation.
-
comment
Comment #22535205
Please see the W3C Patent Policy regarding Web standards. https://www.w3.org/Consortium/Patent-Policy-20040205/ > The goal of this policy is to assure that Recommendations produced…
-
comment
Comment #22534925
Yes, there is at least one third party patent license administrator for JPEG-XT: https://www.sisvel.com/licensing-programs/digital-video-disp...
-
comment
Comment #20154437
> It’ll be interesting to see if we find out more info and are able to test this encoder in the coming months. You won't have to wait long, more information will be coming out late…
-
comment
Comment #18116505
What you are referring to is the encoding time using the libaom reference encoder, which was developed as a research code base to test bitstream features. AV1 (the format) was desi…