bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
739 stars 175 forks source link

Canceling running processes #62

Closed HBiSoft closed 5 years ago

HBiSoft commented 5 years ago

I found this method ffmpeg.killRunningProcesses(); but it requires me to pass FFtask, I'm not sure what FFtask is?

I'm calling the command like this:

ExecuteFFMPEG(mCommand, "image");

public void ExecuteFFMPEG(String[] command, String vidOrimage) {
.....