ios - AVAssetExportSession merge videos with stereo -


i merging multiple videos using avassetexportsession videos in stereo , resulting video in dual mono. possible use avassetexportsession merge videos , maintain stereo channels? see possible merge in stereo using avassetwriter ,

audiochannellayout stereochannellayout = {.mchannellayouttag = kaudiochannellayouttag_stereo,                 .mchannelbitmap = 0,                 .mnumberchanneldescriptions = 0             }; 

to make stereo using avmutablevideocompositionlayerinstruction avassetexportsession handle video positioning within merge ideal if there way avassetexportsession.

i found can replace avassetexportsession sdavassetexportsession. can specify audio settings avassetwriter while leveraging benefits of avassetexportsession.

i had change __weak typeof(self) wself = self; __weak sdavassetexportsession * wself = self; on line 172 of sdavassetexportsession.m.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -