/ofxFFmpegRecorder

A utility to record video/audio with ffmpeg

Primary LanguageC++

ofxFFmpegRecorder

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

Manual compilation here

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.

Notes

This software uses code of FFmpeg licensed under the LGPLv2.1 and its source can be downloaded here.