[Libav-user] Regarding jpeg_qsv support in ffmpeg

2018-04-13 Thread Vivekanand
Dear Team, Intel Media SDK provides support for hardware encoding and decoding of JPEG/H264 data. I want to use this functionality using ffmpeg. I checked ffmpeg and found h264_qsv for H264 but didn't find anything for JPEG. Is there anything like "jpeg_qsv" exists in ffmpeg ? Is there a way in

Re: [Libav-user] Regarding jpeg_qsv support in ffmpeg

2018-04-13 Thread Mark Thompson
On 13/04/18 07:39, Vivekanand wrote: > Dear Team, > > Intel Media SDK provides support for hardware encoding and decoding of > JPEG/H264 data. > I want to use this functionality using ffmpeg. I checked ffmpeg and found > h264_qsv for H264 but didn't find anything for JPEG. > > Is there anything

Re: [Libav-user] How to use rkmpp decoder?

2018-04-13 Thread Mark Thompson
On 13/04/18 07:08, Anton Prikazchikov wrote: >> So what is the issue? It seems to be working? > > Technically it works, but not completely... > > I try do decode 50 packets(i think that each contains 1 frame) and I can't > receive no one decoded frame. > > I looked the code of rkmppdec.c. The

Re: [Libav-user] How to use rkmpp decoder?

2018-04-13 Thread Anton Prikazchikov
> So what is the issue? It seems to be working? Technically it works, but not completely... I try do decode 50 packets(i think that each contains 1 frame) and I can't receive no one decoded frame. I looked the code of rkmppdec.c. The decoder must print to log " Received a frame. " but it