intel/libyami

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

feiwan1 opened this issue · 0 comments

  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