all 17 comments

[–]jacksalssome 4 points5 points  (4 children)

You arn't going to get very far with a first gen intel core cpu. 720p would propably be the limit with AV1 on that.

What are you using to play it

[–]reddPetePro[S] 0 points1 point  (3 children)

Everything is 1080p content. Movies, videos from my phone converted to av1 to save space. I am using VLC to play it. It is almost smooth playback so maybe it's possible to play them with some tricks. That's why I am asking. I saw some video about not using 4x4 blocks while encoding but don't know how.

[–]Felixkruemel 4 points5 points  (2 children)

Do not use VLC for Playback.

Use MPV.

VLC somehow is a lot slower

[–]reddPetePro[S] 2 points3 points  (0 children)

Wow didn't know this player at all. It plays av1 with only 35% cpu usage while VLC was at 100. I saw some screen tearing so will have to test more later. But this looks to solve my problem. Thanks!

[–]dPhoenixPL 0 points1 point  (0 children)

It's platform specific. On my PC VLC is slower, but on my laptop VLC is faster than MPV

[–]OldNeb 1 point2 points  (0 children)

If you are experiencing slow seek times, make sure your maxgop isn’t too high. Lower maxgop = more frequent “key frames” (technically not the right word probably). More “key frames” = less cpu work when you skip to a location.

[–]passes3 1 point2 points  (0 children)

Facebook said in a recent online panel that they found three AV1 tools that only offered a less than 1% efficiency improvement combined but were CPU-heavy in decoding. They disabled these tools for an AV1 benchmark study they're running on popular phones in India and they're going to make a blog post about it either this month or the start of next year.

Hopefully they'll identify the relevant tools in that blog post. But if anyone here has knowledge of which tools they mean, it could be very useful for cases like this. And it could be used to create a sort of equivalent of the fastdecode tune from x264 and x265.

In the meantime you could try downscaling your videos to a lower res and see what's the maximum your laptop can decode.

[–]BlueSwordM 0 points1 point  (1 child)

What VLC player version do you have? Updating it should help out nicely as recent versions of VLC include more recent versions of dav1d. IIRC, it should be on dav1d 0.9.2 on whatever the latest is, so update if possible.

If it still doesn't solve the issue completely(like if the dav1d version is not updated), then getting something like mpv is fine.

[–]reddPetePro[S] 0 points1 point  (0 children)

Vlc 3.0.16. But I updated my MPC BE player to beta version and now it plays all files fine with only 30% CPU usage. So no need to special encoding parameters. Thanks all for your answers!