Android Run ffmpeg on android from kodi addon
#2
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.
Reply


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