Closed fatshotty closed 2 years ago
Hi
I need to compile for Android (arm and arm64). Could it be possibile?
Use PyAV for getting video metadata information without run 'ffmpeg' as external subprocess
I tested on linux and macosx and everything works fine
Traceback: No error
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?
I have done the following:
Absolutely no idea, sorry.
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