Android Run ffmpeg on android from kodi addon
#3
(2019-02-14, 08:26)bigretromike Wrote: This is my luck shoot:
python:
subprocess.Popen('ffmpeg -i video.mp4 ....', stdin = subprocess.PIPE, stdout = subprocess.PIPE)

Remember that ffmpeg need to be recognized command otherwise you need to specify full path link you extract it into kodi user dir and using xbmcaddon get that path.
same goes for input file.

Other than that I don't know, never had to use if on android.
I tried with terminal app on android to run ffmpeg file, but because the phone is not routet i get "permission denied", i don't know if i could run it from inside kodi addon? I will probably find some other solution that doesn't depend on ffmpeg, just on pure python.
Reply


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