Skip to content

Instantly share code, notes, and snippets.

@cmooreml
cmooreml / cv2ff.cpp
Created July 24, 2017 21:15 — 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>