Oleksandr Berezhnyi

Results 30 comments of Oleksandr Berezhnyi

It would be more helpful if you provided a proper description of what actual build script you use and what command you execute. You can also check the [configure](https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/3da35b7cc7e2f80ca4af89e55fef9a7bcb19c128:/configure) script...

@basaktamal , sorry, I'm currently completely out of capacity.

Hello. Will try to look into this thing. Don't have the ETA though. Could you please share the scripts you use for the gnutls compilation. It would be better to...

Hello @earwole1 , With [Android 7](https://developer.android.com/about/versions/nougat/android-7.0-changes#sharing-files) it is forbidden to expose URIs to files in your application with file:// schema. So the `PathUtil.getPath()` is just a guessing for the actual...

@earwole1 , I have only a part of an answer now. Currently I don't have enough time to dive into this issue as I want to. What I know now:...

Hello. Well, the ffmpeg-android-maker does support mkv decoding. The WhatTheCodec app doesn't use any native android decoding. So yes, it is possible to decode and display frames from a mkv...

As of [v2.8](https://github.com/Javernaut/ffmpeg-android-maker/releases/tag/v2.8) the https urls should be supported.

Hello @sourav-dey You can enable the protocol and the dependency in the same way as the rest of the libraries are integrated here. There are planty of examples. If I...

A brief check of FFmpeg's history shows that in the [commit](https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/ecdc94b97f809d5f2b88640842fd0541951ad295) where they bumped [255 to 277](https://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff/998aa66a10546be207d5dfc1a4a76bc2ce9ea07c..ecdc94b97f809d5f2b88640842fd0541951ad295:/configure), they introduced the usage of [VK_KHR_VIDEO_DECODE_AV1_EXTENSION_NAME](https://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff/998aa66a10546be207d5dfc1a4a76bc2ce9ea07c..ecdc94b97f809d5f2b88640842fd0541951ad295:/libavutil/hwcontext_vulkan.c) extension. This extension isn't available in 275....

Of course, this is more about compilability of FFmpeg out of the box. Vulkan versions on end devices [fall short](https://developer.android.com/about/dashboards#Vulkan) from the actual latest version. My private device with Android...