How to trim the video with start & end time in android programmatically?
问题 I want to trim the local video based on start and end time in android programmatically ,I tried below attached few links but haven't worked for me.Please let me know any working libraries or sample code to overcome this? Refereed links: Android sdk cut/trim video file How to trim the video using FFMPEG library in android? https://superuser.com/questions/377343/cut-part-from-video-file-from-start-position-to-end-position-with-ffmpeg Thanks in advance! 回答1: Use FFMPEG library to solve your