Cinder-FFmpeg
Cinder-FFmpeg copied to clipboard
Cinder block for rendering digital video on Windows using the libavcodec library.
Results
2
Cinder-FFmpeg issues
Sort by
recently updated
recently updated
newest added
Is this cinderblock still considered experimental? I'm looking to use FFMPEG as a video player for a project I'm working on, and thought I'd use this block as a headstart...
These decoding functions are deprecated in the latest version of ffmpeg; they've been replaced by `av_send_packet()` and `av_receive_packet()`. I'm working on figuring out how to integrate the new ones, but...