intel / libyami

Yet Another Media Infrastructure. it is core part of media codec with hardware acceleration, it is yummy to your video experience on Linux like platform.
Apache License 2.0
146 stars 106 forks source link

[Encode][VP8/VP9] encoded streams couldn't be decoded by gst-vaapi due to invalid time stamp. #800

Open feiwan1 opened 6 years ago

feiwan1 commented 6 years ago
  1. yamiencode -i $j -W $WIDTH -H $HEIGHT -s I420 --qp $qp -c VP8 --rcmode CQP --ipperiod $ipp -o out.vp8
  2. gst-launch-1.0 filesrc location=out.vp8 ! ivfparse ! vaapivp8dec ! vaapisink By using gst decode cmdline, only first frame display on screen.

Link to gst bugzllia: https://bugzilla.gnome.org/show_bug.cgi?id=788262