Marcho Markov

Results 6 comments of Marcho Markov

Of course, there are reference solutions out there as mentioned above. And yes, this is a client authentication library, but the recommended most secure flow is the authorization code flow,...

I have experienced a few issues with ffmpeg using the latest kernels on top of Ubuntu 18.04. Every once in a while getting the latest kernel would render the apt...

Did you try: ``` sudo apt install libomxil-bellagio-dev ``` That's what fixed the header issues for me.

I should probably point out I compile it statically. This is my ./configure ``` ./configure --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc --enable-fontconfig --enable-gnutls --enable-gmp --enable-gray --enable-libass --enable-libfreetype --enable-libmp3lame...

Did you resolve your Lib issue with the vc lib? I remember adding it to my ld config so it knows to look for it in the right location. Creating...

Yes, after adding my user to 'video' group: ``` user@server ~ $ ffmpeg -i ioEppjK.gif -c:v h264_v4l2m2m -pix_fmt yuv420p test.mp4 -y ffmpeg version git-2020-05-10-fc99a24 Copyright (c) 2000-2020 the FFmpeg developers...