ffmpeg-android-java icon indicating copy to clipboard operation
ffmpeg-android-java copied to clipboard

Audio conversion is taking too much time.

Open sachinvarma opened this issue 6 years ago • 0 comments

How to make the audio compression ultrafast? It is now taking more than 2 minutes for converting an audio around 2mb in size.

The command i'm using for execution of conversion is String[] cmd = {"-y", "-i", audioPath, outputPath};

How to preset the ultrafast mode?

While i'm trying it like String[] cmd = {"-y", "-i", audioPath,"-preset", "ultrafast" ,outputPath};

It is taking same time itself.

Any help will be appreciated.

sachinvarma avatar Oct 25 '18 13:10 sachinvarma