Tagged with daala - Personal View Talks http://www.personal-view.com/talks/discussions/tagged/daala/feed.rss Sun, 05 May 24 15:33:04 +0000 Tagged with daala - Personal View Talks en-CA Cisco publishes Thor video codec, submits it to IETF as a NetVC candidate http://www.personal-view.com/talks/discussion/13544/cisco-publishes-thor-video-codec-submits-it-to-ietf-as-a-netvc-candidate Thu, 13 Aug 2015 17:13:06 +0000 karl 13544@/talks/discussions Cisco has recently published the specification and implementation of a video codec named "Thor", and submitted it to the IETF InterNet Video standard project, NetVC.

When you read the comments on their announcement, you can see that this has already sparked interest in the developers of the Daala video codec. Both groups have already exchanged some source code with each other, and they seem to assume that they will one day come up with a joint (rather than competing) proposals for the NetVC standard. (Historically, a similar joint effort of the Vorbis and Silk developers was successful in turning Opus into the InterNet audio codec of IETF choice.)

And while traditional broadcasters and hardware vendors are still deeply invested in H.264 and H.265, the ever increasing popularity of streamed video content on the InterNet might one day push the scales of relevance in favor of IETF codec standards.

]]>
BPG (Better Portable Graphics) image format based on HEVC intra frame encoding http://www.personal-view.com/talks/discussion/12888/bpg-better-portable-graphics-image-format-based-on-hevc-intra-frame-encoding Tue, 28 Apr 2015 15:49:25 +0000 karl 12888@/talks/discussions Fabrice Bellard (of ffmpeg, Qemu and other fame) has proposed and provides a free implementation of a still image format and codec based on the HEVC video codec standard.

BPG (Better Portable Graphics) is a new image format. Its purpose is to replace the JPEG image format when quality or file size is an issue. Its main advantages are:

  • High compression ratio. Files are much smaller than JPEG for similar quality.
  • Supported by most Web browsers with a small Javascript decoder (gzipped size: 56 KB).
  • Based on a subset of the HEVC open video compression standard.
  • Supports the same chroma formats as JPEG (grayscale, YCbCr 4:2:0, 4:2:2, 4:4:4) to reduce the losses during the conversion. An alpha channel is supported. The RGB, YCgCo and CMYK color spaces are also supported.
  • Native support of 8 to 14 bits per channel for a higher dynamic range.
  • Lossless compression is supported.
  • Various metadata (such as EXIF, ICC profile, XMP) can be included.
  • Animation support.

Find the description, details and links at bellard.org.

For an online comparison of BPG with other still image codecs have a look at this demo.

BTW: Meanwhile, the Daala development team is still struggling to achieve intra-frame encoding on par with HEVC without using patent-encumbered technology.

]]>