[FFmpeg-user] How to find vp9 tile and frame_parallel info?

Sagara Wijetunga sagarawmw at yahoo.com
Sat Sep 13 21:06:13 CEST 2014


Hi all

I want to extract following info from a vp9 video file:
1. tile_columns
2. tile_rows
3. frame_parallel

The vp9.c decoder seems to access them via the AVCodecContext->priv_data.

Is there a way to get them via public methods rather than resort to access ffmpeg's internal private data?

Best regards
Sagara



On Thursday, September 11, 2014 5:03 PM, Sagara Wijetunga <sagarawmw-at-yahoo.com at ffmpeg.org> wrote:
 


Hi

Where are following information after a vp9 video file is opened using avcodec_open2()?

1. tile_columns
2. tile_rows
3. frame_parallel

Many thanks in advance.

Best regards
Sagara
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list