Help to run these scripts in android application?
Closed this issue · 5 comments
Hi
These scripts seems to be awesome.
I need to implement these scripts in my android app to create slideshow with these effects and export as mp4 file.
please help
Hi, these scripts are not optimized for mobile devices, so I don't recommend running them on Android
or IOS
. They consume too much CPU
& memory
.
Nevertheless you can run them, you need to choose a ffmpeg
port for android and convert scripts to java
.
thank you for replying
Is there any other way to do same task as you did in android app without consuming cpu and memory?
or without FFmpeg?
There are a few promising projects I know, like FFmpeg GL Transition but unfortunately none of them is available on mobile devices.
@tanersener
can we speed up the conversion process of images to video for these transitions??
It takes so much time to process the slideshow when run...
is there any way we can speed up process?
I have seen -preset ultrafast etc it is not working
can you guide please?
Tips section includes all my recommendations to increase the speed.
If they don't work for you then you have to edit the scripts and remove unused, unnecessary parts. Believe me I tried many things to increase the speed, current versions are the fastest versions I have ever created.