Hi,

I'd like to create a sort of "highlight reel." I have a single pair of input files (one video and one CSV). Let's say the input file is 20 minutes long, and I want to make a two-minute video consisting of four 30-second segments at various points in the video. I found how I can trim the beginning and end of the video, but I don't see anything that would let me exclude a portion in the middle.

It seems like I might be able to add the input files multiple times and set different start and end points for each, but that doesn't seem right. Is there a better way?

Thanks!