Android Run ffmpeg on android from kodi addon
#1
I want to run ffmpeg from kodi addon on android, i downloaded ffmpeg binary compiled from here:

python:
https://github.com/Khang-NT/ffmpeg-binar...d/releases

but i don't know how to run it with arguments. On windows i am using this:

python:
subprocess.Popen('ffmpeg.exe -i video.mp4 ....', stdin = subprocess.PIPE, stdout = subprocess.PIPE)

This works fine on windows, but how should it look to works on android?

PS. Does someone knows why i don't get any output if i run it with subprocess, but if i use os.system() than output is fine but than i can't continue to use KODI?
Reply


Messages In This Thread
Run ffmpeg on android from kodi addon - by bojan1611 - 2019-01-31, 01:57
Logout Mark Read Team Forum Stats Members Help
Run ffmpeg on android from kodi addon0