Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Led Control | 124 | 17 days ago | 11 | mit | Python | |||||
Advanced WS2812/SK6812 RGB/RGBW LED controller with on-the-fly Python animation programming, web code editor/control interface, 1D, 2D, and 3D display support, and E1.31 sACN support | ||||||||||
Vs Placebo | 61 | 4 months ago | 4 | lgpl-2.1 | C | |||||
libplacebo-based debanding, scaling and color mapping plugin for VapourSynth | ||||||||||
Led_master | 34 | 2 years ago | 1 | Lua | ||||||
LEDs master is a software for controlling big RGB LED matrix. | ||||||||||
Generatingimageswithshaders | 19 | 3 years ago | GLSL | |||||||
GLSL Shader Programming Workshop at InterAccess | ||||||||||
Crtscreenshader | 15 | 4 years ago | mit | GLSL | ||||||
Godot screen shader to simulate CRT screens | ||||||||||
Soundcloud Fb2k Waveform Seekbar | 12 | 5 years ago | 2 | FLUX | ||||||
SoundCloud Theme for Foobar2000 Waveform Seekbar Plugin | ||||||||||
Colorgrading | 12 | 4 years ago | C++ | |||||||
A resource for color grading UI and shader code, using Qt and GLSL | ||||||||||
Pi_cam_gpu_processing | 5 | 8 years ago | C++ | |||||||
GPU shader processing on Raspberry Pi camera image. Most code taken directly from: http://robotblogging.blogspot.nl/2013/10/gpu-accelerated-camera-processing-on.html | ||||||||||
Vue Cbsc | 3 | 4 years ago | 2 | apache-2.0 | JavaScript | |||||
Lightweight color shader/blender/converter plugin implemented for Vue 2. | ||||||||||
Pyglet Avbin Optimizations | 2 | 14 years ago | bsd-3-clause | Python | ||||||
an attempt to speed up pyglet's video decoding pipeline by using a fragment shader for YUV to RGB color space conversion |
Hi!
pyglet, the cross-platform windowing and multimedia library for Python and avbin, the video decoding library based on ffmpeg that is used by pyglet are great! They made developing multimedia applications so much more fun for me! Yay to Alex Holkner for creating both of them.
http://www.pyglet.org/index.html http://code.google.com/p/avbin/
What I am trying to do in this fork here is to improve pyglet's video decoding and video frame rendering performance. I will try different approaches to see which strategy works best and does integrate well with pyglet's code base.
The goal is to smoothly play back 1080p Mpeg 4 video clips on a Core 2 Duo machine with about 2 GHz and onboard graphics. I wil use an OpenGL fragment shader to let the GPU perform the color space conversion from YUV to RGB.