Re: [FFmpeg-devel] [PATCH 0/3] AVEncodeInfo and extractqp changes

2019-08-20 Thread Juan De León
On Mon, Aug 19, 2019 at 4:37 PM Juan De León wrote: > Proposed changes to use AVEncodeInfoFrame and AVencodeInfoBlock > data types as AVFrameSideData, including the changes tothe h264 > decoder as well as a filter to output the data extracted. > > Filter can be called using: > ffmpeg -debug extra

[FFmpeg-devel] [PATCH 0/3] AVEncodeInfo and extractqp changes

2019-08-19 Thread Juan De León
Proposed changes to use AVEncodeInfoFrame and AVencodeInfoBlock data types as AVFrameSideData, including the changes tothe h264 decoder as well as a filter to output the data extracted. Filter can be called using: ffmpeg -debug extractqp -i -lavfi extractqp=extractqp.log -f null - More options i