MetalFilters icon indicating copy to clipboard operation
MetalFilters copied to clipboard

MTIVideoComposition not working

Open amir-ardalanuk opened this issue 3 years ago • 2 comments

Hi Dear @alexiscn Firstly Thank you for your useful repo; it makes our road easier Actually, I'm trying to use Filters on Video with AVPlayer and MetalPetal MTIVideoComposition, but after videoComposition is exported and added to PlayerItem, Video is not working anymore and freeze. I will appreciate it If you can help me to solve this issue.

amir-ardalanuk avatar Jul 03 '21 14:07 amir-ardalanuk

You can have a look at MTTransition which contains a demo that using videoComposition to export video, but that project does not using MetalFilters.

alexiscn avatar Jul 05 '21 05:07 alexiscn

@alexiscn Thank you for replying. I've checked MTTransition. If I want to explain my current situation, I have my own videoCompoisiton that my editing instruction is added to it. I want to add MTI's instruction, which is generated with the makeAVVideoComposition method, to my own videoComposition instruction. How and What is the best way to merge these instructions?

amir-ardalanuk avatar Jul 06 '21 13:07 amir-ardalanuk