Git Product home page Git Product logo

ofxffmpegrecorder's Introduction

ofxFFmpegRecorder

A small class to utilize the video recording functionality of ffmpeg.

Looking for Maintainers

I have not been active in openFrameworks and I still see some activity around this library. In order to not leave those who create issues and PRs hanging, it'd be great if one of the fork holders can take up the maintanence of the library. If you are interested, please send an email or open an issue. If you have an active fork, and would like to continue that, please let me know so I can link to it from here so it becomes more visible.

Features

  • Record video
  • Record audio
  • Save thumbnail from a video
  • Record custom video by adding ofPixels
  • Pause the custom video recording

How to Use

See the examples.

Dependencies

ofxFFmpegRecorder depends only on openFrameworks and nothing else.

ofxffmpegrecorder's People

Contributors

d3cod3 avatar furkanzmc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ofxffmpegrecorder's Issues

Sometimes crashes when stop is called

Hi,

When stop recording fwrite is causing a fatal exception, on a windows machine.
I saw that there is a m_Thread.join() trying to stop the processFrame thread, but this is not working sometimes.

So, I did a hack that waits processFrame finish before stop recording:

void ofxFFmpegRecorder::stop()
{
	while (m_Frames.size() > 0) {
		ofSleepMillis(100);
	}
	//same code

Can't open video

Thank making this! Unfortunately, I cannot open my videos using Quicktime on OSX (or other video apps). I get the error message: "The file isn’t compatible with QuickTime Player." when I try to open my .mp4 files.

Any ideas?

Can't compile :(

Hi, I'm trying to compile your /example, and I am getting a bunch of errors. Do you know why?

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.