A small class to utilize the video recording functionality of ffmpeg
.
- Record video
- Record audio
- Save thumbnail from a video
- Record custom video by adding
ofPixels
- Pause the custom video recording
- Record without the need for
ofVideoGrabber
viarecord()
function - Join audio and video recordings in to a single file. See
example_joinAudio
for details. - Pass in HAP codec information.
- macOS version uses ffmeg version 5.0
- added some of the function to match naming convention of ofxVideoRecorder
ofxFFmpegRecorder depends only on openFrameworks and nothing else.
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.