Earlier quoted context omitted.
This can be treated as a rumor but I heard a Microsoft developer on Mastodon hint that they had been having trouble with a patent troll, so maybe that's the reason behind the kind of obnoxious workaround too. But that they were dealing with it.
AV1 was supposed to be the patent and royalty free contender?
AV1 video codec gains broader hardware support
121–130 of 210 posts
Re: AV1 video codec gains broader hardware support
#122Re: AV1 video codec gains broader hardware support
#123What was the situation on its efficiency compared to H.265 and similar?
Re: AV1 video codec gains broader hardware support
#124https://stackoverflow.com/questions/75459594/why-doesnt-edge...
Although the thread is about AVIF (the image format based on AV1) I bet the same licensing issues are also holding back AV1 on edge.
Re: AV1 video codec gains broader hardware support
#125I love AV1 for compressing my movies to 720p. I also convert any audio to Opus. I get to archive a ton of content on peanuts. The videos look great on my PC monitor or my phone and they come in at around 452MB (1hr 24m video). Here's my script if you're interested in trying it out on your content. param ( [Parameter(Mandatory=$true)] [string]$sourceDir, [string]$destDir = $sourceDir ) $ffmpegPath = 'C:\Users\sergi\Do…
Re: AV1 video codec gains broader hardware support
#126I love AV1 for compressing my movies to 720p. I also convert any audio to Opus. I get to archive a ton of content on peanuts. The videos look great on my PC monitor or my phone and they come in at around 452MB (1hr 24m video). Here's my script if you're interested in trying it out on your content. param ( [Parameter(Mandatory=$true)] [string]$sourceDir, [string]$destDir = $sourceDir ) $ffmpegPath = 'C:\Users\sergi\Do…
I don't recognize that language. Is it PHP?
Re: AV1 video codec gains broader hardware support
#127Is AV1 better than HEVC? Or is it about the same, just freely licensed?
HEVC is great for giving you quality in a smaller file size, for your local video files (due to being supported by more cameras and phones so far). AV1 has wider support for streaming video online at a higher quality (due to more browser support so far). So, at the moment, they are really best in two different use cases (subject to change, of course).
This is a huge plus in fansub anime scene. 10 years ago, majority of anime are in H264 (720p/1080p 8bit) which is normally 1±GB for each episode that are consist of 25 min. If I want to watch one anime, it will consume about 20 GB of space. Now, majority of them are in HEVC (1080p 10bit) which are about 300± MB for each episode.
Re: AV1 video codec gains broader hardware support
#128Earlier quoted context omitted.
That looks like a pure marketing slide to me. I don't think it would make sense to actually have separate dedicated silicon for these.
It is a pure marketing slide. The M3 variants floorplans don't look anything like that, as can be seen on other pictures of the dies. That being said, it's pretty common to have dedicated silicon for video codecs. It normally takes the form of a little DSP with custom instructions to accelerate operations specific to the codec.
Re: AV1 video codec gains broader hardware support
#129Earlier quoted context omitted.
That looks like a pure marketing slide to me. I don't think it would make sense to actually have separate dedicated silicon for these.
How would you do it in hardware otherwise?
Re: AV1 video codec gains broader hardware support
#130Perhaps this might seem like a basic question, but why has it taken so long for processors to support AV1, given that it has been out for years?
Keep in mind that standards are moving slow, CODEC standards more so. The golden standard is still h264/AVC, which dates back to the nineties. This is primarily due to many appliances (set top boxes, cameras, phones, TVs) using the absolute cheapest hardware stack they can get their hands on.