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 <ceffm...@gmail.com> wrote: > 2017-11-14 17:02 GMT+01:00 Natsuki Kai <n.kai.cj.git...@gmail.com>: >> Hi Moritz, >>

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

2017-11-14 Thread Natsuki Kai
se 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 <barsn...@gmx.net> wrote: > On Mon, Nov 13, 2017 at 14:13:15 +0900, Natsuki Ka

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 <mich...@niedermayer.cc > wrote: > On Sun, Nov 12, 2017 at 11:40:57AM +0900, Natsuki Kai wrote: > > Hello guys, > > > > this is my first posting to ffmpeg-de

[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,