PyAV-Org / PyAV

Pythonic bindings for FFmpeg's libraries.
https://pyav.basswood-io.com/
BSD 3-Clause "New" or "Revised" License
2.51k stars 365 forks source link

can PyAV be executed on android arm64 with ffmpeg compiled with --enable-static ? #814

Closed fatshotty closed 2 years ago

fatshotty commented 3 years ago

Hi

Overview

I need to compile for Android (arm and arm64). Could it be possibile?

Expected behavior

Use PyAV for getting video metadata information without run 'ffmpeg' as external subprocess

Actual behavior

I tested on linux and macosx and everything works fine

Traceback: No error

Investigation

I wonder: is it possible to import PyAV in my python scripts and use ffmpeg's functions without run it as subprocess, on Android devices?

Research

I have done the following:

Additional context

jlaine commented 2 years ago

Absolutely no idea, sorry.