ofxExtremeGpuVideo icon indicating copy to clipboard operation
ofxExtremeGpuVideo copied to clipboard

openFrameworks addons ofxExtremeGpuVideo

Results 4 ofxExtremeGpuVideo issues
Sort by recently updated
recently updated
newest added

when I tried use CPU_VIDEO_STREAMING_FROM_CPU_MEMORY or GPU_VIDEO_STREAMING_FROM_CPU_MEMORY_DECOMPRESSED mode load some gv video,but it not support.

Hi! Does this format support alpha channels in video? Specifically for use in Unreal Engine. Thanks!

(NOTE: I do not recommend directly merge this commit.) Some errors on windows are fixed as workaround. - `std::runtime_error()` cannot be found without including `stdexcept` on windows. - `lz4.h` cannot...

I recently created new encoder: https://github.com/funatsufumiya/GVEncoder I really love ofxExtremeGpuVideo and GVVideo format ( I also ported to [Godot](https://github.com/funatsufumiya/godot_gv_video_extension) and [Bevy (rust)](https://github.com/funatsufumiya/rust-gv-video) ). But long time I wondered why nvtt_encoder...