[ffmpeg/video] vp9: No support for codec vp9 profile 0.
Bug #2029402 reported by
Sameer Sharma
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MPV-Snap |
Won't Fix
|
Low
|
Sameer Sharma |
Bug Description
Playing some Videos mostly HD, causes this error.
Can confirm on Intel GPU With core i3.
```
[ffmpeg/video] vp9: No support for codec vp9 profile 0.
[ffmpeg/video] vp9: No support for codec vp9 profile 0.
[ffmpeg/video] vp9: Failed setup for format vaapi: hwaccel initialisation returned error.
libva info: VA-API version 1.18.0
libva info: Trying to open /snap/mpv/
libva info: Found init function __vaDriverInit_1_18
libva info: va_openDriver() returns 0
```
Some lags are observed in videos that start with this error.
summary: |
- Bug: [ffmpeg/video] vp9: No support for codec vp9 profile 0. + Bug- [ffmpeg/video] vp9: No support for codec vp9 profile 0. |
Changed in mpv-snap: | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Sameer Sharma (capecrusader-121) |
description: | updated |
tags: | added: ffmpeg hwaccel intel vp9 |
summary: |
- Bug- [ffmpeg/video] vp9: No support for codec vp9 profile 0. + [ffmpeg/video] vp9: No support for codec vp9 profile 0. |
Changed in mpv-snap: | |
status: | Triaged → Won't Fix |
tags: | added: hardware |
To post a comment you must log in.
"vainfo" command lists codecs supported by hardware. Acceleration can be disabled using mpv --hwdec=no to check if lags occur.