Re: [FFmpeg-devel] avcodec/qsvenc Question for Intel QSV low latency

2017-11-19 Thread Natsuki Kai
I sent it as another thread, but yes it's ok. Please check the attachment patch file. Thank you. On Wed, Nov 15, 2017 at 7:55 AM, Carl Eugen Hoyos wrote: > 2017-11-14 17:02 GMT+01:00 Natsuki Kai : >> Hi Moritz, >> >> Thank you for explaining in details. It really helpe

Re: [FFmpeg-devel] avcodec/qsvenc Question for Intel QSV low latency

2017-11-14 Thread Natsuki Kai
discuss in that thread. P.S. I've been confused because "git send-email" doesn't work on windows PC... Finally, I gave up working on windows and posted on Mac. On Mon, Nov 13, 2017 at 9:54 PM, Moritz Barsnick wrote: > On Mon, Nov 13, 2017 at 14:13:15 +0900, Natsuki Kai wrote: >

Re: [FFmpeg-devel] avcodec/qsvenc Question for Intel QSV low latency

2017-11-12 Thread Natsuki Kai
))); if (!q->async_fifo) return AVERROR(ENOMEM); On Mon, Nov 13, 2017 at 1:13 AM, Michael Niedermayer wrote: > On Sun, Nov 12, 2017 at 11:40:57AM +0900, Natsuki Kai wrote: > > Hello guys, > > > > this is my first posting to ffmpeg-devel, and I believe my mail

[FFmpeg-devel] avcodec/qsvenc Question for Intel QSV low latency

2017-11-11 Thread Natsuki Kai
Hello guys, this is my first posting to ffmpeg-devel, and I believe my mail format is correct. I'm using ffmpeg for encoding video in real-time, so low encode delay is needed. Once I call "avcodec_send_frame(avctx, frame)", I'd like to get the encoded data from "avcodec_receive_packet(avctx, avpk