VideoFlint / Cabbage

A video composition framework build on top of AVFoundation. It's simple to use and easy to extend.
MIT License
1.52k stars 221 forks source link

How to loop a video if the audio is longer? #52

Open av0c0der opened 4 years ago

av0c0der commented 4 years ago

UPD: I was trying it without a player and then after checking with a AVPlayer instance I see that it actually loops the video, but does it only in player, not in AVExportSession's output.

So the question now sounds like: Why the result differs if I do export the composition?