Opened 11 years ago
Closed 11 years ago
#3228 closed defect (fixed)
VP9 video decodes fine with libvpx 1.3.0 but not with ffvp9
Reported by: | jamal | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | vp9 |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
Attached file decodes fine with libvpx-vp9 decoder wrapper (Or anything using libvpx, like Chromium based browsers), but random noise after the first frame with ffvp9.
It was created with the following command, using libvpx-vp9 encoder wrapper and libvpx 1.3.0.
./ffmpeg -t 5 -i test-720p.mpg -c:v libvpx-vp9 -cpu-used 1 -crf 10 -b:v 0 -an -lag-in-frames 16 -frame-parallel 1 test_vp9.webm
Attachments (1)
Change History (4)
by , 11 years ago
Attachment: | test_vp9.webm added |
---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Reproduced by developer: | set |
---|---|
Status: | new → open |
Note:
See TracTickets
for help on using tickets.
The video decodes fine with ffvp9 is i use 2pass mode instead of 1pass to create it.