Skip to content

tyhenry/ofxFFmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxFFmpeg

A simplified ffmpeg video recorder.
Spawns ffmpeg in a subprocress and pipes video frames to it at a constant framerate.

Code is a rewrite of ofxFfmpegRecorder.

Features

  • Record video by adding ofPixels

Todo

  • Add audio support (currently only video recording is supported)

How to Use

  • See the example.

Dependencies

  • openFrameworks 0.10+

  • ffmpeg
    By default ofxFFmpeg will call ffmpeg from your PATH.
    You may alternatively specify the full path to a local ffmpeg binary in ofxFFmpeg::RecorderSettings.
    ffmpeg binaries are included in the libs directory for portability.
    On macOS and Linux, you may have to give executing permission to ffmpeg binary.
    by chmod +x your_ffmpeg_path

About

openFrameworks addon for recording video with FFmpeg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published