Re: [FFmpeg-devel] [PATCH 10/12] avcodec: add MediaCodec encoder

2022-11-19 Thread Olivier Ayache
ame is encoded. Olivier Ayache On Sat, Nov 19, 2022 at 6:13 PM "zhilizhao(赵志立)" wrote: > > > > On Nov 19, 2022, at 17:15, Aman Karmani wrote: > > > > > > > > On Sun, Oct 23, 2022 at 8:17 PM Zhao Zhili > wrote: > > From:

Re: [FFmpeg-devel] [Internet][PATCH 00/12] Add MediaCodec encoder and NDK MediaCodec support

2022-11-14 Thread Olivier Ayache
- AMediaCodec_setParameters - ANativeWindow_toSurface For testing reviewing the patch I will make it as soon as I update FFmpeg to the current version. I will be able to do it this week. Olivier Le dim. 13 nov. 2022, 12:49, Zhao Zhili a écrit : > > > From: ffmpeg-devel On Behalf Of > Olivier Ayache >

Re: [FFmpeg-devel] Consulting Request

2022-11-12 Thread Olivier Ayache
Thank you for your answer. I am sad not to have seen it before. Anyway as I already replied this morning on the thread it would be a pleasure to help in FFmpeg project if needed. Olivier Ayache Le sam. 12 nov. 2022, 12:58, Matthieu Bouron a écrit : > Hello, > > This work has been sub

Re: [FFmpeg-devel] Consulting Request

2022-11-12 Thread Olivier Ayache
. Olivier Ayache On Fri, Jun 3, 2022 at 5:02 PM Samuel Raposo Vieira Mira wrote: > Hi all, > > We are Qt (www.qt.io), a global software company with a strong presence > in more than 70 industries and is the leading independent technology behind > 1+ billion devices and applications.

Re: [FFmpeg-devel] [Internet][PATCH 00/12] Add MediaCodec encoder and NDK MediaCodec support

2022-11-12 Thread Olivier Ayache
Android. If I can help on these subjects I would be really happy Olivier Ayache -- Forwarded message - From: Olivier Ayache Date: Sun, Jun 28, 2020 at 2:48 PM Subject: Re: [FFmpeg-devel] [PATCH] add support to Android ndk MediaCodec for encoding/decoding To: Thank for your

Re: [FFmpeg-devel] FFmpeg for android

2020-09-30 Thread Olivier Ayache
Best Olivier Ayache Le mer. 30 sept. 2020 à 10:15, shaheer cs a écrit : > Hi, > Greetings of the day, > > > Iam an android developer. And iam currently working on video streaming > platform when user can do video compression,video trim etc. So I found that > by using FFmpeg

Re: [FFmpeg-devel] working with file descriptors on Android

2020-07-27 Thread Olivier Ayache
ured carefully to compare with the original `file:` protocol. > > Sincerely, > Alex Cohn > > On Mon, Jul 27, 2020 at 4:45 PM Olivier Ayache > wrote: > > > > You're welcome. > > > > Can I suggest you to try IContainer.open with InputStream/OutputStream. > If >

Re: [FFmpeg-devel] working with file descriptors on Android

2020-07-27 Thread Olivier Ayache
tocol > limitations. Unfortunately, it cannot work with avio_open(), so the > API becomes trickier for end users. > > Also, just like with pipes, I cannot reliably close the file > descriptor when ffmpeg execution is over, can I? > > BR, > Alex Cohn > > On Mon, Jul 27, 20

Re: [FFmpeg-devel] working with file descriptors on Android

2020-07-27 Thread Olivier Ayache
er/io/IURLProtocolHandler.java I currently maintain a fork which is fully working on Android (work in progress for iOS with Kotlin multiplatform). https://github.com/olivierayache/xuggle-xuggler Best Olivier Ayache Le dim. 26 juil. 2020 à 23:16, Alex Cohn a écrit : > On Sun, Jul 26, 2020 at 10:21 P

Re: [FFmpeg-devel] libavcodec/flacenc: Possible bug

2020-07-03 Thread Olivier Ayache
Thank you for your reply, I am already sending frames with exactly the same number of frames to the encoder. Olivier On Fri, Jul 3, 2020 at 12:47 PM Hendrik Leppkes wrote: > On Fri, Jul 3, 2020 at 11:24 AM Olivier Ayache > wrote: > > > > I am currently working with FLAC enc

[FFmpeg-devel] libavcodec/flacenc: Possible bug

2020-07-03 Thread Olivier Ayache
= s->next_pts; avpkt->duration = ff_samples_to_time_base(avctx, frame->nb_samples); avpkt->size = out_bytes; s->next_pts = avpkt->pts + avpkt->duration; I can push a patch if you agree with my analysis. Olivier Ayache ___ ffmpeg-dev

Re: [FFmpeg-devel] [PATCH] add support to Android ndk MediaCodec for encoding/decoding

2020-06-28 Thread Olivier Ayache
better to begin to use JNI I could transform my encoder and we could discuss about NDK after Olivier Le sam. 27 juin 2020 à 20:55, Martin Storsjö a écrit : > On Sat, 27 Jun 2020, Olivier Ayache wrote: > > > Hi everyone this is the first time I post on this mailing list. I am >

[FFmpeg-devel] [PATCH] add support to Android ndk MediaCodec for encoding/decoding

2020-06-27 Thread Olivier Ayache
Hi everyone this is the first time I post on this mailing list. I am working since several years on a fork of Xuggler for manipulating ffmpeg API with Java/Kotlin. This work leads me to develop encoder and decoder based on Android NDK MediaCodec. This work can be found on my Github repository htt