Jeremy Edwards
Jeremy Edwards

Reputation: 14740

Creating Video in HTML5/Chrome

Is it possible to create a video in Chrome either by HTML5/Javascript or using NaCl+OpenCV? I'm mostly concerned about codecs with the NaCl+OpenCV route. I'm looking for VP8 or MPEG4 output.

Basically I have a collection of JPEGS that I want to stitch together into a video.

Upvotes: 0

Views: 102

Answers (1)

JF Bastien
JF Bastien

Reputation: 6853

naclports already has a port of ffmpeg ready to be used, it's therefore possible to compile any application that relies on ffmpeg into NaCl or PNaCl.

I'm not sure if you have a specific application in mind or not, but you may want to look at previous discussion of ffmpeg on the mailing list: https://groups.google.com/forum/#!searchin/native-client-discuss/ffmpeg

Please let me know what you end up going with.

Upvotes: 1

Related Questions