ofxExtremeGpuVideo icon indicating copy to clipboard operation
ofxExtremeGpuVideo copied to clipboard

Another encoder (because nvtt encoder seems slow... but why?)

Open funatsufumiya opened this issue 5 months ago • 2 comments

I recently created new encoder: https://github.com/funatsufumiya/GVEncoder

I really love ofxExtremeGpuVideo and GVVideo format ( I also ported to Godot and Bevy (rust) ). But long time I wondered why nvtt_encoder is slow. The another encoder above is using CPU, but much faster. I'd like to investigate reasons.

By the way, I before created utility tool with python, to check GV Video is valid. This is useful for tiny checks and maintenances. https://github.com/funatsufumiya/gv-video-header-checker

funatsufumiya avatar Sep 28 '24 06:09 funatsufumiya