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

2018-04-12 Thread Henri Zikken
So what is the issue? It seems to be working? Van: Libav-user Namens Anton Prikazchikov Verzonden: donderdag 12 april 2018 12:34 Aan: "This list is about using libavcodec, libavformat, libavutil,libavdevice and libavfilter." Onderwerp: Re: [Libav-user] How to use rkmpp decoder? >The ffmp

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

2018-04-11 Thread Henri Zikken
adds the rockchip support, it should be pretty obvious. Regards, Henri Zikken Van: Libav-user Namens Anton Prikazchikov Verzonden: woensdag 11 april 2018 15:59 Aan: "This list is about using libavcodec, libavformat, libavutil,libavdevice and libavfilter." Onderwerp: Re: [

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

2018-04-11 Thread Henri Zikken
. FFMpeg would be bloated and overly complicated as ‘just an rtp receiver’. Regards, Henri Zikken Van: Libav-user Namens Anton Prikazchikov Verzonden: woensdag 11 april 2018 13:05 Aan: "This list is about using libavcodec, libavformat, libavutil,libavdevice and libavfilter." Ond

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

2018-04-10 Thread Henri Zikken
апреля 2018, 20:06 +04:00 от Henri Zikken mailto:zik...@xs4all.nl> >: Ok, the rk339 is soms sort of computer. You are receiving a stream on that computer. Now you wish to decode that stream. What is your purpose? What do you mean by decoding a stream? What has MPP got to do witht h

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

2018-04-09 Thread Henri Zikken
. You need the compiled .so, .a or .dll files. So you need to compile ffmpeg yourself, or find the binaries suitable for your system. Regards, Henri Zikken Van: Libav-user Namens Anton Prikazchikov Verzonden: maandag 9 april 2018 16:27 Aan: libav-user@ffmpeg.org Onderwerp: [Libav

Re: [Libav-user] avcodec_receive_packet output for every input frame

2018-04-05 Thread Henri Zikken
You can’t change this. The encoder needs to start it’s encoding and it needs input for this. However, 58 frames seems like a lot. You can try this: av_opt_set(context->priv_data, "tune", "zerolatency", 0); to see if this improves the situation. Also take a look at this: https:/

[Libav-user] How to set priv data options like VBR for ie libfdk_aac, or abr vor libmp3lame

2018-04-01 Thread Henri Zikken
for the codec: AVCodec ff_libfdk_aac_encoder = { [..] .priv_class= &aac_enc_class, Any help would be appriciated. Regards, Henri Zikken ___ Libav-user mailing list Libav-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/libav-user