New issue
Advanced search Search tips

Issue 894213 link

Starred by 1 user

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

Android video thumbnail: Copy side data from ffmpeg's AVPacket.

Project Member Reported by xingliu@chromium.org, Oct 10

Issue description

Chrome Version: 71.*
OS: Android

We currently didn't copy the side data from AVPacket extracted by ffmpeg. However, for vp8/vp9 videos, it may contain alpha plane, which is contained in the side data currently.

http://wiki.webmproject.org/alpha-channel

If we use the first key frame as thumbnail, this might not be an issue. But if we want to seek to a particular timestamp, decoding will fail on VPX_CODEC_UNSUP_BITSTREAM, probably because of the side data.

 
Cc: dtrainor@chromium.org qin...@chromium.org

Sign in to add a comment