gregoryjjb / cs160

Computer vision pipeline for class project, primarily authored by @deanljohnson and @dang3
1 stars 0 forks source link

Basic FFMPEG Processing #1

Closed deanljohnson closed 6 years ago

deanljohnson commented 6 years ago

Implemented the three different portions of FFMPEG processing - metadata, frame extraction, and merging frames into video. How it does things at this point is somewhat hardcoded but I didn't want to take too long trying to make things super clean when we don't have other bits of the processing figured out or a concrete API. The functionality is all there though.

If I seem way off base on anything I did here let me know :)

deanljohnson commented 6 years ago

I guess no one else is interested in reviewing this, so I'll merge it myself :)