Hi i am developing a video editor , I want to understand how can i combine outputs of editing options like trimming , playback speed together in one output file to export edited video , for eg in trimming i export avasset whereas for speed I export avmutablecomposition , now I want to understand how to combine these outputs, I am using avplayer in swift.
Asked
Active
Viewed 402 times
0
-
can you please share some codes and what type of editing you are done and what are libraries and framework are you using. – Kiran Sarvaiya Aug 21 '18 at 12:28
-
https://www.raywenderlich.com/5135-how-to-play-record-and-merge-videos-in-ios-and-swift – Tushar Katyal Aug 23 '18 at 06:29
-
@TusharKatyalI am making editor like iMovie , so i want to understand how can I recreate avmutablecomposition object after trimming video once to re-edit my video. – Soma Sharma Aug 23 '18 at 06:31
-
Thanks guys i solved it myself. – Soma Sharma Aug 24 '18 at 12:00