I am using below demo for creating slow and fast motion video in android application.
https://github.com/google/grafika
I am able to play slow and fast motion video in application but now i want to export this video to SD card.
I use TextureView to show video in app. I use this java file to control speed of video. https://github.com/google/grafika/blob/master/src/com/android/grafika/SpeedControlCallback.java
How can i do this? any help will be appreciated.