vasanth.v
vasanth.v

Reputation: 213

Stitching 2 MP4 videos as one video

I have 2 MP4 videos, I need a flash player or a HTML5 player where I provide these 2 video URLs and they both play as a single video and not 2 separate videos.

Thanks in advance

Upvotes: 2

Views: 735

Answers (1)

brianchirls
brianchirls

Reputation: 7853

You can use popcorn-splice or Popcorn.sequence as described here:

Loading alternate video sources with Mozilla Popcorn and sequence.js

Either one will play two HTML5 videos back to back. You may still need to write your own player controls. popcorn-splice has an example of how to do that.

Upvotes: 1

Related Questions