Skip to content

Instantly share code, notes, and snippets.

View waynepiekarski's full-sized avatar

Wayne Piekarski waynepiekarski

View GitHub Profile
@waynepiekarski
waynepiekarski / cv2ff.cpp
Created January 16, 2018 20:52 — forked from yohhoy/cv2ff.cpp
Convert from OpenCV image and write movie with FFmpeg
/*
* Convert from OpenCV image and write movie with FFmpeg
*
* Copyright (c) 2016 yohhoy
*/
#include <iostream>
#include <vector>
// FFmpeg
extern "C" {
#include <libavformat/avformat.h>