Questions tagged [av1]

AOMedia Video 1 (AV1) is a relatively new video codec with an initial release on March 28th 2018. It is designed as a replacement for VP9 as well as being a response to the restrictive patent licensing of other video codecs.

The AV1 video codec is aimed to be a state of the art video codec that is aimed to be both patent and royalty free. The codec is currently widely used by YouTube and Vimeo has some videos available in this format while Netflix is experimenting with the codec.

Encoding is available to Ubuntu users by

  1. Using a current (git) FFmpeg compiled against either libaom or rav1e
  2. Using the encoder rav1e from the command line
  3. Using the encoder aomenc from the command line

Both playback and encoding are in the early days but experimentation with the codec shows great promise in an Open Source, royalty free, high quality video codec.

10 questions
13
votes
1 answer

How do I use FFmpeg and rav1e to create high quality AV1 files under Focal Fossa LTS?

I am currently using Ubuntu Focal Fossa 20.04 LTS and I would like to create high quality AV1 files using FFmpeg and librav1e. I have been spurred along by the addition of rav1e support to FFmpeg as 'librav1e'. The material that I am interested in…
andrew.46
  • 39,359
6
votes
0 answers

How do I get VLC on Ubuntu 18.04 to play mkv files

When I try playing an mkv file with vlc I get: Codec not supported: VLC could not decode the format "av01" (AOMedia's AV1 Video) When I close the message the file actually plays only the sound track BUT NOT THE VIDEO. How do I fix the…
6
votes
2 answers

How to encode and playback video with the AV1 codec on Bionic Beaver (18.04)?

Apparently, Chrome 69 beta includes support for the Alliance for Open Media AV1 codec. The feature seems pointless without the ability to encode video with the new codec. How can video be encoded with this new codec on Ubuntu 18.04? What is the…
xiota
  • 5,038
5
votes
2 answers

Enabling thumbnails for AVIF, JXL, HEIF, HEIC images

Sometimes I download .avif images from the Internet. I would like the thumbnails of these images to appear in Files (nautilus). How do I enable thumbnails for AVIF images? Also, can I enable thumbnails for JXL images, HEIF images and HEIC images?
Flimm
  • 44,031
5
votes
1 answer

AV1 video from 9gag convert

Players can't play it, FFmpeg can't convert it VLC: Codec not supported: VLC could not decode the format "av01" (AOMedia's AV1 Video) Video: video/x-gst-fourcc-av01 decoder is requiered to play the file, but not…
mevsme
  • 561
4
votes
0 answers

AVIF support on Ubuntu 20.04?

I have a few AVIF files. I can view them in Firefox, but I want to be able to open them in some image viewer/editor, and eventually convert them into another graphics format. On Ubuntu Forums, I found an old thread about AVIF format support in…
raj
  • 11,409
3
votes
1 answer

How could I play av1 encoded videos with these conditions in Ubuntu 18.04?

I have read this and this but still I couldn't play av1 encoded videos truely. Audio streams play correctly but videos are not. I have installed apt package manager vlc version vetinari 3.0.8 and it shows this error: main decoder error: Codec `av01'…
mece1390
  • 125
3
votes
2 answers

How to play AV1 videos on Ubuntu 16.04.5

In both totem and vlc, I cannot play AV1 videos. Sample videos can be downloaded here. How can I watch AV1 videos on Ubuntu 16.04.5?
Lonnie Best
  • 2,244
2
votes
3 answers

AV1 decoder required to play the video in smplayer

I often download youtube videos to watch them later. But some of them does not show any thumbnail and if I try to play them in smplayer it only renders audio and doesn't support video. When I try to open them with ubuntu default video player error…
2
votes
1 answer

My VLC and Parole media players cannot play a video due to missing video/x-gst-fourcc-av01 decoder?

I get the following message when attempting to play a video file that was downloaded from YouTube: video/x-gst-fourcc-av01 decoder needs to be downloaded by parole media player. I have searched through the Web but have found no solution. I have…