Re: [FFmpeg-devel] h264_qsv decoder speed

2016-08-18 Thread Chao Liu
On Thu, Aug 18, 2016 at 7:50 AM, Moritz Barsnick wrote: > On Wed, Aug 17, 2016 at 23:13:13 +0100, Mark Thompson wrote: > > > The test video was captured from a 3MP(2048x1536) camera. The commands > I > > > used: > > > - ffmpeg -c:v h264_qsv -async_depth 10 -i test.h264 -c:v rawvideo -f > null >

Re: [FFmpeg-devel] h264_qsv decoder speed

2016-08-18 Thread Chao Liu
On Wed, Aug 17, 2016 at 4:41 PM, Andy Furniss wrote: > Mark Thompson wrote: > >> On 17/08/16 20:47, Chao Liu wrote: >> >>> Hi there, >>> I compared h264_qsv decoder from ffmpeg to intel media sdk sample_decode. >>> There is pretty big speed gap. I wonder whether I did sth. wrong or there >>> are

Re: [FFmpeg-devel] h264_qsv decoder speed

2016-08-18 Thread Chao Liu
On Wed, Aug 17, 2016 at 3:13 PM, Mark Thompson wrote: > On 17/08/16 20:47, Chao Liu wrote: > > Hi there, > > I compared h264_qsv decoder from ffmpeg to intel media sdk sample_decode. > > There is pretty big speed gap. I wonder whether I did sth. wrong or there > > are really some problems with ff

Re: [FFmpeg-devel] h264_qsv decoder speed

2016-08-18 Thread Moritz Barsnick
On Wed, Aug 17, 2016 at 23:13:13 +0100, Mark Thompson wrote: > > The test video was captured from a 3MP(2048x1536) camera. The commands I > > used: > > - ffmpeg -c:v h264_qsv -async_depth 10 -i test.h264 -c:v rawvideo -f null > > /dev/null > > - sample_decode h264 -i test.h264 > > Both uses 100%

Re: [FFmpeg-devel] h264_qsv decoder speed

2016-08-17 Thread Andy Furniss
Mark Thompson wrote: On 17/08/16 20:47, Chao Liu wrote: Hi there, I compared h264_qsv decoder from ffmpeg to intel media sdk sample_decode. There is pretty big speed gap. I wonder whether I did sth. wrong or there are really some problems with ffmpeg's implementation.. The test video was captur

Re: [FFmpeg-devel] h264_qsv decoder speed

2016-08-17 Thread Mark Thompson
On 17/08/16 20:47, Chao Liu wrote: > Hi there, > I compared h264_qsv decoder from ffmpeg to intel media sdk sample_decode. > There is pretty big speed gap. I wonder whether I did sth. wrong or there > are really some problems with ffmpeg's implementation.. > > The test video was captured from a 3M